﻿@charset "utf-8";
/* CSS Document */

/*--- YUI RESET&FONT ---*/
body {font:100%/1.231 Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "MS Pゴシック", sans-serif;}
.justify{ text-align: justify;}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, a {margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5{font-size:100%;font-weight:normal;}
abbr,acronym {border:0;font-variant:normal;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/*--- YUI RESET&FONT ---*/

html>/**/body { overflow-y:scroll;}

body {
	text-align: center;
	background-color: #3e3e3e;
	background-image: url(img/sansinbg.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width:760px;
	margin: 0 auto;
	text-align: left;
}

a {
	text-decoration: none;
	color: #007AC4;
}

a:hover { text-decoration: underline; }

div#plist {
	font-size: 77%;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	width: 30em;
	text-align: left;
	background-color: #FFFFFF;
}

div#plist span {
	color: #E60019;
	border-bottom: none;
}

ul#panl {
	clear: both;
	text-align: left;
	margin-left: 30px;
	display: block;
	padding-top: 5px;
}

ul#panl li#ptop {
	padding-left: 0;
	background-image: none;
	}

ul#panl li {
	display: inline;
	font-size: 77%;
	color: #EA0000;
	padding-left: 1em;
	background: url(img/arr.gif) no-repeat left center;
}


/*======== left bar ========*/
#leftbar {
	width: 150px;
	float: left;
	text-align: center;
}

img#logom { margin-top: 20px; }

div#twig {
	height: 380px;
	margin-top: 58px;
	background: url(img/leftbg.png) no-repeat right top;
	width: 100%;
}

div#twig ul {
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
}
div#twig ul li {
	width: 124px;
	text-indent: -9999px;
	padding: 0px;
	margin-bottom: 5px;
} 

div#twig ul li#kin {
	width: 124px;
	padding: 0px;
	margin-bottom: 5px;
	text-indent: 0px;
} 

div#twig ul li a {
	position: relative;
	display: block;
	height: 30px;
	color: #333333;
	text-decoration: none;
	padding: 0px;
}

div#twig ul li#rinen a { background-image: url(img/rinen.png); }
div#twig ul li#daihyou a { background-image: url(img/lt-daihyou.png); }
div#twig ul li#gaiyou a { background-image: url(img/lt-kaisya.png); }
div#twig ul li#enkaku a { background-image: url(img/lt-enkaku.png); }
div#twig ul li#eigyou a { background-image: url(img/lt-eigyou.png); }
div#twig ul li#anzen a { background-image: url(img/lt-anzen.png); }
div#twig ul li#kengaku a { background-image: url(img/lt-kengaku.png); }

div#twig ul li a.here { background-position: -124px 0px; }
div#twig ul li a:hover,ul#nav li a active { background-position: -124px 0px; }
div#twig ul li.top { border-left: none;}



/*======== right bar ========*/

/*======== main ========*/
#main {
	width: 610px;
	float: left;
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	text-align: center;
}

div#logon {
	padding-top: 25px;
	padding-left: 33px;
	width: 130px;
	float: left;
}

div#top {
	width: 100%;
	float: right;
	padding-bottom: 10px;
}

div#topr {
	width: 400px;
	float: right;
}

ul#leaf {

	margin-right: 10px;
	font-size: 77%;
	margin-top: 10px;
}

ul#leaf li.here {
	color: #E60019;
	border-bottom: none;
}

ul#leaf li {
	display: inline;
	background-image: url(img/smm.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 1em;
	padding-left: 1em;
	margin-left: 5px;
}
div#search {
	clear: both;
	margin-top: 8px;
	font-size: 77%;
	float: right;
	width: 160px;
	display: block;
	margin-right: 6px;
}

input#sf { width: 100px; }

input#subar {
	width: 40px;
	height: 22px;
}

ul#nav {
	clear: both;
	margin-left: 7px;
	width: 596px;
}

ul#nav li {
	float:left;
	width: 98px;
	font-size: 77%;
	text-align:center;
	line-height: 3.7;
	border-left: 1px dashed #ccc;
}

ul#nav li a {
	position: relative;
	display: block;
	background: url(img/n-bg.png) repeat-x;
	color: #333333;
	text-decoration: none;
	height:3.7em;
}

ul#nav li a#here { background-position: 0px -92px;}

ul#nav li a:hover,ul#nav li a active { background-position: 0px -46px; }

ul#nav li.top {
	width: 101px;
	border-left: none;
}

#mainbox {
	display: block;
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#mainbox  div.mainv {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.main  {
	margin-top: 5px;
	vertical-align: bottom;
}
#clear {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: block;
	clear: both;
}

#news {
	width: 62.5%;
	line-height: 1.4;
	border: 1px solid #CCCCCC;
	text-align: center;
	float: left;
}

div#news span {
	background: url(img/h-newsgif.gif) no-repeat left center;
	font-size: 85%;
	line-height: 1.8;
	display: block;
	text-indent: 1em;
	width: 95%;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 5px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

div#news h2 {
	margin-left: 6.3em;
	width: auto;
	display: block;
	font-size: 77%;
	margin-bottom: 4px;
	text-align: left;
	padding-right: 0.5em;
}

div#news p {
	float: left;
	display: block;
	width: 6em;
	font-size: 77%;
	color: #FF6600;
}


#banner {
	margin-left: 63.5%;
	text-align: right;
}

#banner img {
	vertical-align: bottom;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

#banner2 {
	margin-left: 63.5%;
	text-align: left;
}

div#banner2 p {
	float: left;
	display: block;
	width: 8em;
	font-size: 77%;
	color: #FF0000;
}

/* hide hack from Mac-IE5 \*/
* html #banner { height: 1%; }
/* end hiding */

#banner img#second { margin-top: 3px; }


div#gyousyu {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	float: right;
	margin-top: 5px;
	margin-bottom: 14px;
	width: 580px;
	padding-top: 10px;
}

/* hide hack from Mac-IE5 \*/
* html .gright { height: 1%; }
/* end hiding */

#gyousyu p {
	font-size: 77%;
	margin-right: 7px;
	display: block;
}

#gtop { width: 100%; }

#gbot {
	margin-top: 10px;
	float: right;
	width: 100%;
	margin-bottom: 10px;
}

.gtleft {
	width: 50%;
	float: left;
}
.gright { margin-left: 50%; }

.sum {
	float: left;
	margin-left: 7px;
	margin-right: 5px;
}

.sumr {
	float: left;
	margin-right: 5px;
}

#gyousyu h2 {
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin-left: 128px;
	text-indent: 2em;
	line-height: 1.8;
	margin-bottom: 4px;
}

h2#kasetu{
	background-image: url(img/i-kase.gif);
	margin-left: 134px;
}
h2#butu { background-image: url(img/i-butu.gif); }
h2#kan {
	background-image: url(img/i-kan.gif);
	margin-left: 134px;
}
h2#tuu { background-image: url(img/i-tuu.gif); }



/*======== /main ========*/


/*======== footer ========*/
div#footer {
	background-color: #C2C0C1;
	text-align: center;
	line-height: 1.6;
	font-size: 77%;
	width: 596px;
	margin-left: auto;
	clear: both;
	margin-right: auto;
}

/*======== /footer ========*/

.tag {
	margin-bottom: 10px;
	margin-top: 5px;
	clear: both;
}

.tag  img {
	vertical-align: bottom;
}

div.gotop {
	clear: both;
	width: 100%;
	text-align: right;
	font-size: 77%;
	display: block;
	padding-bottom: 15px;
}

/* hide hack from Mac-IE5 \*/
* html div.gotop { height: 1%; }
/* end hiding */

div.gotop a {
	background: url(img/gotop.gif) no-repeat left center;
	padding-right: 3em;
	padding-left: 1em;
}

div#maincont {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	margin-top: 10px;
}

div.contbox {
	font-size: 85%;
	clear: both;
	margin-bottom: 25px;
	float: left;
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

div.kancontbox {
	font-size: 85%;
	clear: both;
	margin-bottom:35px;
	float: left;
	width: 100%;
	letter-spacing: 0.1em;
	line-height: 1.7;
}

div.textbox {
	width: 310px;
	text-align: left;
	float: left;
}

div.textbox2  {
	margin-left: 250px;
	text-align: left;
	padding-left: 5px;
	width: 310px;
}

div.textbox p, div.textbox2 p {
	margin-top: 4px;
}

div.textbox p.p2, div.textbox2 p.p2 {
	margin-top: 0.7em;
}

div.imgbox {
	margin-left: 320px;
	width: 240px;
}
div.imgbox2 {
	width: 240px;
	text-align: left;
	float: left;
}

img#nagarepng {
	vertical-align: bottom;
}

.container {
    width: 602px;
    margin: 0px auto;
}

