/* Edited with EditCSS */

@charset "UTF-8";

/*記事枠-------------------------------------*/
#container{
	margin: 0 auto;
	padding: 0;
	width:720Px;
	background-color: #FFF;
	text-align:left;
	}

/* コンテンツ  ----------------------*/
#content{float: left; width: 720px; margin: 10px 5px;}
#content .h_doc{
	margin: 0px 0 10px 0;
	font-size: 100%;
	text-align: right;
	color: #0099FF;
	line-height; 150%;
	}

#content h2{
	margin: 0px;
	padding-top: 2px;
	text-align: left;
	text-indent: 10px;
	line-height:1.5;
	font-size:16px;
	color: #000;
	background-color: #EBEBEA;
	font-weight: bold;
	border-left: 8px solid #FF0000;
	}

#content .boxA{
	float: left;
	display: block;
	width: 340px;
	height: 270px;
	text-align: right;
	background: url("../img/info01.gif") no-repeat;
	margin: 0 0 20px 0;
	}

#content .box1{
	float: left;
	width: 340px;
	height: 270px;
	text-align: left;
	margin: 0 0 20px 0;
	}

#content .box2{
	float: right;
	width: 340px;
	height: 270px;
	text-align: left;
	margin: 0 0 20px 0;
	}

#content .box3{
	float: left;
	width: 340px;
	height: 210px;
	text-align: left;
	margin: 0 0 5px 0;
	}
	
#content .box4{
	float: right;
	width: 340px;
	height: 210px;
	text-align: left;
	margin: 0 0 5px 0;
	}
	
#content .box1 p,#content .box2 p{
	margin: 0;
	padding: 5px;
	}

#content .box3 p,#content .box4 p{
	margin: 0;
	padding: 5px 5px 5px 20px;
	}

#content .box5{
	float: left;
	width: 340px;
	height: 25px;
	text-align: right;
	margin: 0 0 20px 0;
	}
	
#content .box6{
	float: right;
	width: 340px;
	height: 25px;
	text-align: right;
	margin: 0 3px 20px 0;
	}
	
#content hr{ 
	clear: both;
    border: 0 none; 
    height: 1px; 
    color: #FFAA33;
    background-color: #FFAA33;
	margin: 0 0 10px 0;
	} 

#toplink {
	padding: 2px 10px;
	font-size: 10px;
	color : #666;
}

.ucan{ 
	clear: both;
	margin: 0 30px;
	padding: 10px 5px;
	background: #CCFFFF;
	text-align: center;
	border: 1px solid #666;
	}


