@charset "utf-8";

/*--------------------------------------------*/
/* CSS RESET                                  */
/*--------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	color: #060;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border: 0;
}

/*--------------------------------------------*/
/* clearfix                                   */
/*--------------------------------------------*/

.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
	min-height: 1%;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*--------------------------------------------*/
/* float                                      */
/*--------------------------------------------*/

.fltL {
	float: left;
}
.fltR {
	float: right;
}

/*--------------------------------------------*/
/* margin                                     */
/*--------------------------------------------*/

.mt03 {
	margin-top: 3px;
}

.mt05 {
	margin-top: 5px;
}

.mt07 {
	margin-top: 7px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt16 {
	margin-top: 16px;
}

.mt17 {
	margin-top: 17px;
}

.mt18 {
	margin-top: 18px;
}

.mt19 {
	margin-top: 19px;
}

.mt20 {
	margin-top: 20px;
}

.mt22 {
	margin-top: 22px;
}

.mt24 {
	margin-top: 24px;
}

.mt25 {
	margin-top: 25px;
}

.mt27 {
	margin-top: 27px;
}

.mt30 {
	margin-top: 10px;
}

.mt32 {
	margin-top: 32px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt65 {
	margin-top: 65px;
}

.mt70 {
	margin-top: 70px;
}

.mt75 {
	margin-top: 75px;
}

.mt80 {
	margin-top: 80px;
}

.mt85 {
	margin-top: 85px;
}

.mt90 {
	margin-top: 90px;
}

.mt95 {
	margin-top: 95px;
}

/*--------------------------------------------*/
/* tool                                       */
/*--------------------------------------------*/

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.nobg {
	background: none !important;
}

/*--------------------------------------------*/
/* img                                        */
/*--------------------------------------------*/

.imgC {
	text-align: center;
}

.imgL {
	text-align: left;
}
.imgR {
	text-align: right;
}

.imgL img,
.imgC img,
.imgR img {
	display: inline;
}

/*--------------------------------------------*/
/* font                                        */
/*--------------------------------------------*/

/*ΕTCY*/
.xx-small {
	font-size: 70%;
}
.x-small {
	font-size: 78%;
}
.small {
	/*font-size: 85%;*/
	font-size:10px;
	line-height:150%;
}
.large {
	font-size: 115%;
}
.x-large {
	font-size: 130%;
}
.xx-large {
	font-size: 143%;
}

/*--------------------------------------------*/
/* BASE                                       */
/*--------------------------------------------*/

body {
	font-size: 12px;
	line-height:160%;
	border: 2px;
}

/*ie7*/
*:first-child+html body {
	font-size:12px;
	line-height:160%;
}
	
/*ie5-6*/
* html body {
	font-size:12px;
	line-height:160%;
}

/*--------------------------------------------*/
/* COMMON                                     */
/*--------------------------------------------*/


body {
	text-align:center;
	background: transparent url(contents/common_header_bg.jpg) repeat-x left top;
	margin:0;
	padding:0;
	color: #060;
}

#wrapper {
	width: 870px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#wrapper2 {
	width: 870px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
}

#header {
	height: 132px;
}
#header_contents {
	height: 75px;
}
#logo {
	float: left;
	display: inline;
	width: 355px;
}
#header_link {
	float: right;
	display: inline;
	margin-top: 22px;
	width: 300px;
}

#contents { padding-top: 22px; background: transparent url(contents/common_contents_bg.gif) repeat-y left top;}
#main_container {background: transparent url(contents/common_contents_bg2.gif) repeat-y left top;}

#contents_bottom {
	margin-top: 30px;
	height: 35px;
	background: transparent url(contents/common_footer1_bg.gif) no-repeat left top;
	text-align: right;
}

#footer {
	margin-top: 30px;
	height: 15px;
	margin-bottom:0;
	padding:0;
	background: transparent url(contents/common_footer2_bg.gif) repeat-x left top;
	overflow:hidden;
}
/*FF*/
html>/**/body #footer {
	margin-top: 0px;
	height: 15px;
	margin-bottom:0;
	padding:0;
	background: transparent url(contents/common_footer2_bg.gif) repeat-x left top;
	overflow:hidden;
}
/*FFȊO*/
html:first-child #footer {
	height: 20px;
	padding:0;
	background: transparent url(contents/common_footer2_bg.gif) repeat-x left top;
	margin: 10px;
}

#footer_top{
	margin-top: 15px;
	height: 35px;
	margin-bottom:0;
	padding:0;
	background: transparent url(contents/common_footer2_bg.gif) repeat-x left top;
	overflow:hidden;
}
/*FF*/
html>/**/body #footer_top {
	margin-top: 15px;
	height: 35px;
	margin-bottom:0;
	padding:0;
	background: transparent url(contents/common_footer2_bg.gif) repeat-x left top;
	overflow:hidden;
}
/*FFȊO*/
html:first-child #footer_top {
	margin-top: 15px;
	height: 35px;
	margin-bottom:0;
	padding:0;
	background: transparent url(contents/common_footer2_bg.gif) repeat-x left top;
}

#footer_container {
	width: 870px;
	text-align: left;
	padding: 0;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#main_contents {
	float: right;
	display: inline;
	width: 635px;
	min-height: 484px;
	height: auto !important;
	height: 484px;
}


#sidebar_contents {
	float: left;
	display: inline;
	width: 170px;
	background: transparent url(contents/common_sidebar_bg.jpg) repeat-y right top;
}
#copyright {
	float: left;
	display: inline;
}
#footer_link {
	float: right;
	display: inline;
	height: 35px;
}

#header_link li {	float: left; height: 27px;}
#header_link li a { display: block; height: 27px; text-decoration: none;}
#header_link li a span { visibility: hidden;}
#header_link1 { width: 100px;}
#header_link1 a { width: 100px; background: transparent url(contents/common_header_link1.gif) no-repeat left top;}
#header_link1 a:hover { width: 100px;  background-position: left bottom;}

#header_link2 { width: 101px;}
#header_link2 a{ width: 101px; background: transparent url(contents/common_header_link2.gif) no-repeat left top;}
#header_link2 a:hover { width: 101px;  background-position: left bottom;}

#header_link3 { width: 99px;}
#header_link3 a{ width: 99px; background: transparent url(contents/common_header_link3.gif) no-repeat left top;}
#header_link3 a:hover { width: 99px;  background-position: left bottom;}


#gnavi li{ float: left; height: 60px;}
#gnavi li a { display: block; height: 60px; text-decoration: none;}
#gnavi li a span { visibility: hidden;}

#gnavi_01 { width: 211px; background: transparent url(contents/common_gnavi01_select.gif) no-repeat left top;}
#gnavi_01 a { width: 211px; background: transparent url(contents/common_gnavi01.gif) no-repeat left top;}
#gnavi_01 a:hover { width: 211px; background: transparent url(contents/common_gnavi01_ov.gif) no-repeat left top;}
#gnavi_01 a.select { width: 211px; background: transparent url(contents/common_gnavi01_select.gif) no-repeat left top;}

#gnavi_02 { width: 210px; background: transparent url(contents/common_gnavi02_select.gif) no-repeat left top;}
#gnavi_02 a { width: 210px; background: transparent url(contents/common_gnavi02.gif) no-repeat left top;}
#gnavi_02 a:hover { width: 210px; background: transparent url(contents/common_gnavi02_ov.gif) no-repeat left top;}
#gnavi_02 a.select { width: 210px; background: transparent url(contents/common_gnavi02_select.gif) no-repeat left top;}

#gnavi_03 { width: 210px; background: transparent url(contents/common_gnavi03_select.gif) no-repeat left top;}
#gnavi_03 a { width: 210px; background: transparent url(contents/common_gnavi03.gif) no-repeat left top;}
#gnavi_03 a:hover { width: 210px; background: transparent url(contents/common_gnavi03_ov.gif) no-repeat left top;}
#gnavi_03 a.select { width: 210px; background: transparent url(contents/common_gnavi03_select.gif) no-repeat left top;}

#gnavi_04 { width: 209px; background: transparent url(contents/common_gnavi04_select.gif) no-repeat left top;}
#gnavi_04 a { width: 209px; background: transparent url(contents/common_gnavi04.gif) no-repeat left top;}
#gnavi_04 a:hover { width: 209px; background: transparent url(contents/common_gnavi04_ov.gif) no-repeat left top;}
#gnavi_04 a.select { width: 209px; background: transparent url(contents/common_gnavi04_select.gif) no-repeat left top;}


#footer_link li {
	float: left;
	display: inline;
	height: 35px;
}

/*FF*/
html>/**/body #footer_link li {
	float: left;
	display: inline;
	height: 35px;
	margin-bottom:0;
	padding:0;
	color: #777;
}

#footer_link li a { display:block; height: 35px; text-decoration: none;}
#footer_link li a span { visibility: hidden;}
#footer_link0 {width: 100px;}
#footer_link0 a { background: transparent url(contents/common_footer_link2.gif) no-repeat left top;}
#footer_link0 a:hover {  background-position: left bottom;}

#footer_link1 {width: 100px;}
#footer_link1 a { background: transparent url(contents/common_footer_link1.gif) no-repeat left top;}
#footer_link1 a:hover {  background-position: left bottom;}

#footer_link2 {width: 131px;}
#footer_link2 a { background: transparent url(contents/common_footer_link2.gif) no-repeat left top;}
#footer_link2 a:hover {  background-position: left bottom;}

#sidebar_title { margin-left: 20px;}
#local_menu { margin-top: 34px; margin-left: 15px; width: 155px;}

#local_menu li { width: 155px;}
#local_menu li a { display: block; width: 155px; text-decoration: none;}
#local_menu li a span { visibility: hidden;}
#local_menu01 { height: 47px; }
#local_menu01 a { height: 47px; background: transparent url(contents/localmenu_01.gif) no-repeat left top;}
#local_menu01 a.select,
#local_menu01 a:hover { height: 47px; background-position:right top;}

#local_menu02 { height: 46px; }
#local_menu02 a { height: 46px; background: transparent url(contents/localmenu_02.gif) no-repeat left top;}
#local_menu02 a.select,
#local_menu02 a:hover { height: 46px;  background-position: right top;}

#local_menu03 { height: 46px; }
#local_menu03 a { height: 46px; background: transparent url(contents/localmenu_03.gif) no-repeat left top;}
#local_menu03 a.select,
#local_menu03 a:hover { height: 46px;  background-position: right top;}

#local_menu04 { height: 46px; }
#local_menu04 a { height: 46px; background: transparent url(contents/localmenu_04.gif) no-repeat left top;}
#local_menu04 a.select,
#local_menu04 a:hover { height: 46px;  background-position: right top;}

#banner_section {
	margin-left: 2px;
}
#sidebar_banner01 a {
	display: block;
	width: 166px;
	height: 37px;
	background: transparent url(contents/sidebar_banner1.jpg) no-repeat left bottom;
	text-decoration: none;
}
#sidebar_banner01 a:hover {
	background: transparent url(contents/sidebar_banner1.jpg) no-repeat left top;
}
#sidebar_banner01 a span {
	visibility: hidden;
}

#pankuzu {
	font-size:9px;
}

#pankuzu li{
	display: inline;
}
.pankuzu_home a{
	padding-left: 20px;
	background: transparent url(contents/common_home.gif) no-repeat left bottom;
}

.gotop {
	margin-right: 20px;
	padding-top: 10px;
	text-align: right;
}
a { color: #AAAAAA; }
a:link { color: #AAAAAA; }
a:visited { color: #5A7330;}
a:hover {
	color: #060;
}	
