﻿@charset "UTF-8";

/* second contents only */

/********************************************************************
 * contents layout
 * 
 *******************************************************************/

/* pagetitle 
----------------------------------------------- */
#secondcontents h2.pagetitle{
	margin-bottom:10px;
}

/* left_mainblock  
----------------------------------------------- */

#secondcontents #main{
	width :740px;
	height:100%;
	margin-right:0px;
}


/* category block */
#category_block{ 
	clear:both;
}

#category_block div.column{ 
	clear:both;
	height:auto;
	margin-bottom:8px;
}


#category_block div.column div.cat_box{ 
	margin:0 10px 0 0;
	float:left;
	width:175px;
	height:auto;
}

#category_block div.column div.cat_box_end{ 
	margin:0;
	float:left;
	width:175px;
	height:auto;
}


#category_block div.column h3{ 
	height:1.6em;
	background: url(/shared/img/icon_arrow_blue01.gif) no-repeat left 0.5em;
	font-weight:bold;
	padding:0.5em 0 0 20px;
	vertical-align:middle;
	border-top:1px solid #999999;
	border-bottom:5px solid #E8E6D5;
	margin-bottom:5px;
	overflow:visible;
}

* html body #category_block div.column h3 { /* for IE6 hack */
	padding-bottom:5px;
}


#category_block div.column ul{ 
	list-style-type:none;
}

#category_block div.column ul.unit{ 
	width:100%;
}

#category_block div.column ul.partition_right{ 
	width:85px;
	float:right;
}

#category_block div.column ul.partition_left{ 
	width:85px;
	float:left;
}


#category_block div.column ul li{ 
	background: url(/shared/img/icon_arrow_green02.gif) no-repeat left 0.2em;
	padding:0px 0 0 18px;
	margin-bottom:2px;
	line-height:1.2;
}


/* right_sidemenu 
----------------------------------------------- */
#secondcontents #sidemenu{
	width : 215px ;
	float:left;
	height:auto;
margin-left:0px;
}


/* bannar_block */
#secondcontents #sidemenu div.bannar_block{
	margin-bottom:10px;
}

#secondcontents #sidemenu div.bannar_block h2{
	height:18px;
	min-height:18px;
	background:#E8E6D5 url(/shared/img/icon_arrow_blue01.gif) no-repeat left center;
	font-weight:bold;
	padding:4px 0 0.1em 18px;
	margin-bottom:5px;
	line-height:1;
	overflow:visible;
}


#secondcontents #sidemenu div.bannar_block ul{
	list-style-type:none;
	text-align:center;
}

#secondcontents #sidemenu div.bannar_block ul li{
	margin-bottom:5px;
}

#secondcontents #sidemenu div.bannar_block ul li img{
	vertical-align:top;
}

/* important topics */
#secondcontents #sidemenu div.info_block{ 
	padding-bottom:10px;
	height:auto;
	background:url(/shared/img/sidemenu_foot_bg.gif) no-repeat left bottom;
}

#secondcontents #sidemenu div.info_block h2{ 
	background:#F8A538;
	color:#FFFFFF;
	min-height:15px;
	padding:0.5em 10px;
	font-weight:bold;
}

#secondcontents #sidemenu div.info_block ul{ 
	padding:9px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}

#secondcontents #sidemenu div.info_block ul li{ 
	margin-bottom:9px;
}


#secondcontents #sidemenu div.info_block p{ 
	padding:0px 9px 0px 9px;
	text-align:right;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}