@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF5F5;
	color: #000; /*#48AA91;*/
	background-image: url(../images/che-d3.jpg);
	background-repeat: repeat;
}
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}

#container {
	width: 860px; /*780px;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border: 1px solid #00C;
}


#header {
	height: 74px;
	padding-left: 540px;
	padding-top: 0; /*50px;*/
	background-repeat: no-repeat;
	background-image: url(../images/logo.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00C;
}

#header h1 {
	font-size: 0%;
	text-indent: -9999px;
}

#header p {
	font-weight: normal;
	font-size: 90%;
	line-height: 100%;
}



#navigation {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	width: 180px; /*140px;*/
	display: inline;
}

#navigation h5 {
	color: #000000;
	font-size: 100%;
	font-weight: bold;
}

#navigation h5 a {
	color: #3E6D63;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../images/bk-btn.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 131px;
}
#navigation h5 a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/bk-btn-over.jpg);
}
#sidecontent {
	float: right;
	width: 147px;
	display: inline;
}
#sidecontent p img {
	margin-bottom: 15px;
}



#maincontent {
	margin-top: 10px;
	float: right;
	width: 650px; /*610px;*/
	margin-right: 5px; /*auto;*/
	margin-left: 5px; /*auto;*/
	margin-bottom: 100px;
}
#maincontent h3 {
	margin-bottom: 30px;
}


#maincontent h2 {
	font-size: 110%;
	color: #3E6D63;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F36162;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}


#maincontent ul {
	list-style-type: none;
	font-size: 90%;
	color: #90526D;
}
#maincontent h4 {
	color: #688C85;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #688C85;
}

#maincontent .topic {
	margin-bottom: 130px;
}
#maincontent .topic .txtbox {
	float: left;
	width: 324px;
	display: inline;
	margin-top: 5px;
}
.photo-maincontent {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
.txtclor-date {
	color: #3E6D63;
}

#bar-1 h1 {
	font-weight : bold;
	font-size: 22px;
	line-height: 50px;
	height: 51px;
	padding-left: 65px;
	color:#03F;
	background-image: url(../images/bar-34-4.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: "HG??M-PRO";
	vertical-align: top;	
}

#bar-2 h1 {
	font-weight : bold;
	font-size: 16px;
	line-height: 38px;
	height:45px;
	padding-left: 25px;
	color:#33F;
	background-image: url(../images/bar-25-7.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#bar-3 h3 {
	font-size: 16px; 
	line-height: 40px; 
	height: 38px; 
	padding-left: 35px; 
	color:#33F;
	background-image: url(../images/bar-24-7.gif);
	background-repeat: no-repeat;
}

#footer {
	padding: 0 10px;
	background-color: #EEF;
}



#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
}

