@charset "utf-8";
@import "common.css";

/*---------- initialize --------------*/

html{
background-color: #333;	
}

body{
font-size: 12px;
line-height:1.5em;
}


/*---------- base layout --------------*/


.wrapper1{background:url(../../img/type2/body_bg.jpg) repeat-x left top;background-color:#e6e6e6;text-align:center;}
.wrapper2{width:850px;margin:0 auto;text-align:left;}
.main{
background-color:#fff;
padding:8px 0 0 0;
border-left:solid 1px #DFDFDF;
border-right:solid 1px #DFDFDF;
}
.main_body{padding:0;}


/*---------- header --------------*/


.header{height:87px;padding-top:5px; }
.header .logo {padding-left:10px}
.header h1{font-size:26px;font-weight:normal;}
.header h2{font-size:12px;padding-top:12px;font-weight:normal;color:#fff;}

.header .header_right {
	padding-right:10px;
}

/*---------- footer --------------*/


.footer{clear:both;background-color:#333;color:#fff;padding:15px 10px;}
.footer a{padding-left:15px;color:#fff;}


/* top_news */

.top_news_body{padding:12px 5px 0 5px;}
.top_news_tit{background:url(../../img/type2/top_news_mark1.jpg) no-repeat 15px 8px;background-color:#DCF4FC;padding:5px 30px;font-size:14px;}
.top_news ul li{padding:0px 0px 5px 30px;background:url(../../img/type2/top_news_mark2.jpg) no-repeat 15px 6px;list-style:none;}


/* menu */

#side_menu {
	margin-bottom:10px;	
}

#side_menu ul {
	padding:0;
	margin:0;
	
}

#side_menu a {
	
	display:block;
	width:200px;
	height:25px;
	padding-top:5px;
	
}

#side_menu .parent {
	list-style-type:none;
	text-indent:20px;
	background-image: url( ../../img/type2/menu.gif);
	background-repeat: no-repeat;
	
}

#side_menu .child {
	list-style-type:none;
	text-indent:30px;
	background-image: url( ../../img/type2/menu_child.gif);
	background-repeat: no-repeat;
}


.main_color {
	background-color:#0099CB;
}


.main_body h2 {
	border-left: 5px solid #0099CB;
}

.main_body a:link {
	color:#525252;
}

.main_body a:visited {
	color:#525252;
}

.main_body a:hover {
	color:#EDE514;
}

#side_menu a:link {
	color:#fff;
}

#side_menu a:visited {
	color:#fff;
}

#side_menu a:hover {
	color:#D2D200;
}


/* トップメニュー */
#top_menu ul {
	padding:0;
	margin:0;
	
}

#top_menu a {
	font-size:8pt;
	display:block;
	width:166px;
	height:25px;
	padding-top:5px;
	text-align:center;
	background-image:url(../../img/type2/menu_top.gif);
	
}

#top_menu .parent {
	float:left;
}


#top_menu {
	margin-left:10px;	
	margin-bottom:15px;	
	height:auto;
}



#top_menu a:link {
	color:#fff;
}

#top_menu a:visited {
	color:#fff;
}

#top_menu a:hover {
	color:#D2D200;
}




#child_menu_div a {
	border-bottom:1px solid #666;
	border-left:1px solid #333;
	border-right:1px solid #333;
	background-color:#333333;
	color:#fff;
}

#child_menu_div a:hover {
	color:#D2D200;
	background-color:#333333;
}



div.ground_menu {
	padding-bottom:10px;
}
