@charset "UTF-8";

/*トップページ用スタイル
***********************/
#content{
	width:980px;
}
#mainArea{
	width:790px;
}

/* Main Image */
#mainImage{
	padding-bottom:19px;	
}

/* category list */
.categoryList{
	width:100%;
	overflow:hidden;
	zoom:1;
}
.categoryList .wrap{
	float:left;
	width:820px;
}
.categoryList .center{
	float:left;
	width:406px;
}
* html .categoryList .center{
	overflow:hidden;
}
.categoryList .center .category{
	margin-bottom:1em;	
}
.category{
	float:left;
	width:180px;	
	margin-right:23px;
	background:url(../images/common/bg_category.gif) no-repeat;
}
.category .name{
	background:url(../images/common/bg_category_name.gif) repeat-x left bottom;
	font-weight:bold;
}
.category .name a{
	display:block;
	padding:1.67em 4px .67em 18px;
	background:url(../images/common/arw_blue_square_r.gif) no-repeat 0 1.75em;
}
.category .thumb{
	margin-bottom:.5em;	
}
.category .link li{
	margin-bottom:.5em;
	padding-bottom:.25em;
	border-bottom:1px solid #e6e6e6;
}
/* What's New & News Release */
#newsArea{
	width:100%;
	overflow:hidden;
	zoom:1;
}
#newsArea .wrap{
	width:812px;	
}
#newsArea .section{
	float:left;
	width:383px;
	margin-right:23px;
	margin-bottom:0;
	padding-bottom:25px;
}
#newsArea .section .header{
	background-image:url(../images/common/bg_section_header_w383.gif);	
}
/* Other Links */
#otherLink{
	margin:0 1px .67em;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	background-color:#f9f9f9;
}
#otherLink .inner{
	margin:0 -1px;
	padding:.83em 0 .67em 14px;
	border-right:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
#otherLink .inner:after{
	content:"";
	display:block;
	clear:both;
}
/* Triple A+ Menu */
#tripleA{
	margin-bottom:1.25em;
	padding-bottom:9px;
	background:url(../images/top/bg_triplea_bottom.gif) no-repeat left bottom;
}
#tripleA .title{
	margin-bottom:5px;	
}
#tripleA ul{
	margin-top:5px;
	padding-top:3px;
	background:#f3f3f3 url(../images/top/bg_triplea_top.gif) no-repeat;
}
#tripleA li{
	margin-bottom:2px;	
}

/* Other Site Navigation */
#otherSiteNav{
	position:absolute;
	top:57px;
	right:219px;
}
#otherSiteNav li{
	float:left;
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #808080;
}
#otherSiteNav a{
	display:block;
	height:14px;
	text-indent:-9999px;
	outline:0;
	background:url(../images/top/bt_othersite.gif) no-repeat;
	line-height:1;
}
#site1 a{
	width:44px;	
}
#site1 a:hover{
	background-position:0 -14px;	
}
#otherSiteNav #site2{
	margin-right:0;
	padding-right:0;
	border-right:none;
}
#site2 a{
	width:41px;
	background-position:-75px 0;
}
#site2 a:hover{
	background-position:-75px -14px;
}
