@charset "Shift_JIS";
/* CSS Document */

/*reset and intialize*/

img{
	border: 0;
}

h1,h2,h3,h4,h5,h6{
	font-size: 1em;
	margin: 0;
	padding: 0;
}

p{
	margin: 1px 15px;
	padding: 1px 2px;
	line-height: 1.2;
	text-indent: 0.5em;
}

a:link{
	color: #0066CC;
}

a:visited{
	color: #0066CC;
}

a:hover{
	color: #ff9000;
}

.clr{
	clear: both;
}

strong{
	color: #666;
}

table {
	margin: 15px 10px 20px 15px;
	font-size: 0.9em;
}

td {
	padding: 5px 8px 3px;
	background: #ccff99;
}

th, td.dark {
	font-weight: bold;
	background: #99cc66;
}

td a:link {
	color: #333333;
	text-decoration: underline;
}

td a:visited {
	color: #333333;
	text-decoration: underline;
}

td a:hover {
	color: #ff6600;
	text-decoration: underline;
}

.smaller {
	margin: 0px 30px;
	font-size: 0.9em;
}

.font_small{
	font-size: 0.8em;
}
table.link_table{
	width: 450px;
	margin: 10px 0px 20px 40px;
}
/*----------------------------------------------
	LayOut
----------------------------------------------*/

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
}

#container{
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	border: none
/*
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
*/
}

#header{
}

#content{
	background: repeat-y right top;
	margin-bottom: 1px;
	overflow: hidden;
	width: 100%;
}

#main{
	float: right;
	width: 538px;
}

#sidebar1{
	margin: 0px 1px;
	padding: 10px;
	float: left;
	width: 185px;
}

#setsumei {
	clear: both;
	margin: 0 auto;
	padding: 3px 0px;
	width: 750px;
	text-indent: 1em;
	font-size: 0.8em;
	color: #336633;
	background: #ccff99;
}

#footer{
	clear: both;
	margin: 0 auto;
	padding: 5px 0px;
	width: 750px;
	text-align: right;
	font-size: 1.0em;
	color: #ffffff;
	background: #bdb76b;
}
/*------------------------------------------
	#Emblem
-------------------------------------------*/

p#en {
	margin: 10px;
	padding: 0px;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
}

p#lastupdate {
	padding: 0px 10px;
	text-align: right;
	font-size: 1em;
	color: #336633;
}

/*------------------------------------------
	#Header
-------------------------------------------*/

/*ヘッダー・コンテンツ ディテール*/

#header h1{
	margin: 20px 10px 10px 20px;
	padding: 0px;
	font-weight: bold;
	color: #336633;
}

#header h2 a,#header h2 a:link,#header h2 a:visited{
	color: #ffffff;
	text-decoration: none;
}

#header h2 a,#header h2 a:hover{
	color: #ffffff;
	text-decoration: none;
}

#header .global-menu {
	clear: both;
}

#header .global-menu ul{
	width: 750px;
	margin: 0;
	padding: 0;
	height: 50px;
	background-image: url(../img/bg-menu.jpg);
	background-repeat: no-repeat;
}

#header .global-menu li{
	float: left;
	line-height: 2.4em;
	list-style: none;
	margin-left: 0.5em;
}

#header .global-menu li a:link,#header .global-menu li a:visited{
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0.3em 1.8em 0em 1.8em;
	background: no-repeat 5em 50%;
}

#header .global-menu li a:hover{
	background: no-repeat 5em 50%;
	color: #ff9;
}

#header .title{
	float: left;
	width: 158px;
	height: 136px;
	background: #66cc33;
}

#header .description{
	float: left;
	width: 750px;
	height: 148px;
	background: url(../img/header.jpg) no-repeat;
}

#header .description h2{
	padding-left: 20px;
	padding-top: 10px;
	font-size: 2.0em;
	color: white;
}

#header .description p{
	padding-left: 20px;
	font-size: 1.0em;
}

.path{
	height: 26px;
	margin-left: 10px;
	padding: 8px 8px 8px 20px;
	font-size: 0.8em;
	background: no-repeat 0px 50%;
	clear: both;
}

.path a:link, .path a:visited{
	text-decoration: none;
	color: #0066CC;
}

.path a:hover{
	text-decoration: underline;
}
/*---------------------------------------------------
        #main
----------------------------------------------------*/
#main ul{
	margin-top: 5px;
}

#main li{
	font-size: 100%;
	padding: 4px;
}

#main h2{
	margin: 2px;
	padding: 4px 2px;
	text-align: center;
	font-size: 1.5em;
	color: #ccff99;
	background: #336633;
}

#main h3{
	margin: 5px 10px;
	padding: 5px 5px 5px;
	font-size: 1.2em;
	border-left: 6px solid #339933;
	border-bottom: 1px solid #339933;
	color: #336633;
	background: #ccff99;
}

#main h4{
	margin: 5px 30px 5px 25px;
	padding: 5px 5px 5px 10px;
	font-size: 1.0em;
	border-left: 6px solid #339933;
	color: #336633;
	background: #ccff99;
}

#main h4 a,#main h4 a:link,#main h4 a:visited,#main h4 a:hover{
	text-decoration: none;
}

#main .q_list {
	list-style-type: none;
}

#main .q_list li{
	background: url(../img/ico_q.gif) no-repeat;
	text-indent: 1.8em;
}

#qa_q{
	background: url(../img/ico_q.gif) no-repeat;
	text-indent: 1.8em;
}

#qa_a{
	background: url(../img/ico_a.gif) no-repeat;
	text-indent: 1.8em;
}

#main .kumiaihi {
	margin: -25px 20px 0px 45px;
	padding: 5px;
	text-indent: 0em;
}
/*---------------------------------------------------
       #sidebar1
----------------------------------------------------*/

#sidebar1 .sidemenu-title{
	background: #ccff99 no-repeat;
	margin: 0px 0px 2px 0px;
	padding: 3px 10px 3px 10px;
	font-weight: bold;
	font-size: 100%;
	color: #000000;
	text-align: center;
	letter-spacing: 3px;
}

#sidebar1 .sidemenu-list{
	background: #ccff99 no-repeat;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5;
	list-style-image : url(../img/img_list.png);
	margin: 0px;
	padding: 0px;
}

#sidebar1 .sidemenu-list li{
	margin: 0px 0px 0px 23px;
}

#sidebar1 .sidemenu-list li a:link,#sidebar1 .sidemenu-list li a:visited{
	background: #ccff99;
	color: #0066CC;
}

#sidebar1 .sidemenu-list li a:hover{
	background: #ccff99;
	color: #ff9000;
}

#sidebar1 .login{
	margin: 0px 6px;
	height: 75px;
	border-style: double;
	border-color: #B9B9B9;
	font-weight: bold;
	color: #cd853f;
	text-align: center;
	line-height: 30px;
}

#sidebar1 .contents{
	border-style: solid;
	border-width: 2px;
	border-color: #B9B9B9;
	margin: 6px;
}

#sidebar1 .mailsend {
	margin: 10px;
	padding: 0px;
}

#sidebar1 .counter {
	margin: 10px;
	padding: 0px;
	font-size: 1em;
	color: #336633;
	text-align: center;
}
/*---------------------------------------------------
           link icon
----------------------------------------------------*/

a.pdf {
	background-image: url(../figs/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	height:10px;
}

a.web {
	background-image: url(../figs/icons/web.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	height:10px;
}

a.doc {
	background-image: url(../figs/icons/doc.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	height:10px;
}
/*---------------------------------------------------
              jump
----------------------------------------------------*/

p.topagetop {
	font-size: 0.8em;
	text-align: right;
}

p.topagetop a:link {
	color: #336633;
	text-decoration: underline;
}

p.topagetop a:visited {
	color: #336633;
	text-decoration: underline;
}

p.topagetop a:hover {
	color: #ff9900;
	text-decoration: underline;
}

/*---------------------------------------------------
          #News
----------------------------------------------------*/

table.thisyear{
	width: 18em;
	margin-left: 30px;
}

table.thisyear td {
	padding: 0px;
	background: #ffffff;
}

table.thisyear table {
	width: 100%;
	margin: 0px;
	border: solid 1px #99cc66;
}

table.thisyear table td {
	padding: 5px 8px 3px;
	background: #ccff99;
}
/*---------------------------------------------------
        #top_index
----------------------------------------------------*/

dl#top_index {
	margin: 0px 20px 20px 32px;
}

dl#top_index dt{
	margin-top: 5px;
	font-weight: bold;
}
