/* CSS layout */

/***********************************************/
/* CSS file						               */
/* data: 2008/09/17                            */
/* index:                                      */
/*   1# layout			                       */
/*   2# header		                           */
/*   3# left contents                          */
/*   4# p-navi                                 */
/*   5# main-contents            	           */
/*  		5#1 text-align　　　 	           */
/*   6# contents box                           */
/*   7# footer     			                   */
/*   8# blog	     			               */
/*  		8#1 blog contens　　　 	           */
/***********************************************/





* {
	margin: 0;
	padding: 0;
	}
a,h1,h2, h3, h4, div, p, hr, blockquote, address, noscript {
	text-align  : left;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	}
ul, ol, dl, dt, dd {
	list-style: none;
	font-size: 13px;
	}
span, img {
	border: none;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	}
strong {
	border: none;
	font-style: normal;
	font-weight: bold;
	color: #FF3300;
	line-height: 160%;
	font-size: 14px;
	}
em {
	border: none;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
	}
a {
	color: #996600;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.font_1
{
	color:#FF6600;
	font-size: 15px;
}
.font_2
{
	color: #669933;
	font-size: 15px;
}
.font_3
{
	color: #0099FF;
	font-size: 15px;
}
.font_4
{
	color: #666666;
	font-size: 15px;
}


	
/* -------------------------------------1# layout ------------------------------------------------*/

body
{
	color: #666666;
	text-align:center;
	font-size: 11px;
	background: url(../common/bg.gif) repeat center;

}


#layout {
	width: 780px;
	border: 1px solid #38351F;
	margin: 0 auto;
	color: #666666;
	line-height: 140%;
	background-color:#ffffff;
}

#layout h1 {
	font-size: 10px;
	padding-left: 10px;
	color: #FFFFFF;
}

#layout .herder_top .seo {
	font-size: 9px;
	padding-left: 10px;
	color: #FFFFFF;
	text-align:left;
	margin: 0;
}

/* ------------------------------------ 2# header ------------------------------------------------*/

.herder_top {
	background-image:url(../common/img/top_.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding: 0px 0px 0 0px;
	height: 145px;
	margin: 0;
	width: 780px;
}

.herder_top h2{
	float: left;
	padding: 1px 0 0 10px;
	color: #FFFFFF;
}

.herder_top	p {
		text-align: right;
		margin-top: 31px;
}

#herder {
	background-image:url(../common/img/herder_bg.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-top: 0px;
	padding: 4px 0 5px 0;
	height: 20px;
	font-size: 11px;
}

#herder p
{
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	}

#herder ul 
{
	float: right;
	width: 420px;
}

#herder li 
{
	float: left;
	padding-left: 1px;
}

#header_navi
{
	header: 780px;
	clear: both;
	height: 40px;
	}
	
#header_navi ul
{
	margin:0;
	padding:0;
	width: 780px;
	}
#header_navi li
{
	display: block;
	float: left;
	margin:0;
	padding:0;
	}


#header_navi li#h_navi_01 a,
#header_navi li#h_navi_02 a
{
	background-position:0 0;
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	}

#header_navi li#h_navi_03 a,	
#header_navi li#h_navi_04 a,
#header_navi li#h_navi_05 a,
#header_navi li#h_navi_06 a
{
	background-position:0 0;
	background-repeat: no-repeat;
	width: 130px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	}


#header_navi li#h_navi_01 a
{
	background: url(../common/img/h_01.jpg)
	}
#header_navi li#h_navi_02 a
{
	background: url(../common/img/h_02.jpg)
	}
#header_navi li#h_navi_03 a
{
	background: url(../common/img/h_03.jpg)
	}
#header_navi li#h_navi_04 a
{
	background: url(../common/img/h_04.jpg)
	}
#header_navi li#h_navi_05 a
{
	background: url(../common/img/h_05.jpg)
	}
#header_navi li#h_navi_06 a
{
	background: url(../common/img/h_06.jpg)
	}



#header_navi li#h_navi_01 a:hover,
#header_navi li#h_navi_02 a:hover,
#header_navi li#h_navi_03 a:hover,
#header_navi li#h_navi_04 a:hover,
#header_navi li#h_navi_05 a:hover,
#header_navi li#h_navi_06 a:hover
{background-position: 0 -44px;}
		
		
/*-----------------------------------3# left contents -----------------------------------*/
#left {
	width: 195px;
	float: left;
	padding: 2px 0 0 0px;
	margin: 0 0 10px 5px;
}

#left a
{
	color: #figoas;
	}

#left p
{
	font-size: 13px;
}

#left p.font_1,
span.font_1
{
	font-size: 16px;
	font-weight:bold;
	color:#669900;
	letter-spacing: 1px;
	margin: 0 0 10px 0;
}

#left p.font_2,
span.font_2
{
	font-size: 16px;
	font-weight:bold;
	color: #FF3300;
}

span.font_3
{
	font-size: 18px;
	font-weight: bold;
}

span.font_4
{
	font-size: 32px;
	font-weight:bold;
	color:#66CCFF;
	line-height: 100%;
	vertical-align: bottom;
}




#left #blog
{
	margin: 5px 5px 5px 15px;
	padding: 0px;
	width: auto;
	list-style: outside;
	list-style-image:url(../common/img/arrow_02.gif);
}

#left #blog li
{
	font-size: 13px;
	margin:0;
	background: none;
	padding: 0;
}

#left #blog li a
{
	padding:0;
	margin:0;
}

#left #blog li a:hover
{
	color:#FFCC00;
}

.left_menu_top {
	width: 188px;
	background-image:url(../common/img/side_banner_01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 35px 0 10px 6px;
}

.left_menu_button a{
	background-image:url(../common/left_menu_button.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 100px;
	height: 25px;
	display: block;
	text-indent: -9999px;}
	
.left_menu_button a:hover 
{
	background-position: 0 -25px;
}

.left_menu 
{
	margin: 5px 0 8px 0;
	border: 1px dotted #cccccc;
}

.left_menu_01 a,
.left_menu_02 a,
.left_menu_03 a,
.left_menu_04 a,
.left_menu_05 a,
.left_menu_06 a,
.left_menu_07 a, 
.left_menu_08 a,
.left_menu_09 a,
.left_menu_10 a,
.left_menu_11 a,
.left_menu_12 a
{
	background-position:0 0;
	background-repeat: no-repeat;
	width: 192px;
	height: 33px;
	display: block;
	text-indent: -9999px;
	}

.left_menu_01 a {background-image:url(../common/img/left_menu_01.jpg);}
.left_menu_02 a {background-image:url(../common/img/left_menu_02.jpg);}
.left_menu_03 a {background-image:url(../common/img/left_menu_03.jpg);}
.left_menu_04 a {background-image:url(../common/img/left_menu_04.jpg);}
.left_menu_05 a {background-image:url(../common/img/left_menu_05.jpg);}
.left_menu_06 a {background-image:url(../common/img/left_menu_06.jpg);}
.left_menu_07 a {background-image:url(../common/img/left_menu_07.jpg);}
.left_menu_08 a {background-image:url(../common/img/left_menu_08.jpg);}
.left_menu_09 a {background-image:url(../common/img/left_menu_09.jpg);}
.left_menu_10 a {background-image:url(../common/img/left_menu_10.jpg);}
.left_menu_11 a {background-image:url(../common/img/left_menu_11.jpg);}
.left_menu_12 a {background-image:url(../common/img/left_menu_12.jpg);}


.left_menu_01 a:hover,
.left_menu_02 a:hover,
.left_menu_03 a:hover,
.left_menu_04 a:hover,
.left_menu_05 a:hover,
.left_menu_06 a:hover,
.left_menu_07 a:hover,
.left_menu_08 a:hover,
.left_menu_09 a:hover,
.left_menu_10 a:hover,
.left_menu_11 a:hover,
.left_menu_12 a:hover
{background-position: 0 -33px;}

.left_bg {
	background-image:url(../common/img/left_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 15px 15px 0 10px;
	height: 115px;
}

.left_bg_map {
	background-image:url(../common/img/left_bg_map.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 340px;
	font-size: 10px;
	padding: 10px 5px 0 10px;
	width: 180px !important;
	width /**/: 194px;
}
.left_bg_time {
	background-image:url(../common/img/left_bg_time.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 260px;
	font-size: 10px;
	text-indent: 13px;
	padding: 0px 0 0 0px;
	width: 194px;
}

.left_bg_map_box
{
	padding: 45px 0 0 0;
	}


.left_bg_time_box
{
	padding: 50px 0 0 0;
	}

.left_bg p
{
	font-size: 12px;
}

#layout .main #left .h2_bg {
	height: 31px !important;
	height /**/: 40px;
	width: 200px;
	text-align: left;
	padding: 9px 0 0 10px;
	font-size: 16px;
	color:#FFFFFF;
	font-weight:bold;
	background: url(../common/img/s_h2_bg.png) no-repeat;
}


/*-----------------------------------4# p-navi-----------------------------------*/

#layout #right .p-navi,
#layout .p-navi
 {
	height: auto;
	width: auto;
	background-image: url(../common/img/footer.png);
	border: 1px solid #cccccc;
	color:#FFFFFF;
	background-color: #FEFDE2;
	margin: 5px 0 10px 0;
	padding: 0 5px;
}

#layout #right .p-navi a,
#layout .p-navi a
{
	color: #FFFFFF;
}

/*----------------------------------- 5# main-contents -----------------------------------*/

#right {
	width: 550px;
	float:left;
	padding: 5px 0px 0 0;
	margin: 0 0 10px 15px;
	line-height: 190%;
}


#right p
{
	font-size: 13px;
	padding: 0 0 0 5px;
	line-height: 165%;
	margin: 1px 0;
}

#right p.font_1
{
	font-size: 16px;
	font-weight:bold;
	color:#339933;
}



#right p.right
{
	float: right;
	padding: 0 8px;
}

#right p.left
{
	float: left;
	padding: 0 5px;
}

#right p.left_indent,
#right p.right_indent
{
	float: left;
	padding: 0 8px 0 40px;
}


#right p.clear
{
	clear: both;
}

#right p.back
{
	background: url(../common/img/sub/top_arrow.gif) no-repeat left center;
	float: right;
	padding: 0 0 0 13px;
}

#right p.link,
#layout .main p.link
{
	background: url(../common/img/sub/top_arrow_side.gif) no-repeat left center;
	float: right;
	padding: 0 0 0 13px;
}


#right p.area1,
#layout .main p.area1
{
	padding-left: 15px;
}


#right p.indent_1,
#left p.indent_1
 {
	padding-left: 15px;
	font-size: 14px;
}

#right p.indent_2 {
	padding-left: 25px;
	font-size: 13px;
}

#right p.indent_3 {
	padding-left: 40px;
	font-size: 13px;
}


/*----------------------------------- 5#-1 subpage h1 -----------------------------------*/

#layout .main h1.sub {
	background: url(../common/img/sub_title_h1.png) no-repeat;
	height: 30px !important;
	height /**/: 135px;
	width: 780px;
	padding: 90px 0px 0 0px;
	font-size: 28px;
	font-weight: bold;
	color:#ffffff;
	text-indent: 15px;
}

#layout .main h1.sub1 {
	background: url(../common/img/sub_title_h1_1.png) no-repeat;
	height: 30px !important;
	height /**/: 135px;
	width: 780px;
	padding: 90px 0 0 0px;
	font-size: 30px;
	font-weight: bold;
	color:#ffffff;
	text-indent: 15px;
}


#layout .main h1.sub2 {
	background: url(../common/img/sub_title_h1_2.png) no-repeat;
	height: 30px !important;
	height /**/: 135px;
	width: 780px;
	padding: 90px 0 0 0px;
	font-size: 30px;
	font-weight: bold;
	color:#ffffff;
	text-indent: 15px;
}


#layout .main h1.sub3 {
	background: url(../common/img/sub_title_h1_3.png) no-repeat;
	height: 30px !important;
	height /**/: 135px;
	width: 780px;
	padding: 90px 0 0 0px;
	font-size: 30px;
	font-weight: bold;
	color:#ffffff;
	text-indent: 15px;
}

#layout .main h1.sub4 {
	background: url(../common/img/sub_title_h1_4.png) no-repeat;
	height: 30px !important;
	height /**/: 135px;
	width: 780px;
	padding: 90px 0 0 0px;
	font-size: 30px;
	font-weight: bold;
	color:#ffffff;
	text-indent: 15px;
}

#right h2
{
	font-size: 25px;
	padding: 0 0 7px 12px;
	font-weight: bold;
	line-height: 145%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0 6px 0;
	letter-spacing: 1px;
	border-bottom: dotted 1px #333333;
	}

	
#right h3.top {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	color: #006600;
	padding: 5px 0 4px 10px;
	margin: .0 0 5px 0;
}


#right h4
{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 3.5px;
	color: #FF6600;
	font-weight:bold;
	background:url(../common/img/bg_dot.gif) repeat-x bottom;
	margin:10px 0;
	padding-left: 20px;
	width: auto;
}

#right h5
{
	background-image:url(../common/img/right_h4.gif);
	background-position: 0 1px;
	background-repeat:no-repeat;
	margin-left: 15px;
	clear: both;
	padding: 3px 0 5px 25px;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	line-height: 110%;
	margin: 5px 0 3px 10px;
}

#layout h5
{
	background-image:url(../common/img/right_h4.gif);
	background-position: 0 1px;
	background-repeat:no-repeat;
	margin-left: 15px;
	clear: both;
	padding: 3px 0 5px 25px;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 110%;
	margin: 5px 0 3px 10px;
}

#right h6
{
	font-size: 14px;
	padding: 0 0 0 10px;
	margin: 5px 0 5px 25px;
	border-left: 5px solid #333333;
	border-bottom: dotted #cccccc 1px;
	font-weight: 900;
	letter-spacing: 1px;
}

#right h6.course1
{
	font-size: 15px;
	padding: 0 0 0 10px;
	margin: 10px 0 5px 25px;
	border-left: 5px solid #FF9933;
	border-bottom: dotted #cccccc 1px;
	font-weight: bold;
}

#right h6.course2
{
	font-size: 15px;
	padding: 0 0 0 10px;
	margin: 10px 0 5px 25px;
	border-left: 5px solid #009933;
	border-bottom: dotted #cccccc 1px;
	font-weight: bold;
}

#right h6.course3
{
	font-size: 15px;
	padding: 0 0 0 10px;
	margin: 10px 0 5px 25px;
	border-left: 5px solid #CC0000;
	border-bottom: dotted #cccccc 1px;
	font-weight: bold;
}



.right_bg {
	margin-bottom: 5px;
}

.right_baner {
	margin-bottom: 30px;
}
		
.right_baner li{
	float: left;
}

#right h3 {
	clear: both;
}
	
.h3_inner {
	padding: 10px;
	margin-bottom: 15px;
}

.h3_inner_1 {
	padding: 10px;
	border: 1px solid #cccccc;
	width: 480px;
	margin: 5px 0 15px 25px;
	background-color: #FFF7EC;
}

.h3_inner_2 {
	padding: 10px;
	border: 1px solid #cccccc;
	width: 480px;
	margin: 5px 0 15px 25px;
	background-color: #ECFFF1;
}

.h3_inner_3 {
	padding: 10px;
	border: 1px solid #cccccc;
	width: 480px;
	margin: 5px 0 15px 25px;
	background-color: #FFECEE;
}

.h3_inner_4 {
	padding: 10px;
	border: 1px solid #cccccc;
	width: 480px;
	margin: 5px 0 15px 25px;
	background-color: #EEF4FF;
}




.h3_inner p
{
	font-size: 13px;
}


.h3_inner dl {
	margin-top: 25px;
}

.h3_inner dt {
	font-weight: bold;
	color:#FF6600;
	margin-bottom: 10px;
}

.h3_inner dd {
	margin-bottom: 30px;
}

#right table {
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	margin-top: 10px;
	margin-left: 15px;
	padding: 1px;
	font-size: 11px;
}

#right table#re {
	border: none;
}


#right td.time {
	text-align:left;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	line-height: 180%;
	padding: 5px;
	color: #333333;
	background-image: url(../common/img/side_bg_.gif);
}

#right td p
{
	font-size: 12px;
}

#right .contents-inner table tr td {
	background-color:#F8F8F8;
	text-align:left;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
	line-height: 180%;
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
}

#right .contents-inner table tr .td_w {
	background-color:#ffffff;
	text-align:left;
	border-collapse: collapse;
	line-height: 180%;
	padding: 5px;
}


#right .td_b {
	background-color:#F8F8F8;
	text-align:left;
	border-collapse: collapse;
	line-height: 180%;
	padding: 5px;
}


#right th {
	width: 70px;
	text-align:center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #333333;
	font-weight: normal;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

#right ul
{
	list-style: inside;
	font-size:13px;
}


#right ul#sp,
#right ul#sp2
{
	list-style: none;
	margin: 5px 0 5px 20px;
	color: #666554;
	overflow: scroll;
	overflow-x: hidden;
	width: 520px;
	height: 120px;
}

#right ul#sp li,
#right ul#sp2 li
{
	line-height: 125%;
	list-style: disc;
	list-style-position: inside;
	height: auto;
	font-size: 13px;
	width: auto;
	padding-bottom: 5px;
	margin-top: 8px;
	color: #525252;
	border-bottom: dotted 1px;
	margin-bottom: 7px;
	padding-left: 10px;
	}

#right ul#sp li a,
#right ul#sp2 li a
{
	line-height: 125%;
	list-style:  disc;
	list-style-position: inside;
	height: auto;
	font-size: 13px;
	width: auto;
	padding-bottom: 5px;
	margin-top: 8px;
	color: #525252;
	border-bottom: dotted 1px;
	margin-bottom: 7px;
	color: #FF9900;
	text-decoration: none;
	border: none;
	}

#right ul#sp li a:hover,
#right ul#sp2 li a:hover
{
	color: #0033FF;
	}




.right_link li{
	background-image:url(../common/right_link.gif);
	background-position:0 1px;
	background-repeat:no-repeat;
	padding-left: 30px;
	margin-top: 7px;
}

.right_link a {
		color:#333333;
		text-decoration: underline;
}

.right_link a:hover {
	color:#1A42A8;
}
	
.right_bottom_bg {
	background-image:url(../common/right_bottom_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 15px;
	padding-top: 32px;
	padding-left: 23px;
	padding-bottom: 20px;
}
	
.right_bottom_button a{
		background-image:url(../common/right_bottom_button.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
		width: 228px;
		height: 30px;
		display: block;
		text-indent: -9999px;
}

.right_bottom_button a:hover {
	background-position: 0 -30px;
}

.right_faq {
	width: 510px;
	border: 1px solid #E7E7E7;
	padding: 10px 0;
	margin: 15px 0 0 10px;
}

.right_faq_inner {
	margin: 0 30px;
}

#right .right_faq dl {
	width: 440px;
	border: 1px solid #E7E7E7;
	margin: 20px 0 20px 30px;
}

#right .right_faq dt {
	background-image:url(../common/right_faq_dt.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding: 3px 0 15px 35px;
	margin-top: 2px;
}

#right .right_faq dd {
	background-image:url(../common/right_a.gif);
	background-position:9px 3px;
	background-repeat:no-repeat;
	color:#555555;
	padding: 3px 15px 10px 35px;
}

#right .right_faq dd a {
	color:#00A2FF;
	text-decoration: underline;
}		

#right .right_faq_inner li {
	background-image:url(../common/right_f.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding-left: 27px;
	margin-bottom: 10px;
}

#right .right_faq_inner li a {
		color: #555555;
		text-decoration:underline;
}

#right .data {
	border: 1px solid #EDEDED;
	border-collapse: collapse;
	margin-top: 20px;
	margin-left: 18px;
}

#right .data th {
		width:150;		
		text-align:left;
		padding: 4px 0px 4px 15px;
		color: #333333;
		font-weight: normal;
		border: 1px solid #EDEDED;
		border-collapse: collapse;
}

#right .data td {
		width: 300px;
		background-color:#FFFFFF;
		text-align:left;
		padding: 4px 100px 4px 15px;
		font-weight: normal;
		border: 1px solid #EDEDED;
		border-collapse: collapse;
}

.top {
	clear: both;
	text-align:right;
	padding-right: 20px;
	margin-top: 25px;
}

.top a {
	text-decoration: underline;
}

.thanks {
	width: 400px;
	margin: 40px 0 0 30px;
	color: #333333;}
	.thanks a {color:#00A2FF;
}		
	
	
#layout #right .left_cont {
	height: auto;
	width: 265px;
	float: left;
	border: solid 2px #333333;
	margin: 0 0 5px 0;
}

#layout #right .right_cont {
	height: auto;
	width: 265px;
	float: left;
	margin: 0 0 0 5px;
	border: solid 2px #836D3D;
}

#layout #right .left_cont h3.sho,
#layout #right .right_cont h3.sho 
{
	background: url(../common/img/h_3bg.jpg) repeat-x;
	color:#FFFFFF;
	font-size: 14px;
	font-weight:bold;
	height: 37px;
	padding: 8px 0 0 15px;
	width: 250px !important;
	width /**/: 265px;
}

.cont_inner
{
	padding: 3px 8px 3px 2px;
	}



	
#layout .main .left_cont_top {
	height: auto;
	width: 255px;
	float: left;
	border: solid 1px;
	border-color:#666633;
	margin: 0 1px 5px 1px;
}

#layout .main .left_cont_top img
{
	margin: 1px 0 5px 0;
}

#layout .main .left_cont_top p.area1
{
	margin: 10px 0;
	padding: 0 10px;
	line-height: 180%;
}

#layout .main .right_cont_top {
	height: auto;
	width: 255px;
	float: left;
	margin: 0 0 0 5px;
	border: solid 2px #836D3D;
}

#layout .main .left_cont_top h3.sho
{
	background: url(../common/img/h_3bg.jpg) repeat-x;
	color:#FFFFFF;
	font-size: 13px;
	font-weight:bold;
	height: 28px !important;
	height /**/: 36px;
	padding: 8px 0 0 10px;
	width: 245px !important;
	width /**/: 255px;
}


#layout .main .cont_inner
{
	padding: 3px 1px 3px 2px;
	}


/*----------------------- 5#1 text-align --------------------------- */

.align_center {text-align: center;}
.align_right {text-align: right;}			
/* clear */
.clear {clear: both;}
/* float */
.float_right {float: right;}
/* bold */
.bold {
	font-weight: bold;
	font-size: 16px;
}
/* color */
.blue {color: #00A2FF;}
.orange {color:#FF9933;}
/* class */
.px11 {
	font-size: 9px;
}
.px14 {font-size: 14px;}
.p-20 {padding-top: 15px;}
.bg_j {background-color:#FAE9CA;}
.bg_m {background-color:#FAFBDD;}
.bg_k {background-color:#E3F4AB;}
.sitemap {
	margin-left: 50px;
	font-size: 14px;
	line-height: 200%;
	margin-top: 30px;}
	
	
/* -------------------------------------- 7# footer  -----------------------------------------------*/		

#footer {
	background-image:url(../common/footer.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:#FFFFFF;
	margin-bottom: 0;
	clear: both;
	height: 93px;
	width: 780px;
	margin-top: 10px;
}
	#footer ul {
}
	#footer li {
	color:#FFFFFF;
	font-size: 11px;
	float: left;
}
.footer_menu {
	clear: both;
	margin-left: 150px;}
#footer a {
	color: #FFFFFF;
	margin-right: 5px;}
#footer address {
	font-weight: bold;
	text-align:right;
	clear: both;
}	


#footer .footer_re {
	font-size: 11px;
	color: #FFFFFF;
	float: right;
	clear: both;
	margin-top: 30px;
}
#footer .footer_navi {
	text-align: center;
	clear: both;
	margin: 7px 0 0 0;
	padding: 1px 0 0 0;
}

.footer_navi p
{
	text-align: center;
}


/*------------------------------8# blog　------------------------------------ */

div.blog
{
	border: 1px #cccccc solid;
}

h2.blog_header
{
	background: url(../common/img/blog_header.jpg) no-repeat;
	height: 33px !important;
	font-size: 15px;
	padding: 5px 0 0 10px;
	font-weight: bold;
	width: 195px;
	color: #FFFFFF;
	}

ul#blog　
{
	margin: 0;
	padding: 0;
	width: 195px;
	height: auto;
}

ul#blog li
{
	height: 27px;
	width: 165px;	
}


/*----------------------------------8#1 blog contens ----------------------------------- */

#right_blog {
	width: 340px;
	float:left;
	padding: 10px 0px 0 0;
	margin: 0 0px 0 0px;
	line-height: 190%;

}


#right_blog h2
{
	background: url(../common/img/blogh_2bg.jpg) no-repeat;
	padding: 3px 0 5px 30px;
	font-size: 15px;
	font-weight: bold;
}




#left_blog {
	width: 195px;
	float: left;
	padding: 10px 0 0 0px;
	margin-left: 12px;
}
#layout #blog_wrapper {
	height: auto;
	width: auto;
}

#blog_main
{
	float: left;
	width: 555px;
	margin: 5px 0 0 12px;
}
#layout #top_img {
	width: 780px;
	margin: 0 0 0 0px;
	height: auto;
}
#layout #top_img .right_bg {
	width: 765px;
	float: left;
	margin: 5px 0 0 3px;
	height: 252px;
	padding: 3px;
	}
#layout #top_img .top_left_menu {
	width: 200px;
	float: right;
	margin: 5px 3px 0 5px;
	padding: 3px;
}
#layout .main {
	margin-top: 10px;
	width: auto;
}

#layout .main #right .contents-inner .site_link {
	margin: 0 25px;
	padding: 5px;
	background-color: #FFF4E1;
	border: 1px dotted;
}

#layout .main #right .contents-inner .site_link li
{
	font-size: 14px;
}

#layout .main #left dl {
	padding: 5px;
	border: solid 1px #333333;
	background-color:#E1DCB6;
}


@media print 
{
body {
zoom: 70%;

}
}
#layout .main #right .contents-inner .confirm {
	text-align: center;
}
