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


/*背景*/

#contents_container_t{
	width:744px;
	background-image:url(../image/body.png);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:hidden;
}

#contents_container_ins_t{
	width:744px;
	background-image:url(../image/foot.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	overflow:hidden;
}


/**/


h4 {
	padding-left:50px;
}




.text03{
	width:554px;
	line-height:150%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 40px;
}

.text03 dl{
}

.text03 dl dt{
	color:#0099CC;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}

.text03 dl dd{
}

.section2{
	width:700px;
	height:190px;
}

.demo1	{
	width: 400px;
	border: 2px solid #CCC;
	padding: 10px 10px;
	margin-bottom: 30px;
	_zoom: 1;   
	overflow: hidden;
}
.imgL	{ float: left; margin: 0 30px 5px 30px; clear:both;}
.demo1 p	{ overflow: hidden; _zoom: 1; }
.txt_a{
	font-size:1.5em;
	color:#1092D8;
	padding-bottom:15px;
	}
	
#img_box_top{
	overflow:hidden;
	width:554px;
	background-image:url(../image/border_s1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#img_box_bottom{
	overflow:hidden;
	width:554px;
	background-image:url(../image/border_s1.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	margin-left: auto;
	margin-right: auto;
}

/*画像位置*/

.tent{
	margin-left:70px;
	margin-top:15px;
	}
	
.tentli{
	width: 200px;
	height:auto;
	overflow: hidden;
	float: left;
	margin-right:9px;
	margin-bottom: 20px;
	}



.img01 {
	padding-left:22px;
}

.btn{
	text-align:center;
}


/*テキスト*/

.text01 {
	font-size:13px;
	color:#33ccff;
	text-align:center;
	padding:2px;
	font-weight:bold;
}

.text02 {
	text-align:center;
	font-size:15px;
	color:#000000;
	padding-top:3px;
	padding-bottom:5px;
	font-weight:bold;
}



/*テーブル*/

.table01 {
	width:600px;
	height:auto;
	margin-left:30px;
	border-top:1px solid #666666;
	border-left:1px solid #666666;

}

.table01 .th01 {
	background-color:#ccffff;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;
	width:30%;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

.table01 .th02 {
	background-color:#ccffff;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-weight:bold;
	width:70%;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
}

.table01 td {
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	background-color:#ffffff;
}

.float_l {
	float:left; 
	padding-top:20px; 
	padding-left:20px;
}

.float_r {
	float:right;
	padding-top: 20px;
	padding-right:20px;
}

.float_l2 {
 	float:left; 
	padding-top:40px;  
	padding-bottom:20px; 
	padding-left:20px;
}

.float_r2 {
 	float:right; 
	padding-top:40px;  
	padding-bottom:20px; 
	padding-right:20px;
}

