@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	border: 0 none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #454545;
	text-align: left;
	background-color: #FFF;
	background-image: url(../img/back.gif);
	background-repeat: repeat-x;
	}

a { color: #0067D9;}


li{
	list-style-type: none;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	float: left;
	}



/* header------------------------------------------------------------------------- */
#header{
	width: 960px;
	height: 110px;
	margin: 0px auto;
	position: relative;
	}
	
#chiba{
	display: block;
	width: 310px;
	height: 45px;
	margin: 30px 30px 0px 0px;
	float: left;
}
	
#contact{
	display: block;
	width: 496px;
	height: 80x;
	margin: 10px 0px 0px 0px;
	float: right;
}
#contact a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	 opacity: 0.7;
}

/* footer------------------------------------------------------------------------- */	
#footer{
	clear: both;
	width: 960px;
	height: 100px;
	margin: 0px auto;
	padding: 20px;
	font-size: 16px;
	height: 150px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.footers{
	font-size: 12px;
	}

/* ナビ--------------- */
#navi{
	display: block;
	width: 960px;
	position: relative;
	height: 82px;
	margin: 0px auto 40px auto;
	}
#navi ul {
	margin: 0px;
	height: 80px;
}
#navi li {
	margin: 0px;
	float: left;
	background-color: #B9E1F9;
}
#navi ul a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	 opacity: 0.7;
}


/* コンテンツ枠------------------------------------------------------------------------- */
 #container{
	clear: both;
	width: 960px;
	margin: 0px auto;
	}


	
/* トップページ----------------------------------------------------------------------- */


/* トップメイン画像-------------------------- */
#topmainimg {
	display: block;
	clear: both;
	height: 300px;
	width: 950px;
	margin: 0px 0px 15px 0px;
}

/* トップ左----------------------------------- */

#container #topcontentsleft {
	float: left;
	width: 690px;
	display: block;
}

/* トップトピックス-------------------------- */
#container #topcontentsleft #toptopics {
	width: 660px;
	height: 310px;
	margin: 0px 0px 30px 0px;
	padding: 20px;
	overflow: auto;
	font-size: 90%;
	line-height: 150%;
	border: 1px solid #E6E6E6;
	box-shadow: 0px 0px 3px #DDDDDD;}

#container #topcontentsleft #toptopics dl {
	display: block;
}
#container #topcontentsleft #toptopics dl dt {
	display: block;
	float: left;
	width: 140px;
	padding: 10px 0px 0px 0px;
}

#container #topcontentsleft #toptopics dl dd {
	display: block;
	padding: 10px 0px 5px 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
#container #topcontentsleft #toptopics dl dd a:hover {
	background-color: #DDEFFF;
}



/* トップ右-------------------------------- */
#container #topcontentsright {
	float: right;
	width: 270px;
	display: block;
}

#container #topcontentsright table {
	border: 1px solid #DDD;
	padding: 8px;
	width: 270px;
	margin: 0px;
}



/* 第二階層ページ------------------------------------------------------------------------- */

/* コンテンツ---------------------------------------- */

#contents {
	display: block;
	clear: both;
	width: 860px;
	margin: 0px 0px 15px 50px;
}

/* タイトルイメージ---------------------------------------- */

#titlenimg {
	display: block;
	clear: both;
	height: 100px;
	width: 960px;
	margin: 0px 0px 50px 0px;
}



/* ページのTOPへ---------------------------------------- */
.top  {
	display: block;
	clear: both;
	margin: 40px 0px 40px 800px;
}	
.top a {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	background-color: #BABEAF;
	border-radius: 5px;
}	
.top a:hover{
	background-color: #AAA29E;
	text-shadow: 1px 1px 1px #000000;
}



/* indexページ目次--------------------------------------- */


/* 目次-------------------------- */
.mokuji {
	display: block;
	width: 860px;
	margin: 0px 0px 30px 0px;
	padding: 20px;
	font-size: 100%;
	line-height: 150%;
	}

.mokuji dl {
	display: block;
}
.mokuji dl dt {
	display: block;
	float: left;
	width: 170px;
	padding: 20px 0px 0px 0px;
}

.mokuji dl dd {
	display: block;
	padding: 20px 0px 20px 170px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
}
.mokuji dl dd a:hover {
	background-color: #DDEFFF;
}


/* 記事リンク------------------------------ */
.kijilink {
	font-size: 100%;
	line-height: 170%;
	padding: 10px 0px 10px 0px;
	margin: 30px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;}




/* 詳細ページindexにもどる---------------- */
.backindex  {
	display: block;
	clear: both;
	margin: 0px 0px 20px 750px;
}	
.backindex a {
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background-color: #BABEAF;
	border-radius: 5px;
}	
.backindex a:hover{
	background-color: #AAA29E;
	text-shadow: 1px 1px 1px #000000;
}

	

/* 詳細ページ写真----------------------- */
.photol{
	display: block;
	margin: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 30px 50px 0px;
}
.photor{
	display: block;
	margin: 0px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 30px;
}

/* 詳細ページテキスト--------------------- */

.honbun {
	color: black;
	font-size: 100%;
	line-height: 180%;
}

.profile {
	font-size: 90%;
	line-height: 170%;
	padding: 0px 0px 10px 20px;
	margin: 0px 0px 0px 0px;
	text-indent: -1em;
}



/* QA------------------ */
.qa1 {
	display: block;
	font-size: 110%;
	font-weight: normal;
	line-height: 180%;
	color: #330000;
	background-color: #ECF6FD;
	background-image: url(../menu5/img/q_s.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding: 5px 10px 5px 60px;
	margin: 0px 0px 20px 0px;
}

.qa1 a { color: #330000; text-decoration:none;}
.qa1 a:hover { color: #0067D9;  text-decoration: underline;}


.qa2 {
	display: block;
	font-size: 110%;
	font-weight: normal;
	line-height: 180%;
	color: #330000;
	background-color: #F8F8F5;
	background-image: url(../menu5/img/q_s.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding: 5px 10px 5px 60px;
	margin: 0px 0px 20px 0px;
}

.qa2 a { color: #330000; text-decoration:none;}
.qa2 a:hover { color: #0067D9;  text-decoration: underline;}


.qa3 {
	display: block;
	clear: both;
	width: 860px;
	padding: 15px 0px 0px 60px;
	margin: 70px 0px 0px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #330000;
	line-height: 180%;
	border-top-width: 5px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #B9D2F5;
	background-image: url(../menu5/img/q.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
	height: 60px;	}

.qa4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 70px;
	color: black;
	font-size: 100%;
	font-weight: bold;
	line-height: 180%;
}

.qa5 {
	display: block;
	clear: both;
	width: 790px;
	padding: 15px 0px 0px 60px;
	margin: 10px 0px 0px 70px;
	font-size: 100%;
	font-weight: normal;
	color: #330000;
	line-height: 180%;
	background-image: url(../menu5/img/a.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
.qa6 {
	display: block;
	clear: both;
	width: 770px;
	padding: 15px 0px 0px 80px;
	margin: 0px 0px 0px 70px;
	font-size: 100%;
	font-weight: normal;
	color: #330000;
	line-height: 180%;
	text-indent: -30px;
}

.qa7 {
	display: block;
	clear: both;
	width: 790px;
	padding: 15px 0px 0px 60px;
	margin: 0px 0px 0px 70px;
	font-size: 100%;
	font-weight: normal;
	color: #330000;
	line-height: 180%;
}


/* 見出し------------------ */
h3 {
	display: block;
	clear: both;
	width: 860px;
	padding: 15px;
	margin: 70px 0px 0px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #330000;
	background-color: #F8F8F5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B9D2F5;
	border-right-color: #B9D2F5;
	border-bottom-color: #B9D2F5;
	border-left-color: #2271D6;
}


h4 {
	display: block;
	font-size: 110%;
	font-weight: bold;
	line-height: 140%;
	color: #330000;
	background-color: #E4F2FB;
	padding: 7px 10px 7px 15px;;
	margin: 30px 0px 10px 0px;
}
h5 {
	display: block;
	font-size: 120%;
	font-weight: bold;
	line-height: 180%;
	color: #663300;
	background-color: #F8F8F5;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 30px 0px;
}

h6 {
	display: block;
	font-size: 130%;
	font-weight: bold;
	color: #300;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #CAECA8;
	padding: 5px;
	text-align: center;
}
