@charset "UTF-8";

/* container内
***********************************************************************************************************************/
a:hover{
text-decoration:underline;
color:#787878;
}

/***** #main_img_area *****/
#main_img_area{
	width:898px;
	height:398px;
	border:solid 1px #a7a7a7;
}
#main_img{
	width:898px;
	height:341px;
	position:relative;
	
}
.main_img{
	position:absolute;
	top:0;
	/*読み込み時に余分な画像を消しておく*/
	visibility:hidden;
}

#main_img1{
	visibility:visible;
}

#main_btn{
	clear:both;
	width:898px;
}
#main_btn ul{
}
#main_btn ul li{
	float:left;
}


/***** contents_area *****/
#contents_area{
	width:900px;
	margin-top:20px;
	background-image:url(../img/index/contents_under.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.box{
	border-left:solid 1px #a7a7a7;
	border-right:solid 1px #a7a7a7;
	padding:15px 15px 12px 15px;
}

.block_first{
	padding-top:0px;
}
.block{
	padding-top:15px;
}


/***** contents_left *****/
#contents_left{
	width:655px;
	float:left;
	padding-bottom:3px;
}

#left_box{
	width:623px;
}

.press_unit{
	clear:both;
	width:623px;
	padding-bottom:15px;
	border-bottom:dotted 1px #a7a7a7;
}

.press_photo{
	width:50px;
	float:left;
	margin-right:10px;
}
.press_unit dl{
	width:480px;
	float:left;
}
.press_unit dl dt{
	font-size:12px;
	line-height:1.2em;
}
.press_unit dl dd{
	clear:both;
	font-size:11px;
	margin-top:4px;
	line-height:1.5;
	text-align:justify;
	text-justify:distribute;
	white-space:normal;
}
.product{
	width:53px;
	float:right;
	margin-top:35px;
	margin-right:10px;
}

.date{
	float:left;
}
.new{
	float:left;
	margin-top:2px;
	margin-left:10px;
}

/***** contents_right *****/
#contents_right{
	width:225px;
	float:right;
	padding-bottom:3px;
}

#right_box{
	width:193px;
}
.support_unit{
	clear:both;
	width:193px;
	padding-bottom:15px;
	border-bottom:dotted 1px #a7a7a7;
}
.support_unit dl dt{
	font-size:12px;
	line-height:1.2em;
}
.support_unit dl dd{
	font-size:11px;
	margin-top:4px;
	line-height:1.5;
	text-align:justify;
	text-justify:distribute;
	white-space:normal;
}








#text_box p{
	clear:both;
	font-size:100%;
	line-height:1.5;
	text-align:justify;
	text-justify:distribute;
	white-space:normal;
}




/* ハック
***********************************************************************************************************************/
/* IE8向け */
head~/* */body #div_name{
}
 /* モダンブラウザ向け */  
html:not(:target) #div_name{
}
/* IE6向け */
* html #div_name{
}
/* IE7向け */
*+ html #div_name{
}



/* clearfix
***********************************************************************************************************************/
#main_btn,
#contents_area,
.press_unit
{zoom:1;}

#main_btn:after,
#contents_area:after,
.press_unit:after
{
content:".";
display: block;
height:0px;
clear:both;
visibility:hidden;
}

