@charset "utf-8";

/*
h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
*/
* {
	margin: 0px;
	padding: 0px;
}

body {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF5F5;
	color: #48AA91;
	}

.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
	}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	margin-bottom: 0px;
	background-image: url(images/bk-container.jpg);
	background-repeat: repeat;
	}

#header {
	height: 89px;
	padding-left: 620px;
	padding-top: 45px;
	background-repeat: no-repeat;
	background-image: url(images/header_new.jpg);
	}

#header h1 {
	font-size: 120%;
	text-indent: 0px;
	color: #FFF;
	}

#header p {
	font-weight: normal;
	font-size: 90%;
	line-height: 110%;
	color: #FFF;
	}

#navigation {
	float: left;
	width: 142px;
	display: inline;
	}

#navigation h5 {
	font-size: 100%;
	font-weight: bold;
	}

#navigation h5 a {
	color: #3E6D63;
	text-decoration: none;
	display: block;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FAFAFA;
	background-image: url(images/bk-btn.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 130px;
	}

#navigation h5 a:hover {
	color: #FFF;
	text-decoration: none;
	background-image: url(images/bk-btn-over.jpg);
	}

#sidecontent {
	/*	
 	float: right;
	float: left;
	 */
	width: 147px;
	display: inline;
	}

#sidecontent p img {
	margin-bottom: 3px;
	}


#title-bar {
	width: 630px;
	height: 33px;
	display: inline;
	margin-left: 0px;
	margin-bottom: 10px;
	background-image: url(images/title-bar630.jpg);
	background-repeat: no-repeat;
}

#title-bar p {
	font-size: 120%;
	text-indent: 40px;
	color: #FFF;
	line-height: 190%;
	font-weight: bold;
	letter-spacing:3px;
}

#content {
	width: 628px;
	float: right;
	margin-right: auto;
	margin-left: auto;
	border-width:1px;
	border-style: solid;
	border-color: #48AA91;
	background-color:#ffffcc;
	margin-bottom: 10px;
	color: #3E6D63;
	font-size: 13px;
	font-weight: normal;
	}

#content .topic {
	width: 600px;
	background-color: #ffffcc;
	padding:0px 10px 5px 10px;
/*	margin:0;	*/
	line-height: 15px;
	clear: both;
	}

#content .topic .left {
	float: left;
	width: 500px;
}
#content .topic .right {
	float: right;
	width: 90px;
	color:red;
	font-size:90%; 
	font-style: italic;
}

#content .topic p {
	line-height: 19.5px;
	}

#content ul {
	list-style-position: outside;
	line-height: 20px;
	padding-left: 28px;
	margin-top: 5px;
	}

#content li {
	list-style-image: url(images/list_mrk0.gif);
	}

#content a:link {
	text-decoration: none;
	color: #ff0000;
	}

#content a:visited {
	text-decoration: none;
	color: #9400d3;
	}

#content a:hover {
	color: #fff;
	font-size: 100%;
	background-color: #ff0033;
/*	text-decoration: underline;	
	font-weight: bold;*/
	}

#content 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;
	}

#content h4 {
	color: #688C85;
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F36162;
	}

#slideShow {
	width:170px;
	height: 233px;
	float: right; 
	}

#footer {
	width: 780px;
	height: 36px;
	background-image: url(images/footer_0.jpg);
	background-repeat: no-repeat;
	}

#footer p {
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
	font-size: 90%;
	padding-top: 2px;
	}

