﻿/* <-Reset Css */
html{
	color:#000;
	background:#EFEFEF;
}
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 {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing: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,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
	font-variant:normal;
}
sup{
	vertical-align:text-top;
}
sub{
	vertical-align:text-bottom;
}
table{
	font-size:inherit;
	font:100%;
}
/* Reset Css-> */


body {
	font-family: "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", Arial, sans-serif;
	font-size: 0.8em;
}
h1{
	color: #009900;
	font-size: 1.75em;
	margin: 5px auto;
}
h2{
	color: #009900;
	font-size: 1.5em;
	font-weight:bold;
	margin:5px auto;
	margin-bottom:15px;
	padding-left:30px;
	line-height:30px;
	background-image:url('../images/h2bk.gif');
	background-repeat:no-repeat;
}

h3{
	color: #0033CC;
	font-size: 1.25em;
	font-weight:bold;
	margin:5px auto;
	line-height:20px;
	background-image:url('../images/h3bk.gif');
	background-repeat:no-repeat;
}


h4{
	font-size:1.0em;
	margin:5px;
}


h5,h6 {
	color: #009900;
}


#container {
	margin: 0;
	padding: 0;
	border: 0;
	width: 700px;
	margin: 10px auto;
}
#masthead {
	margin: 0;
	padding: 0;
	border: 0;
	width: 698px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	background-color:#FFF;
}

#masthead img{
	margin:0;
	padding:0;
	margin-bottom:-2px;
	border:0;
	width:100%;
}


#navigation {
	margin: 0;
	padding: 0;
	border: 0;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 518px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	line-height:1.5em;
}
#content p {
	margin-bottom:10px;
}

#footer {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	clear: both;
	width: 698px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}

#footer h1{
	font-size:8px;
	text-align:right;
	margin:0;
	padding:0;
}




/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #009900;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #009900;
	background-color: #009900;
}
/* 繝輔ャ繧ｿ繝ｼ縺ｮ繧ｹ繧ｿ繧､繝ｫ */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #009900;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}

address{
	font-size:0.8em;
	color: #808080;
	margin:0;
	padding:0;
	line-height:1.2em;
	text-align: center;
}

/* guide css */
#guidetbl{
	width:95%;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
	border:1px #663300 solid;
}
#guidetbl td{
	padding:5px;
	line-height:2em;
	border:1px #663300 solid;
}
#guidetbl a{
	text-decoration:none;
}


#vision {
	color:#FF0000;
	font-style:italic;
}
#mission {
	color:#0000FF;
	font-style:italic;
}
#value {
	color:#009900;
	font-style:italic;
}
.protbl{
	width:70%;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
}
.protbl td{
	padding:5px;
}
#proimg {
	margin-left:120px;
	margin-bottom:20px;
}



.mailtbl{
	width:95%;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
}
.mailtbl td{
	padding:5px;
	line-height:2em;
}




/* biz css */
#biztbl td{
	line-height:2em;
}

/* common css */
.cmntbl{
	width:95%;
	margin-top:10px;
	margin-left:10px;
	margin-bottom:20px;
	border:1px #663300 solid;
}
.cmntbl td{
	padding:5px;
	border:1px #663300 solid;
}

/*縲link css */
#linklist {
	margin:20px;
}
#linklist li{
	margin-bottom:10px;
}


.red_bold {
	font-size:110%;
	font-weight:bold;
	color:#FF0000;
}

.red {
	color:#FF0000;
}


.topmsg{
	color: #0033CC;
	font-size: 1.25em;
	font-weight:bold;
	margin:10px auto;
	line-height:2em;
}


.top{
	padding-left:15px;
	padding-right:15px;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

/* profile css */

#profiletbl {
	width:95%;
}

#profiletbl td {
	vertical-align:top;
	height:2em;
	line-height:1.8em;
}

#accessmap {
	margin-left:24px;
	width:420px;
	height:420px;
}

.contactarrow {
	margin-left:60%;
}

#infomation {
	margin-top:10px;
	padding-left:15px;
}


.seminartitle{
	font-weight:bold;
	color: #009900;
}

.seminartop{
	color: #009900;
	font-size: 1.5em;
	font-weight:bold;
	margin:10px auto;
	line-height:2em;
}

.seminarmsg{
	color: #0033CC;
	font-size: 1.25em;
	font-weight:bold;
	margin:10px auto;
}

#seminarprg dt{
	color: #0033CC;
	font-size: 1.25em;
	font-weight:bold;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:5px;
}

#seminarprg dd{
	font-size: 1em;
	padding-left:40px;
	margin:0px auto;
}


td.center{
	text-align:center;
	
}



/*	sitemap css	*/

#sitemap {
	margin-left:12px;
}

#sitemap p {
	margin:0;
}

#sitemap ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:12px;
	padding-top: 4px;
	background-image: url('../images/sitemap_dot1.gif');
	background-repeat: repeat-y;
	background-position: left top;
}


#sitemap ul li {
	background-image: url('../images/sitemap_dot3.gif');
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 24px;
}
#sitemap ul li.endpoint {
	background-image: url('../images/sitemap_dot2.gif');
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

#sitemap li.lv2 {
	background-image: url('../images/sitemap_dot3.gif');
	background-repeat: no-repeat;
	padding-left: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left:24px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 24px;
}
#sitemap li.lv2endpoint {
	background-image: url('../images/sitemap_dot2.gif');
	background-repeat: no-repeat;
	margin-left:24px;
	margin-bottom: 8px;
}





