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

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

common.css

======================================================================

	01.format
	02.body
	03.header
	04.navigation
	05.container
	06.footer
	07.other

last update 00/00/00

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


/*--------------------------------------------------------------------/
	01.format
/--------------------------------------------------------------------*/
body,div,span,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote,address,
table,tr,th,td,img{
	margin:0;
	padding:0;
	border:none;
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
hr{display:none;}
img{display:block;}
li{list-style-type: none;}

p{
	font:normal normal normal 100%/1.6 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

/*a
----------------------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active{
	color: #008145;
	outline:none;
}

#footer a:link   {text-decoration: underline;}
#footer a:visited{text-decoration: underline;}
#footer a:hover  {text-decoration: none;}
#footer a:active {text-decoration: none;}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active{
	color: #fff;
	outline:none;
}

#footer a:link   {text-decoration: none;}
#footer a:visited{text-decoration: none;}
#footer a:hover  {text-decoration: underline;}
#footer a:active {text-decoration: none;}


/*--------------------------------------------------------------------/
	02.body
/--------------------------------------------------------------------*/
body{
	background: #fff url(../img/bg_03.gif) repeat-x;
	text-align: center;
	font-size: 12px;
	color: #303030;
}
#wrapper{
	margin: 0 auto;
	background: url() repeat-x;
	width: 900px;
}
#header,
#navi,
#container{
	width: 900px;
}


/*--------------------------------------------------------------------/
	03.header
/--------------------------------------------------------------------*/

#header{
	position:relative;
	background: url(../img/bg_header.gif) no-repeat;
	height: 130px;
}

#header h1{
	margin: 0 15px 0 10px;
	padding-top:3px;
	text-align: left;
	font-size: 10px;
	color:#fff;
}


#header #logo{
	position:absolute;
	top:30px;
	left:10px;
	width: 310px;
	height: 60px;
}

#header #logo a{
	display:block;
	width: 310px;
	height: 60px;
	text-indent:-9999px;
	overflow:hidden;
}

#s_navi{
	position:absolute;
	bottom:0px;
	right:0px;
	width:531px;
	height:31px;
	margin:0;
}

.pn01{
	position:absolute;
	bottom:0px;
	right:410px;
	width:121px;
	height:31px;
	text-indent:-9999px;
	background:url(../img/p_navi_01.gif) no-repeat;
}

.pn01 a{
	text-decoration:none;
	display:block;
	width:121px;
	height:31px;
}

.pn01 a:hover{
	background:url(../img/p_navi_01_hover.gif);
}

.pn02{
	position:absolute;
	bottom:0px;
	right:290px;
	width:120px;
	height:31px;
	text-indent:-9999px;
	background:url(../img/p_navi_02.gif) no-repeat;
}

.pn02 a{
	text-decoration:none;
	display:block;
	width:120px;
	height:31px;
}

.pn02 a:hover{
	background:url(../img/p_navi_02_hover.gif);
}
	
.pn03{
	position:absolute;
	bottom:0px;
	right:120px;
	width:170px;
	height:31px;
	text-indent:-9999px;
	background:url(../img/p_navi_03.gif) no-repeat;
}

.pn03 a{
	text-decoration:none;
	display:block;
	width:170px;
	height:31px;
}

.pn03 a:hover{
	background:url(../img/p_navi_03_hover.gif);
}
	
.pn04{
	position:absolute;
	bottom:0px;
	right:0px;
	width:120px;
	height:31px;
	text-indent:-9999px;
	background:url(../img/p_navi_04.gif) no-repeat;
}

.pn04 a{
	text-decoration:none;
	display:block;
	width:120px;
	height:31px;
}

.pn04 a:hover{
	background:url(../img/p_navi_04_hover.gif);
}


#s_navi ul{
	width:531px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#s_navi li{
	float:left;
	width:120px;
	height:31px;
	text-indent:-9999px;
}

#s_navi li a{
	float:left;
	width:120px;
	text-decoration:none;
	display:block;
	height:31px;
}
	
#s_navi li#pn01 {
	width:121px;
	background:  url(../img/p_navi_01.gif) no-repeat;
}

#s_navi li#pn02 {
		width:120px;
	background: url(../img/p_navi_02.gif) no-repeat;
}

#s_navi li#pn03 {
	float:left;
	height:31px;
	text-indent:-9999px;
	width:170px;
	background: url(../img/p_navi_03.gif) no-repeat;
}

#s_navi li#pn04 {
	width:120px;
	background: url(../img/p_navi_04.gif) no-repeat;
}

#s_navi li#pn01 a:hover{
	width:121px;
	background: url(../img/p_navi_01_hover.gif) no-repeat;
}

#s_navi li#pn02 a:hover{
	width:120px;
	background: url(../img/p_navi_02_hover.gif) no-repeat;
}

#s_navi li#pn03 a:hover{
	float:left;
	text-decoration:none;
	display:block;
	width:170px;
	background: url(../img/p_navi_03_hover.gif) no-repeat;
}

#s_navi li#pn04 a:hover{
	width:120px;
	background: url(../img/p_navi_04_hover.gif) no-repeat;
}






/*--------------------------------------------------------------------/
	03.navi
/--------------------------------------------------------------------*/

#navi{
	margin:10px auto;
	width:229px;
}

#navi ul{
	width:229px;
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#navi li{
	margin-bottom:1px;
	width:229px;
	height:62px;
	text-indent:-9999px;
}

#navi li a{
	display:block;
	width:229px;
	height:62px;
}
	
#navi li#gn01{
	background: url(../img/g_navi_01.jpg) no-repeat;
}

#navi li#gn02{
	background: url(../img/g_navi_02.jpg) no-repeat;
}

#navi li#gn03{
	background: url(../img/g_navi_03.jpg) no-repeat;
}

#navi li#gn04{
	background: url(../img/g_navi_04.jpg) no-repeat;
}

#navi li#gn05{
	background: url(../img/g_navi_05.jpg) no-repeat;
}

#navi li#gn06{
	background: url(../img/g_navi_06.jpg) no-repeat;
}

#navi li#gn01 a:hover{
	background: url(../img/g_navi_01_hover.jpg) no-repeat;
}

#navi li#gn02 a:hover{
	background: url(../img/g_navi_02_hover.jpg) no-repeat;
}

#navi li#gn03 a:hover{
	background: url(../img/g_navi_03_hover.jpg) no-repeat;
}

#navi li#gn04 a:hover{
	background: url(../img/g_navi_04_hover.jpg) no-repeat;
}

#navi li#gn05 a:hover{
	background: url(../img/g_navi_05_hover.jpg) no-repeat;
}

#navi li#gn06 a:hover{
	background: url(../img/g_navi_06_hover.jpg) no-repeat;
}


/*--------------------------------------------------------------------/
	06.container
/--------------------------------------------------------------------*/
#container{
	background: url(../img/bg_contents.gif) repeat-y;
	width:898px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color:#434343
}

#container:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#contents{
	float: right;
	width: 649px;
	overflow:hidden;
}

#main{
	margin:10px auto;
	width:630px;
}

#sidebar{
	float: left;
	width: 182px;
}

#left_contents{
	float:left;
	background:url(../img/bg_left.gif) repeat-y;
	width:249px;
}

.banner_type1{
	margin:0 auto 10px auto;
	width:230px;
}

.banner_type1 a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

.banner_type2{
	margin:0 auto 10px auto ;
	width:229px;
}

.banner_type2 a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

#left_webp{
	margin:0 0 10px 10px;
	width:189px;
	height:293px;
	background:url(../img/bg_side_webpre.gif) no-repeat;
} 

#left_webp p{
	text-align:left;
	padding:180px 0 0 10px;
	line-height:18px;
}

#left_banner{
	width:193px;
	height:49px;
	margin:0 0 10px 8px;
}

#right_contents{
	float:right;
	width:570px;
}

#right_topics{
	width:550px;
	margin:10px 0 0 10px;
}

#right_topics table{
	border-top: solid 1px #e1e1e1;
	width: 530px;
	margin-left:10px;
}
#right_topics table th,
#right_topics table td{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #e1e1e1;
	text-align: left;
	line-height: 1.2;
	vertical-align: top;
}
#right_topics table th{
	width: 150px;
	color: #0a5e0b;
}

/*--------------------------------------------------------------------/
	07.footer
/--------------------------------------------------------------------*/

#footer {
	background: url(../img/bg_footer.gif) repeat-x 0 100%;
	clear:both;
	color:#fff;
	margin:0;
	height:132px;
}

#footer address{
	position: absolute;
	top: 25px;
	left:0px;
	color: #fff;
	font-size:10px;
	text-align: left;
}


#footer .foot_box {
	position:relative;
	width:900px;
	text-align:right;
	margin: 0 auto;
}

#footer p{
	position:absolute;
	top:25px;
	right:0px;
	font-size:10px;
	color:#fff;
}

#footer .copy{
	position:absolute;
	top:100px;
	right:0px;
}

#footer ul{
	display: block;
	padding-left: 10px;
	background: #92c328;
	height: 20px;
}
#footer ul *{color: #fff;}
#footer ul li{
	display: block;
	float: left;
	margin: 4px 10px 0 0;
	padding-right: 10px;
	border-right: solid 1px #fff;
	height: 12px;
}


/*--------------------------------------------------------------------/
	08.other
/--------------------------------------------------------------------*/
.right{float: right;}
.left{float: left;}
.clear{clear: both;}

.clearfix:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;  
}
.clearfix{zoom:1;}


.hover a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}


/*text
----------------------------------------------------------------*/
.txt_l{ text-align:left;}
.txt_r{ text-align:right;}
.txt_c{ text-align:center;}


/*size
----------------------------------------------------------------*/
.fs_s{ font-size:80%;line-height:100%; }
.fs_m{ font-size:100%;line-height:120%; }
.fs_l{ font-size:120%;line-height:140%; }

.ls_s{ letter-spacing:-1pt; }
.ls_m{ letter-spacing:0pt; }
.ls_l{ letter-spacing:1em; }

.ps{ padding:5px; }
.ps_t{ padding-top:5px; }
.ps_b{ padding-bottom:5px; }
.ps_h{ padding:5px 0px; }
.ps_w{ padding:0px 5px; }

.pm{ padding:10px; }
.pm_t{ padding-top:10px; }
.pm_b{ padding-bottom:10px; }
.pm_h{ padding:10px 0px; }
.pm_w{ padding:0px 10px; }

.ms{ margin:5px; }
.ms_t{ margin-top:5px; }
.ms_b{ margin-bottom:5px; }
.ms_l{ margin-left:5px; }
.ms_r{ margin-right:5px; }
.ms_h{ margin:5px 0px; }
.ms_w{ margin:0px 5px; }

.mm{ margin:10px; }
.mm_t{ margin-top:10px; }
.mm_b{ margin-bottom:10px; }
.mm_l{ margin-left:10px; }
.mm_r{ margin-right:10px; }
.mm_h{ margin:10px 0px; }
.mm_w{ margin:0px 10px; }

.mt10{ margin-top:10px; }
.mt20{ margin-top:20px; }
.ml{ margin:10px; }
.ml_t{ margin-top:20px; }
.ml_b{ margin-bottom:20px; }
.ml_l{ margin-left:20px; }
.ml_r{ margin-right:20px; }
.ml_h{ margin:20px 0px; }
.ml_w{ margin:0px 20px; }

.m_a{ 0px auto; }


/*pagetop
----------------------------------------------------------------*/
.pagetop{
	clear: both;
	margin:10px auto;
	width: 630px;
	text-align: right;
	font-size: 10px;
}



