@charset "utf-8";

/*/--------------------------------------------------------------------------/*/
/* ===== HTML,BODY ===== */
/*/--------------------------------------------------------------------------/*/

html{
background:url(../img/common/html_bg.gif);
}

body{
background:url(../img/common/body_bg.gif) repeat-x;
min-width:1000px;
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

/*/--------------------------------------------------------------------------/*/
/* ===== HEADER ===== */
/*/--------------------------------------------------------------------------/*/

#header{
width:1000px;
height:40px;
margin:0 auto;
padding:50px 0 10px 0;
}

#header:after{
content:"";
display:block;
clear:both;
}

#header h1#logo,
#header p#logo{
float:left;
width:410px;
height:40px;
}

#header h1#logo a,
#header p#logo a{
display:block;
background:url(../img/common/header_logo.gif) no-repeat;
overflow:hidden;
width:410px;
height:40px;
text-indent:-9999px;
}

#header ul{
float:right;
overflow:hidden;
width:590px;
height:11px;
padding:0 0 5px 0;
text-align:right;
}

#header ul:after{
content:"";
display:block;
clear:both;
}

#header ul li{
display:inline;
float:right;
padding-left:10px;
}

#header ul li img,
#header p img{
vertical-align:top;
}

#header p.contact{
float:right;
width:590px;
height:24px;
text-align:right;
}

/*/--------------------------------------------------------------------------/*/
/* ===== NAV ===== */
/*/--------------------------------------------------------------------------/*/

#nav{
background:url(../img/common/nav_bg.gif) repeat-x;
overflow:hidden;
width:1000px;
height:45px;
padding:2px 0 3px 0;
margin:0 auto;
line-height:40px;
list-style:none;
}

#nav:after{
content:"";
display:block;
clear:both;
}

#nav li{
float:left;
}

/*/--------------------------------------------------------------------------/*/
/* ===== CONTENT MAIN ===== */
/*/--------------------------------------------------------------------------/*/

#content{
overflow:hidden;
width:1000px;
margin:0 auto;
padding:20px 0 0 0;
}

#content:after{
content:"";
display:block;
clear:both;
}

/*/--------------------------------------------------------------------------/*/
/* ===== ARTICLE ===== */
/*/--------------------------------------------------------------------------/*/

#article{
overflow:hidden;
float:left;
background:#FFF;
border:1px solid #DDD;
width:690px;
min-height:692px;
padding:18px 28px;
}

#article a:link,
#article a:visited{
color:#333;
}

#article a:hover{
color:#090;
}
#article a:active{
color:#F60;
}

#article .article_title{
background:#FFF;
border:4px solid #EEE;
width:702px;
margin:0 -10px 20px -10px;
}

#article h2{
clear:both;
background:url(../img/common/article_h2_bg.gif) no-repeat;
color:#FFF;
text-shadow:0 1px #060;
width:664px;
height:26px;
padding:0 0 4px 26px;
margin:10px 0 15px 0;
line-height:26px;
font-size:93.75%;
}

#article h2 img.ttf{
padding-top:4px;
}

#article .article_title h1,
#article .article_title h2{
background:url(../img/common/article_title_bg.jpg) no-repeat;
color:#00922F;
text-shadow:#FFF 0 1px;
border-width:1px;
border-color:#CCC #CCC #34A859 #CCC;
border-style:solid;
width:690px;
height:50px;
padding:5px 0 0 10px;
margin:0;
line-height:50px;
font-size:143.75%;
}

#article .article_title h1 img.ttf,
#article .article_title h2 img.ttf{
padding-top:11px;
}

#article .article_title p{
border-color:#CCC;
border-style:solid;
padding:10px;
border-width:0 1px 1px 1px;
}

#article h3{
color:#00922F;
border-bottom:1px dotted #CCC;
margin:0 0 10px 0;
padding:5px 10px 3px 10px;
font-size:87.5%;
}

#article h4{
color:#333;
border-left:3px solid #00922F;
margin:0 0 10px 10px;
padding:3px 10px 1px 5px;
font-size:87.5%;
}

#article p,
#article address{
color:#404040;
line-height:1.7;
padding:0 15px 7px 15px;
font-size:81.25%;
}


#article ul,
#article ol{
color:#404040;
line-height:1.7;
padding:0 15px 7px 4em;
font-size:81.25%;
}

#article dl{
color:#404040;
}

#article table{
color:#404040;
border:4px solid #DDD;
width:652px;
margin:0 auto 7px auto;
line-height:1.7;
font-size:81.25%;
}

#article table th,
#article table td{
border:1px dotted #CCC;
text-align:center;
padding:5px 3px;
}

#article table th{
background:#F4FFF8;
}

#article .entry-meta{
color:#404040;
padding-bottom:8px;
font-size:81.25%;
}

/* IMG ALIGNMENT*/
#article .alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
#article .alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
#article .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#article img.alignleft,
#article img.alignright,
#article img.aligncenter {
	margin-bottom: 1.625em;
}


/* PAGE NAVI */

#article .wp-pagenavi{
padding:20px 0 10px 0;
margin:0 20px;
line-height:1.8;
font-family:Arial, Helvetica, sans-serif;
font-size:75%;
text-align:center;
color:#666;
}

#article .wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #DDD;
	padding: 3px 5px;
	margin: 2px;
}


#article .wp-pagenavi span.current {
	font-weight: bold;
}

#article .wp-pagenavi span.pages{
border:none;
}

#article .wp-pagenavi a:hover,
#article .wp-pagenavi span.current{
background:#DDD;
color:#999;
border-color: #DDD;
}

/*/--------------------------------------------------------------------------/*/
/* ===== ASIDE ===== */
/*/--------------------------------------------------------------------------/*/

#aside{
float:left;
width:240px;
margin:-10px 0 0 0;
padding:0 0 0 10px;
}

#aside a:link,
#aside a:visited{
color:#333;
}

#aside a:hover{
color:#090;
}
#aside a:active{
color:#F60;
}

#aside div{
margin:0 0 10px 0;
}

#aside .partner .txt,
#aside .voice .txt{
background-position:right bottom;
background-repeat:no-repeat;
color:#333;
padding:0 10px 15px 10px;
line-height:1.5;
font-size:75%;
}

#aside .partner .txt{
background-image:url(../img/common/aside_partner_txt_bg.gif);
}

#aside .voice .txt{
background-image:url(../img/common/aside_voice_txt_bg.gif);
}

#aside .contact .txt{
background:#FFF url(../img/common/aside_contact_txt_bg.gif) no-repeat center center;
color:#333;
border-width:1px 1px 0 1px;
border-color:#DDD;
border-style:solid;
padding:10px;
line-height:1.5;
font-size:75%;
}


/*/--------------------------------------------------------------------------/*/
/* ===== TOPIC PATH ===== */
/*/--------------------------------------------------------------------------/*/

#topic_path{
position:relative;
z-index:20;
clear:both;
width:1000px;
height:34px;
margin:0 auto;
padding:10px 0 0 0;
margin-bottom:-7px;
line-height:1.8181;
font-size:68.75%;
list-style:none;
vertical-align:middle;
}

#topic_path:after{
content:"";
display:block;
clear:both;
}

#topic_path a:link,
#topic_path a:visited{
color:#333;
text-shadow:0 1px #FFF;
}

#topic_path a:hover{
color:#090;
}
#topic_path a:active{
color:#F60;
}

#topic_path li{
float:left;
background:transparent url(../img/common/topic_path_li_a_bg.gif) left center no-repeat;
padding:0 7px 0 13px;
}

#topic_path li.to_header{
float:right;
}



#topic_path li.home{
background:transparent url(../img/common/topic_path_home_bg.gif) left center no-repeat;
padding-left:47px;
}

#topic_path li.to_header{
width:155px;
height:34px;
padding:0;
}

#topic_path li.to_header img{
vertical-align:middle;
}

/*/--------------------------------------------------------------------------/*/
/* ===== FOOTER ===== */
/*/--------------------------------------------------------------------------/*/

#footer{
position:relative;
z-index:10;
background:transparent url(../img/common/footer_bg.gif) left top repeat-x;
width:100%;
padding:30px 0 0 0;
min-height:130px;
}

#footer .section{
position:relative;
z-index:80;
width:1000px;
margin:0 auto;
padding-bottom:30px;
}

#footer .section:after{
content:"";
display:block;
clear:both;
}


#footer ul{
padding-bottom:10px;
line-height:1.3;
font-size:68.75%;
vertical-align:middle;
list-style:none;
text-align:right;
}


#footer ul a:link,
#footer ul a:visited{
color:#333;
text-shadow:0 1px #FFF;
}

#footer ul a:hover{
color:#090;
}

#footer ul a:active{
color:#F60;
}

#footer ul li{
display:inline;
}

#footer ul li a{
border-left:1px solid #CCC;
padding:0 0.3em 0 0.6em;
}

#footer ul li.first_child a{
border-left:0;
}

#footer .company{
float:left;
width:260px;
}

#footer .company h2{
padding:10px 0 10px 0;
}

#footer .company address{
color:#333;
font-size:68.75%;
}

#footer ul.main{
padding-top:17px;
}

#footer ul.main,
#footer ul.sub{
float:right;
width:665px;
}

#footer div.gsl{
float:right;
width:60px;
padding-left:15px;
}

#footer p.banner{
position:relative;
z-index:100;
float:right;
width:295px;
margin-top:-1em;
text-align:right;
}

#footer .copyright{
float:left;
color:#00922F;
text-shadow:0 1px #FFF;
width:640px;
font-size:68.75%;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
}

