/* Edited with EditCSS */

@charset "UTF-8";

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

/* コンテンツ  ----------------------*/
#content{float: right; width: 490px; margin: 10px 5px;}
#content .h_doc{
	margin: 0px 0 10px 0;
	font-size: 100%;
	text-align: right;
	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 h3{
	margin: 0 0 0 10px;
	padding-top: 2px;
	text-align: left;
	text-indent: 10px;
	line-height:1.5;
	font-size:14px;
	color: #000;
	background-color: #EBEBEA;
	font-weight: bold;
	border-left: 8px solid #40AABF;
	}

#content p{
	margin: 10px 5px 10px 15px;
	font-size: 12px;
	line-height: 150%;
	color: #444;
	text-align: left;
	}

#content .box1{
	float: right;
	width: 200px;
	margin: 10px 0 0 0;
	text-align: center;
	}

#content hr{ 
	clear: both;
    border: 0 none; 
    height: 1px; 
    color: #FFAA33;
    background-color: #FFAA33;
	margin: 0 0 10px 0;
	}

#content ul{
	margin: 5px 0 0 20px;
 	list-style-type: square;
 	font-size: 12px;
 	line-height: 150%;
}
#content li{
 	margin-left: 10px;
}

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

#sidebar {float: left; width: 195px; margin: 10px 0px;}
