  @charset "utf-8";
/* CSS Document */


#item_window{
	text-align:center;
	/*width:760px;*/
	overflow:hidden;
	line-height:1.5;
}

/*#another_window p.title{
	text-align:center;
}*/

#item_window h1{
	text-align:center;
	margin:0 0 15px 0;
	line-height:1;
}

#item_window h2{
	text-align:center;
	font-size:16px;
	color:#8A4D2F;
	margin:10px 0 5px;
	line-height:1;
}

#item_window p{
	text-align:left;
	font-size:14px;
}

/* grid 760px*/
#item_window .col { float: left; }
#item_window .l { margin-right: 40px; }
#item_window .col4 { width: 760px;}
#item_window .col3 { width: 560px;}
#item_window .col2 { width: 360px;}
#item_window .col4 .col,
#item_window .col3 .col,
#item_window .col2 .col {
	width: 160px;
}