@charset "utf-8";

/* CSS Informaition ****************************************

	FileName		top.css
	Descripton		トップスタイル用
	
***********************************************************/

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 MainV
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#mainv{
	padding:7px 10px 0;
	position:relative;
}

#top_leading{
	width:784px;
	height:84px;
	padding:8px 0 0 90px;
	background:url(../images/top/top_banner_bg.png) no-repeat left top;
	position:absolute;
	left: 37px;
	top: 300px;
}

#top_leading ul li{
	float:left;
	padding-right:5px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Infomation
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#top_info{
	/* margin:8px 0 0 0;*/ /* バナーを入れる時は有効に */
	float:left;
	width:658px;
	/*background:url(../images/top/top_info_bg.png) no-repeat left bottom;*/
}

#top_info2 {
	background:url(../images/top/top_info_bg.png) no-repeat left bottom;
	padding-bottom:30px;
}

#top_info3 { /* English */
	background:url(../images/top/top_info_bg.png) no-repeat left bottom;
	padding-bottom:30px;
}

#top_info_title{
	height:48px;
	background:url(../images/top/top_info_title_bg.png) no-repeat left top;
	position:relative;
}

#top_info_title h2{
	position:absolute;
	left: 31px;
	top: 19px;
}

#top_info_btn{
	position:absolute;
	left: 525px;
	top: 21px;
}

#top_info_ul{
	padding:10px 30px 0;
}

*html #top_info_ul li{
	padding:8px 0 7px 80px;
	border-bottom:1px dotted #cccccc;
}

#top_info_ul li{
	padding:10px 0 9px 80px;
	border-bottom:1px dotted #cccccc;
}

.banner_info {
	padding:0 0 10px 3px;
}

.icon_new{ background:url(../images/cate_icon_news.png) no-repeat left 10px;}
.icon_press{ background:url(../images/cate_icon_press.png) no-repeat left 10px;}
.icon_ir{background:url(../images/cate_icon_ir.png) no-repeat left 10px;}
.icon_info{background:url(../images/cate_icon_info.png) no-repeat left 10px;}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 Sidebar
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#top_sidebar{
	width:285px;
	float:right;
	background:url(../images/top/top_side_bg.png) no-repeat left bottom;
	position:relative;
}

#top_sidebar h2{
	height:45px;
	background:url(../images/top/top_side_title_bg.png) no-repeat left top;
}

#top_sidebar h2 img{
	position:absolute;
	left: 24px;
	top: 18px;
}

#top_banner{
	padding:5px 14px 15px;
}

#top_banner div{
	padding-bottom:5px;
}

#top_under_banner{
	padding:10px 0 0 5px;
}

#top_under_banner ul li{
	float:left;
}

#top_sidebar2 {
	width:285px;
	float:right;
	padding-bottom:8px;
}

#top_sidebar2 .banner {
	padding:8px 0 0 8px;
}
