@charset "utf-8";


/* main_image
------------------------------------------------------------ */
#main_image {
	height: 400px;
}


/* index contents inner
------------------------------------------------------------ */
#contents .first_inner {
	background-image: url(../images/index/contents_bg_top_2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#contents .second_inner {
	background-image: url(../images/index/contents_bg_top_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* menu
------------------------------------------------------------ */
#menu {
	height: 219px;
	margin-bottom: 20px;
	overflow: hidden;
}



/* banner_top01
------------------------------------------------------------ */
#contents .banner_top01 {
	margin-bottom: 20px;
	width: 720px;
	overflow: hidden;
}
#contents .banner_top01 ul {}
#contents .banner_top01 ul li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 130px;
	width: 720px;
	overflow: hidden;
}


/* whatsnew_a01
------------------------------------------------------------ */
#contents .whatsnew_a01 {
	width: 720px;
	overflow: hidden;
	margin-bottom: 20px;
}
#contents .whatsnew_a01 h2 {
	margin-bottom: 10px;
}
#contents .whatsnew_a01 .inner {
	padding: 1px;
	border: 1px solid #E0E0E0;
}
#contents .whatsnew_a01 .inner2 {
	background-image: url(../images/index/wn_bg.jpg);
	padding: 10px;
}
#contents .whatsnew_a01 ul {
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#contents .whatsnew_a01 ul li {
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#contents .whatsnew_a01 ul li span {
	display: block;
	float: left;
}
#contents .whatsnew_a01 ul li span.date {
	background-image: url(../images/index/wn_icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	width: 90px;
}
#contents .whatsnew_a01 ul li span.txt {
	width: 560px;
}
#contents .whatsnew_a01 ul li span.txt a {}
#contents .whatsnew_a01 ul li span.txt a:hover {}

#contents .whatsnew_a01 ul li:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
#contents .whatsnew_a01 ul li {display: inline-table;}
* html #contents .whatsnew_a01 ul li {height: 1%;}
#contents .whatsnew_a01 ul li {display: block;}
#contents .whatsnew_a01 ul li {zoom:1;}


/* * * * * * * * * * * * * * * * * * * * * */
#contents .tabContainer {
	margin-top: 5px;
}
#contents .tabList li {
	float:left;
	margin-right:3px;
	line-height:0; /* ie6 */
}
#contents .tabList li a {
	display:block;
	width: 100px;
	height: 30px;
	line-height:normal; /* ie6 */
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration:none;
}
#contents .tabList li a:hover {
	background-position: left bottom;
}


#contents .tabList li.active {
}
#contents .tabList li.active a {
	background-position: left bottom;
}
#contents .tabList li.active a {
}


#contents .tabList li a.tabList_01 {
	background-image: url(../images/index/tab_01.png);
}
#contents .tabList li a.tabList_02 {
	background-image: url(../images/index/tab_02.png);
}

#contents .tabs {
	clear:both;
	padding: 0 0; /* 上下を指定するとie6型崩れ */
}
#contents .tabs li {
	display: none;
}
#contents .tabs li.active {
	display: block;
}

#contents .tabContainer .tab_comment {
	float: right;
	margin-right: 20px;
	font-size: 12px;
}
