@charset "utf-8";

*{
	margin:0;
	padding:0;

}


body{
	font:12px/150% verdana, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka‐等幅";
	letter-spacing: 0.05em;
	color:#333;
	
}

a:link {
	color: #06c;
	text-decoration:underline;
}

a:visited {
	color: #06c;
	text-decoration:underline;
}

a:hover {
	color: #06c;
	text-decoration:none;
}

a:active {
	color: #06c;
}

img{
	border:none;}


.clear{ clear:both;}

.clear_l{ clear:left;}

.f_left{ float:left;}

.f_right{ float:right;}

.other_title{
	margin:30px 0 20px 0;
	border-left:3px solid #392b0c;
	border-bottom:1px solid #392b0c;
	padding:0 0 5px 20px;
	text-align:left;
	color:#392b0c;
	font-size:20px;
	width:645px;}
	
.nigaoe-flow{
	margin:0;
	padding:5px;
	width:665px;
	height:auto;}	
	
.red{ color:#f00}