@charset "UTF-8";
/* bodyに関するCSS
--------------------------------------------------------------------------------*/
body {

}


/* テキストに関するCSS 
--------------------------------------------------------------------------------*/
h1{
	font-size: 16px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	font-weight: bold;
	width: 90%;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 10px;
	line-height: 1.8;
	background-image: url(back/back2.gif);
}

h2 {
	font-size: 14px;
	color: #333333;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	width: 85%;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 3px;
	padding-left: 15px;
	line-height: 1.8;
	background-image: url(back/grey.gif);
}

h3 {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin-left: 20px;
	width: 85%;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	padding-left: 15px;
	margin-top: 15px;
	line-height: 1.8;
}

h3 a{
	color: #006600;
}

h4{
	background-color: #FFCC66;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	margin-right: 30px;
	margin-left: 25px;
	width: 250px;
	color: #333333;
	border: none;
}
p {
	font-size: 14px;
	line-height: 1.8;
	margin-right: 10px;
	margin-left: 15px;
}

a{
	color: #000066;
}

/* ページ構造に関するCSS 
--------------------------------------------------------------------------------*/
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-right: auto;

  }
#header{
	width: 980px;
}

#header_left{
	width:380px;
	float:left;
}

#header_right{
	width:580px;
	float:right;
	text-align: right;
	margin-top: 30px;
	margin-right: 15px;
}

#content{
	clear: both;
	width:950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #99CC00;
}

#menu{
	width:290px;
	float:left;
	text-align: center;
	padding-top: 20px;
}

#express{
	width:645px;
	float:right;
	background-color: #FFFFFF;
	margin-right: 15px;
}

#footer{
	width:950px;
	clear:both;
	margin-left: auto;
	margin-right: auto;
	background-color: #99CC00;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	line-height: 2.0;
	}

#con_sub_left{
	float: left;
	width: 365px;
	background-color: #FFFFFF;
}

#con_sub_right{
	float: right;
	width: 260px;
	margin-right: 5px;
	height: 385px;
	overflow: scroll;
	background-color: #FFFFCC;
	border: thin solid #CCCCCC;
}

#mail{
	background-image: url(photo/mail.jpg);
	background-repeat: no-repeat;
	background-position: center center;	


}

		
	
/* ナビゲーションに関するCSS 
--------------------------------------------------------------------------------*/

ul#menubar li {
	margin: 0px; /* ul内部の左端余白を消す(IE) */
	padding: 0px; /* ul内部の左端余白を消す(Fx,Op) */
	border: medium solid #99CC00; /* 枠線と内容の距離をゼロに */
	height: 35px;
	width: 215px;
	list-style-type: none;
	font-size: 14px;
	line-height: 2;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	color: #FFFFFF;
	background-color: #006600;
}
li {
	font-size: 14px;
	line-height: 2.0;
	color: #333333;
}


#menubar a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}

#menubar a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
img {
	border:none;
}
