@charset "UTF-8";

/*======================================
	Reset Style
=======================================*/

p {
	margin: 0;
	padding: 0;
}

/*======================================
	Structure Module
=======================================*/

#headerRight {
	width: 960px; /* サイト内検索ボックス固定配置 */
}

#header {
	border-bottom: 1px solid #dedede;
}

#header .wrap {
	width: 960px;
	margin-top: 5px;
}

#header .wrap h1 {
	float: left;
	padding: 0 0 17px 16px;
}

#header .wrap p {
	float: right;
	font-size: 83%;
}

#header .wrap .cmd {
	background: url(../../images/bg_line-dot.gif) repeat-y left top;
	padding: 0 7px 0 8px;
}

#header .wrap .lead {
	padding: 4px 16px 0 0;
}


#content #main {
	width: 2000px;
	background: url(../../images/bg_town.gif) repeat-x left bottom;
	padding-bottom: 37px;
}

#content #main .product_box_01  {
	width: 192px;
	float: left;
	background: url(../../images/line_y.gif) repeat-y right top;
}

#content #main .product_box_01 .product_box_02 {
	background: url(../../images/line_x.gif) repeat-x left bottom;
	padding: 10px 15px;
	position: relative; /* 十字の画像を絶対配置する際の基点に設定 */
	_position: static; /* IE6 レイアウト崩れのためポジションをリセット */
}

#content #main .product_box_01 .product_box_02 .cross {
	width: 5px;
	height: 5px;
	background: url(../../images/cross.gif) no-repeat; /* ボックス右下十字画像 */
	_background: none; /* IE6 ボックス右下十字画像 非表示 */
	position: absolute; right: -2px; bottom: -2px; /* ボックス右下十字画像絶対配置 */
	_position: static; /* IE6 レイアウト崩れのためポジションをリセット */
}

#content #main .product_box_01 .product_box_02 .no_cross {
	background: none; /* 十字画像非表示 */
}

#content #main .product_box_01 .product_box_02 .product_img img {
	margin-bottom: 7px;
	padding: 1px;
	border: 1px solid #dedede;
}

#content #main .product_box_01 .product_box_02 .product_txt {
	font-size: 83%;
	color: #777;
	_margin-bottom: -12px;
}

#content #main .product_box_01 .product_box_02 h2 {
	background: url(../../images/arrow.gif) no-repeat left 0.1em;
	text-indent: 10px;
	font-size: 100%;
	line-height: 1.2;
	margin-bottom: 6px;
}
#content #main .product_box_01 .product_box_02 h2 a {
	color: #000;
	text-decoration: none;
}

#content #main .product_box_01 .product_box_02 .update {
	height: 13px; /* アイコンの表示領域を確保 */
	background: url(../../images/icon_update.gif) no-repeat left top;
	font-size: 83%;
	color: #777;
	margin-top: 10px;
	padding-left: 15px;
	padding-top: 1px;
	margin-left: 100px;
}


#content #sub {
	background-color: #333;
}

#content #sub h2 {
	font-size: 100%;
	color: #fff;
}

#content #sub .news_bg {
	width: 692px;
	float: left;
	background-image: url(../../images/bg_news.gif);
}

#content #sub .news_bg .news {
	width: 662px;
	margin: 0 13px 15px;
	padding-top: 15px;
}

#content #sub .news_bg .news h2 {
	height: 10px; /* アイコンの表示領域を確保 */
	background: url(../../images/icon_news.gif) no-repeat left top;
	margin-bottom: 12px;
	padding-left: 15px;
}

#content #sub .news_bg .news dl {
	background-color: #333;
	color: #fff;
	font-weight: normal;
	font-size:11px;
	padding: 8px 6px;
}

#content #sub .news_bg .news dl dt {
	clear: left;
	float: left;
}

#content #sub .news_bg .news dl dd {
	line-height: 1.3;
	margin: 0 0 0.8em 6em;
}

#content #sub .news_bg .news dl a {
	color:#FFFFFF;
	text-decoration:underline;
}
#content #sub .recommend {
	width: 238px;
	float: left;
	background: url(../../images/line_x.gif) repeat-x left bottom;
	margin: 7px 0 0 15px;
}

#content #sub .recommend h2 {
	height: 17px; /* アイコンの表示領域を確保 */
	background: url(../../images/icon_recommend.gif) no-repeat 0 0 ;
	margin-bottom: 11px;
	padding-top: 5px; /* テキスト調整用 */
	padding-left: 18px;
}

#content #sub .recommend .materials_txt {
	background: url(../../images/arrow_2.gif) no-repeat left 8px;
	font-size: 83%;
	color: #bbb;
	padding: 4px 0 13px 7px;
}


#corpfooters {
	margin: 0;
	padding-top: 1px;
}


/*======================================
	Clearfix
=======================================*/
#header .wrap:after,
#content #main:after,
#content #sub:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header .wrap,
#content #main,
#content #sub { display: inline-block; }

/* Hides from IE-mac \*/
* html #header .wrap,
* html #content #main,
* html #content #sub { height: 1%; }

#header .wrap,
#content #main,
#content #sub { display: block; }
/* End hide from IE-mac */
