@charset "utf-8";
*{
	line-height: 1.5em;
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック";
	font-size:13px;
	color:#464646;
}
body{
	text-align:center;
	margin:0px;
	padding:0px;
	letter-spacing: 0.1em;
}
img{
	border-style:none;
	vertical-align:middle;
}
h1{
	text-align:center;
	font-size:20px;
}
h2{
	font-size:14px;
	text-decoration:underline;
	/*
	font-weight: normal;
	font-style: normal;
	*/
}
form{
	margin:0px;
	padding:0px;
}
p{
	margin:0px;
	padding:0px;
}
a:link{
	color:#446699;
	text-decoration:none;
}
a:visited{
	color:#446699;
	text-decoration:none;
}
a:hover{
	color:#FF3300;
	text-decoration:underline;
}
a:active{
	color:#446699;
	text-decoration:none;
}

fieldset{
	text-align:center;
	padding:5px;
}
html[xmlns*=""] body:last-child fieldset{
	border: solid 1px #aba ;
}
hr {
	text-align:center;
	border-top:1px dashed #9A9;
	border-style:dotted;
	width:98%;
}
html[xmlns*=""] body:last-child hr{
	border-top:0px;
}

.clearfix {
	clear:both;
	font-size:0.1em;
	visibility: hidden;
	height:0px;
}

.red {
	color:red;
}

.photo {
	padding:10px;
}
.fleft {
	clear:left;
	float:left;
}
.fright {
	clear:right;
	float:right;
}
.und {
	text-decoration:underline;
}


#header {
	height:50px;
	margin-top:10px;
	padding-bottom:35px;
	border-bottom:solid 15px #008000;
	text-align:center;
	width:100%;
	clear:both;
}
#header .headercon {
	margin:auto;
	text-align:left;
	width:850px;
	clear:both;
}
#header .headercon img{
	float:left;
}
.subtitle {
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.box {
	margin:2px;
	padding:5px;
	border:solid 1px #333;
}
#footer {
	padding-top:15px;
	border-top:solid 15px #008000;
}

/*
用紙 種類 用紙サイズ（mm）  72DPI 144DPI 300DPI 600DPI
A4 297mm*210mm 855px*605px 1711*1210 3564*2520 7128*5040
*/
#main {
	margin:auto;
	text-align:left;
	width:840px;
}
.chapindex {
	margin:0px;
	padding:10px;
	padding-left:30px;
	border:solid 1px #999;
}
.chapter {
	clear:both;
}
.pageTop {
	clear:both;
	text-align:right;
}

.prints {
	margin-top:20px !important;
	height:30px;
	clear:both;
	border-top:solid 1px #eee;
}
.prints a{
	margin:3px;
	padding:5px;
	background-color:#FFe;
	border:solid 1px #eee;
}
/*	クリアフィックステクニック
-------------------------------------------
:after{
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

html[xmlns*=""] body:last-child #head .left {
	margin-top:0px;
}

*/