@charset "utf-8";
/* CSS Document */

@import url("common.css");

#top_banner {
	text-align: center;
	margin:20px 0;
}

/*===================================================*/
#contents {
	background-image:url(../images/content_top_bg.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
	padding:17px 0 0;
	border-top:1px solid #ededed;
}

#front_menu {
	width:900px;
	margin:5px auto 30px auto;
}

#front_menu #tab {
	text-align:   justify;
	text-justify: distribute-all-lines;
	padding: 0;
}

#front_menu #tab:after {
	content:"";
	display: inline-block;
	width: 100%;
}

#front_menu #tab li {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	list-style-type: square;
	width:   253px;
	padding: 12px 10px 8px 10px;
	color: #666666;
	font-weight:  bold;
	background-image:url(../images/tab_bg_off.jpg);
	background-position:right top;
	*display: inline;				/*ie6,7対応*/
	*zoom: 1;					/*ie6,7対応*/
}

#front_menu #tab li span{
	background-image:url(../images/tab_icon_off.png);
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left: 20px;
}

#front_menu #tab li.select {
	background-image:url(../images/tab_bg.jpg);
	margin-right: -1px;
	color: #222222;
}

#front_menu #tab li.select span{
	background-image:url(../images/tab_icon.png);
	background-position:0 0;
}

#front_menu .disnon{
	display: none;
}

#front_menu .menublock{
	border: 1px solid #DDDDDD;
	margin-top: -1px;
	padding: 15px 0;
	height: 385px;
	overflow: auto;
	overflow-x: hidden;
}

#front_menu .menublock table{
	margin: 0;
	width: 100%;
	table-layout: fixed;
	height: 100%;
}

#front_menu .menublock td{
	padding: 15px 15px;
	border-left: 2px dotted #ccc;
	border-left: expression((this.parentNode.firstChild == this)?'none':'2px dotted #ccc');
	vertical-align: top;
}

#front_menu .menublock td:first-child {
	border-left: none;
}

#front_menu .menublock h3{
	margin-bottom: 5px;
	padding: 0 0 0 15px;
	background-image:url(../images/icon_arrow2.gif);
	background-position:0 6px;
	background-repeat:no-repeat;
}

#front_menu .menublock ul li{
	padding: 3px;
	padding-left: 25px;
	background-image:url(../images/icon_arrow.gif);
	background-position:15px 9px;
	background-repeat:no-repeat;
}

#front_menu .menublock ul li.sub{
	padding-left: 35px;
	background-position:25px 9px;
}

#front_menu .menublock hr{
	border: none;
	border-top: 2px dotted #ccc;
	margin: 15px 0;
}

/* 英語版TOPページで使用↓ */
#front_menu_inner{
	background-image:url(../images/front/front_manu_bg_02.jpg);
	background-position:0 100%;
	background-repeat:no-repeat;
	padding-bottom:21px;
}

#front_menu dd {
	background-image:url(../images/front/front_menu_dd_bg.jpg);
	background-position:0 0;
	background-repeat:repeat-x;
}
dl#front_menu1 dd{
	margin:0 15px 0 17px;
	padding:0 7px;
}
dl#front_menu2 dd{
	margin:0 16px 0 16px;
	padding:0 6px;
}
dl#front_menu3 dd{
	margin:0 17px 0 15px;
	padding:0 6px;
}

#front_menu1r {
	width:179px;
	float:right;
}

#front_menu li{
	background-image:url(../images/line_gray_dot.gif);
	background-position:0 100%;
	background-repeat:repeat-x;
}


#front_menu li a:hover{
	text-decoration:underline;
}
/* 英語版TOPページで使用↑ */

.small {
	font-size:0.85em;
}


/*===================================================*/

#main_contents .left{
	float:left;
	width:670px;
	margin:0 auto 30px;
}
#main_contents .right{
	float:right;
	width:217px;
}

/*===================================================*/

