* {
	margin: 0;
	padding: 0;
	}

body { background: url(img/back.jpg) repeat-x center top; color: #474747; font-size: 88%; font-family: "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック; line-height: 1em; }

#wrap { background-color: transparent; background-image: none; background-repeat: repeat-x; background-position: 0 top; width: 870px; margin: 0 auto; padding-top: 0; padding-right: 0; padding-left: 0; }

#head { background-color: transparent; background-image: url(img/head_b.jpg); background-repeat: no-repeat; background-position: center top; width: 870px; height: 75px; padding-top: 10px; }
#head_img { background-color: white; width: 870px; }
.search {
	float:right;
	background-color: silver;
	border:solid 1px;
	height:16px;
	width:150px;
	padding: 3px;
	margin: 30px 10px 0 0;
	color: #999;
	}
	
.search_default  {
	float:right;
	background-color: white;
	border:solid 1px;
	height:16px;
	width:150px;
	padding: 3px;
	margin: 30px 10px 0 0;
	color: #999;
	}

.search_hover {
	float:right;
	background-color: white;
	border:solid 1px #fff;
	height:16px;
	width:150px;
	padding: 3px;
	margin: 30px 10px 0 0;
	color: #999;
	} 
	
h1 { color: #64696e; font-size: 2.5em; font-family: Arial; font-weight: bold; line-height: normal; margin-bottom: 4px; }
	
.nav { margin-top: 90px; margin-right: 0; margin-bottom: 0; }
	
.nav ul { width: 860px; background-color: white; background-image: url(img/bg_head_bottom_nav.jpg); background-repeat: repeat-x; height: 40px; padding-left: 10px; border-top: 1px solid #d1d1d1; order-top-style: solid; }
	
.nav li {
	list-style-type: none;
	display: inline;
	}

.nav li a { float: left; display: block; color: #0a0f14; text-decoration: none; background-color: transparent; padding: 8px 20px 10px; font-size: 0.9em; font-weight: normal; background-image: url(img/bg_head_bottom_nav1.jpg); background-repeat: repeat-x; background-position: 0 top; text-align: center; height: 21px; margin-top: 0; margin-bottom: 0; margin-left: 0; border-right: 1px solid silver; border-left: 0.3px solid #d1d1d1; }
	
.nav li a:hover { background-color: transparent; background-image: url(img/bg_head_bottom_nav2.jpg); background-repeat: repeat-x; }

.nav li a:hover span {
	color: gray;
	border-bottom: 1px dotted #999;
	}
	
.nav li a span {
	font-size: 0.8em;
	color: #64696e;
	border-bottom: 1px dotted #333;
	}

#right {
	float: right;
	clear: both;
	width: 300px;
	margin: 50px 10px 0 0;
	}

#right p {
	line-height: 1.4em;
	font-size: 0.8em;
	}

#right .full {
	border-top: 1px solid #999;
	padding-top: 10px;
	width: 300px;
	margin-bottom: 20px;
	}

#right .halfleft {
	width: 138px;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	margin-left: 0;
	margin-bottom: 20px;
	}
	
#right .halfright {
	float: right;
	clear: none;
	margin-left: 20px;
	width: 138px;
	border-top: 1px solid #999;
	padding: 10px 0 0 0;
	margin-bottom: 20px;
	}

p.announce {
	font-size: 1.6em;
	}
	
#main { background-color: transparent; width: 530px; margin: 50px 0 100px 10px; }
	
#main a, .credit a {
	color: olive;
	text-decoration: none;
	border-bottom: 1px dotted white;
	}
	
#main a:hover, .credit a:hover { color: #bdbd67 !important; text-decoration: none; }
	
.entry { padding: 10px 0 2px; border-top: 1px solid #999; line-height: 1.4em; background-image: url(img/title_b.gif); background-repeat: repeat-x; margin: 0 0 55px; }

.entry .title {
	font-size: 1.0em;
	color: #666;
	font-weight: 400;
	margin-bottom: 10px;
	}
	
h2 { font: 400 1em/1.2em "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック; color: black; margin-bottom: 10px; padding-bottom: 10px; }
	
h3 {
	font: 700 1.5em Arial, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック, ＤＦ極太ゴシック体, ＤＦＰ平成ゴシック体W9;
	color: #5e5e5e;
	margin: 5px 0 20px;
	}

h4 {
	font: 400 1em Arial, sans-serif;
	color: black;
	margin-bottom: 5px;
	}
h5 {
	font: 700 1em "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka−等幅, Osaka, 平成角ゴシック;
	color: orange;
	margin-bottom: 5px;
	}
.entry h3 span { float: right; margin-top: 5px; font-size: 50%; color: gray; font-weight: 100; }

.entry p, #main p {
	font-size: 0.8em;
	margin: 10px 0 20px 0;
	}
	
#main img {  }
	
.comment {
	margin: 10px 0;
	font-size: 0.7em;
	}

.clearer {
	clear: left; 
	line-height: 0; 
	height: 0;
	font-size: 0;
	}

ul.links {
	list-style-type: none;
	font-size: 0.8em;
	}

ul.links li a {
	color: gray;
	text-decoration: none;
	display: block;
	border-top: 1px dotted #333;
	padding: 5px 0;
	}

ul.links li a:hover {
	color: silver;
	border-top: 1px dotted #fff;
	}
	
img.right {
	float: right;
	margin: 10px 0 10px 10px;
	}
	
img.left{
	float: left;
	margin: 10px 10px 10px 0;
	}

.blockquote { color: #164c7a; border-left: 2px solid #999; padding: 15px; margin: 20px 0; font-size: 75%; font-weight: lighter; background-color: #f5f5f5; background-image: url(img/blockquote_b.gif); background-repeat: repeat; }
	
ol {
	font-weight: 800;
	font-size: 0.8em;
	color: olive;
	margin: 20px;
	}
 
ol span {
	font: 400 1.2em arial,sans-serif;
	color: #999;
	}

ol li {
	margin-left: 25px;
	padding: 4px 0;
	}
form label{
	display:block;
	}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	}

form input.text, form textarea{
	width:96%;
	border:solid 1px;
	color:#999;
	padding: 4px 5px;
	font:12px "lucida sans", "lucida sans unicode", "gill sans", verdana, sans-serif;
	background-color: white;
	}

form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

form input.text:focus, form textarea:focus{
	border:1px #FFF solid;
	color:#666;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

* html form input.text,

* html form textarea{
	border-color:#999;
	color:#999;
	}
#foot { margin-top: 40px; border-top: 1px solid #999; border-bottom: 1px solid #fff; padding: 30px 10px; width: 850px; font-size:0.9em; background-color: black; }
#foot .footnav { float: left; margin-top: 0; margin-right: 0; margin-left: 0; }
#foot .footnav ul { width: 830px; padding-top: 20px; padding-right: 10px; padding-left: 10px; order-top-style: solid; }
#foot .footnav li {
	list-style-type: none;
	display: inline;
	}
#foot .footnav li a { float: left; display: block; color: #fff; text-decoration: none; background-color: #000; font-size: 0.9em; margin: 0 5px 0 0; }
#foot .footnav li a:hover {
	
	}
#foot h3 {
	margin: 10px 0;
	}
#foot ul.links {
	float: left;
	margin: 20px 10px 0 0;
	width: 190px;
	padding: 0 10px 0px 0px;
	list-style-type: none;
	border-top: 1px solid #333;
	}
#foot .credit {
	width: 850px;
	font-size: 0.9em;
	margin-TOP: 20px;
	}
/*++++++++++++++++++++++++*/
#bodymiddlePan{ width:870px; position:relative; margin:0 auto; color:#8d8d8d; background-color: transparent; background-position: 0 0; }
/*---Middle One----*/
#middleonePan{ width:200px; height: 200px; float:left; margin-left: 25px; padding-top: 30px; }
#middleonePan p.boldtext{ font-size:1em; background:transparent; color:#2b2a2a; font-weight:400; line-height: 1em; text-align: center; }
#middleonePan p.blacktext{ background:transparent; color:#000; font-size: 0.8em; line-height: 1.5em; text-align: center; padding-right: 0; padding-bottom: 5px; padding-left: 0; }
#middleonePan ul.block a{ width:200px; height:170px; display:block; background:url(img/hed_dm.png) no-repeat; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; text-align: center; }
/*---/Middle One----*/
/*---Middle Two----*/
#middletwoPan{ width:180px; height: 150px; float:left; margin-left: 30px; padding-top: 30px; padding-left: 30px; }
#middletwoPan p.boldtext{ font-size:1em; background:transparent; color:#2b2a2a; font-weight:400; line-height: 1em; text-align: center; }
#middletwoPan p.blacktext{ background:transparent; color:#000; font-size: 0.8em; line-height: 1.5em; text-align: center; padding:0 0 5px; }
#middletwoPan ul.block a{ width:180px; height:170px; display:block; background:url(img/hed_pamph.png) no-repeat; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; text-align: center; }
/*---/Middle Two----*/
/*---Middle Three----*/
#middlethreePan{ width:120px; height: 150px; float:left; margin-left: 30px; padding-top: 30px; padding-left: 30px; }
#middlethreePan p.boldtext{ font-size:1em; background:transparent; color:#2b2a2a; font-weight:400; line-height: 1em; text-align: center; }
#middlethreePan p.blacktext{ background:transparent; color:#000; font-size: 0.8em; line-height: 1.5em; text-align: center; padding:0 0 5px; }
#middlethreePan ul.block a{ width:120px; height:170px; display:block; background:url(img/hed_pos.png) no-repeat; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; text-align: center; }
/*---/Middle Threee----*/
#bodymainmiddlePan{ width:870px; background:url(img/top_hed_b.jpg) repeat-x 0 top; color:#8d8d8d; float:left; clear:both; padding: 40px 0 30px; }
/*---Middle Four----*/
#middlefourPan{ width:120px; height: 150px; float:left; margin-left: 30px; padding-top: 30px; padding-left: 30px; }
#middlefourPan p.boldtext{ font-size:1em; background:transparent; color:#2b2a2a; font-weight:400; line-height: 1em; text-align: center; }
#middlefourPan p.blacktext{ background:transparent; color:#000; font-size: 0.8em; line-height: 1.5em; text-align: center; padding:0 0 5px; }
#middlefourPan ul.block a{ width:120px; height:170px; display:block; background:url(img/hed_leaf.png) no-repeat; color:#fff; font-size:20px; font-weight:bold; text-decoration:none; text-align: center; }
/*---/Middle Four----*/
/*table start*/
.entry table { width:524px; border-collapse:collapse; empty-cells:show; background-color:rgb(233,232,244); margin-right: 0; margin-bottom: 1.5em; }
.entry table th.top { height:2em; padding:0 5px; empty-cells:show; background-color:#eceae6; color:black; font-weight:normal; font-size:90%; background-image: url(img/size_hed.gif); background-repeat: repeat-x; }
.entry table th { height:2em; background-color:#f6f4f0; color:black; font-weight:normal; font-size:110%; text-align: left; padding-right: 10px; padding-bottom: 2px; padding-left: 10px; border: solid 1px gray; }
.entry table td { height:2em; padding:2px 7px; background-color:white; font-weight:normal; color:black; font-size:75%; border: solid 1px gray; }
p.caption { clear:both; color:rgb(80,80,80); font-size:110%; margin-right: 0; margin-left: 20px; }
/*table end*/
/*hedder_navi*/
.nav1 {width:350px; position:absolute; z-index:3; margin:400px 0 0 530px;}
.nav1 ul {float:right; padding:0 15px 0 0; font-weight:bold;}
.nav1 li {display:inline; list-style:none;}
.nav1 li a {display:block; float:left; padding:2px 5px 2px 5px; color:rgb(125,125,125); text-decoration:none; font-size:120%;}
.nav1 a:hover {text-decoration:none; color:rgb(50,50,50);}
/*hedder navi end*/
.nav0 { width:530px; position:absolute; z-index:2; margin-top: 50px; margin-bottom: 50px; padding-bottom: 50px; }
.nav0 ul {float:right;}
.nav0 li {display:inline; list-style:none;}
.nav0 li a {}
.nav0 a:hover {text-decoration:none;}
.nav0 a img {border:none;}
/**/
