@charset "utf-8";
/* CSS Document */

body {  
	text-align: center;
	height:100%;
	line-height:1.5em;
	}  
div#wrap { 
	position:relative; 
    width: 900px;  
    margin: 0 auto;  
    text-align: left;
	background-color:fff;
}  
#header{
	width: 900px;
	/*margin: 0 auto;*/
	background: #fff;
}

#main{
	position:absolute;
	z-index:-1;
	width: 900px;
	top:170px;
	line-height:1.5em;
	left: -2px;
}

#footer{
	width:900px;
	height:30px; 
	text-align:center;
	margin:0 auto; 
	z-index:-1;

}


span#type1_left {
	float: left;
}
span#type1_right {
	float: right;
}

/*　画像エリア　*/
.img_01 {
 margin-left:100px;
}

.img_02{
 margin-left:300px;
}


/*　お知らせ　*/

.info_01 {
	font-weight:700;
	color:#F30;
	margin-left:20px;
}

.info_02{
	position:relative;
}

/*  トップページ以外の開始位置 */
.childP{
	/*-z-index:-1;*/
	z-index:-1;
	overflow:hidden;
	position:absolute;
	top:192px;
	width: 900px;
	/*margin: 0 auto;*/
	background: #fff;
	line-height:1.5em;
	/*left: -5px;*/
}

/*　フッター */
.foot{
	font-size:9pt;
	text-align:center;
}

/*  回り込み　*/
.fleft{
	float:left;
}
.fright{
	float:right;
}
.fclear{
	clear:both;
}

/* 位置 */
.right{
	text-align:right;
}
.left{
	text-align:left;
}
.center{
	text-align:center;
}

/* color */
.dred{
	color:#900;
}
.red{
	color:#C00;
}
.redff{
	color:#f00;
}
.dblue{
	color:#009;
}
.blue{
	color:#00c;
}
.brown{
	color:#c00;
}
.white{
	color:#fff;
}

/* font　weight */
.fbold{
	font-weight:bold;
}

/* image の周囲の余白 */
img.sp1{
	margin:20px 20px 5px 10px;
}
img.sp2{
	margin:20px 0px 5px 10px;
}
img.sp3{
	margin:0px 20px 0px 0px;
}


/* 文字枠 */
.waku{
	border-style:solid;
	position: relative;
	border-width:3px;
	border-color:#a00;
	padding:10px 20px 10px 20px;
	color:#009;
	line-height:1.6em;
	width:900px;
	text-align:left;
　　box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}


.topbox{
	background-color:#e1fcff;
	padding:1.0em;
	color:#1a5136;
	font-size:small;
}

.middlebox{
	background-color:#e1fcff;
	padding:1.0em;
	font-size:small;
	font-weight:600;
}

.box1{
	border-radius: 16px;         /* CSS3 */
   	border:2px #999999 solid;     /* 枠線の装飾 */
   	background-color: #e5fcfe;   /* 背景色 */
	width:900px;
	line-height:1.5em;
	padding:15px 20px 15px 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	font-size:smaller;
}


caption{
	font-size:small;
	font-weight:600;
}

td, th{
	font-size:small;
	padding-left:0.5em;
	padding-right:0.5em;
	
	line-height:1.6em;
}

.hr1{
    border:0;
    border-bottom: 1px dashed #000000;
}

dt{
	font-size:;
	font-weight: 600;
}

.fontl{
	font-size:karger;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
/*figure {
	float: right;
	margin: 0 15px 15px 0;
	width: 30%;
}
figure img {
	max-width: 100%;
}*/

figure{
	float: left;
}
figcaption{
	font-size: small;
}

h1{
	color:#666666;
}
h1.sm{
	color:#666666;
	font-size:24px;	
}
.fsize{
	font-size: 24px;
}
h2{
	color:crimson;
	font-size: large;
}

.com{
	font-size:smaller;
	color:rgba(193,1,5,1.00);
}
