@import url(base.css);
@import url(bg.css);
@import url(layout.css);
.doc h2{
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #990000;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	width: 95%;
	line-height: 1.3em;
	
}
.doc h3{
	background-image: url(../img/bg_archives.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	width: 95%;
}
.doc h4{
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 5px 0px 0px;
}
.doc h5{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px;
}
.doc .title{
	padding-top: 3px;
	padding-bottom: 3px;
	color: #990000;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #990000;

}
.doc p{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.doc .navi{
	font-size: 90%;
	padding-bottom: 10px;
}
.posted{
	font-size: 80%;
	text-align: right;
	margin: 0px;
}
.posted p{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.tc3 {
	color: #522706;
}
.tb1 {
	border: 1px solid #656C81;
	padding: 10px;
	background-color: #E8ECF2;
}
/*member*/
.member{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 90%;
}
.member td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5D4CE;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*uneitaisei*/
.b1{color:#D5B6D9;}
.b2{color:#A8BAE2;}
.b3{color:#F8D49B;}
.b4{color:#F6BEBC;}
.b5{color:#B5DFC0;}

.square-cont {
	margin-left: 1em;
}


/*  entry form only  */
.confirmtable td{
	padding-top:0.3em;
	padding-bottom:0.3em;
	padding-right:0.7em;
	padding-left:0.7em;
}

.formtable1{
	font-style: normal;
	line-height: 140%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
}


.formtable td{
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-right:1em;
	padding-left:1em;
}


textarea, input{
}

.submitbutton {
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: 120%;
}
.hissu {
	font-size: 90%;
	color: #FF6600;
}

/* ボックスを揃えるCSS　Activeで使っています*/

.cl {  
    display: inline-block;  
}  
.cl:after {  
    content: "";  
    display: block;  
    clear: both;  
}  

div#boxArea {  
    overflow: hidden;  
    height: auto;  
    width: 800px;  
}  
div#boxArea div {  
    float: left;  
    padding-bottom: 2767px;  
    margin-bottom: -2767px;   
}  
div#boxArea div#one {  
    width: 250px;  
}  
div#boxArea div#two {  
    width: 250px;  
}  
div#boxArea div#three {  
    width: 250px;  
}  