/*
 Theme Name:
 Description:
 Theme URI: keikuro.com
 Author: Keiichi Kurokawa
 Author URI: keikuro.com
 Version: 
 License: ???
 License URI: keikuro.com
*/
/*---------------------------
reset
---------------------------*/
*{
	margin: 0;padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
  
a { 
	text-decoration : none;

}
ul, ol {
	list-style : none;
}
img { 
	vertical-align : middle;
	border-style:none;
}
address{
	font-style:normal;
}
/*---------------------------
common
---------------------------*/
.left{
	float:left;
}
.right{
	float:right;
}
.mb0{
	margin-bottom:0px;
}
.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.mb50{
	margin-bottom:50px;
}
.mb60{
	margin-bottom:60px;
}
.mb70{
	margin-bottom:70px;
}
.mb80{
	margin-bottom:80px;
}
.mb90{
	margin-bottom:90px;
}
.mb120{
	margin-bottom:120px;
}
.mt0{
	margin-top:0;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.mt50{
	margin-top:50px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.ml10{
	margin-left:10px;
}
.lh190{
	line-height:190%;
}

.clf{
	overflow:hidden;
}
.link{
	font-size:;
}
.resize img{
	width:100%;
}
.center{
	text-align:center;
}
.al_right{
	text-align:right;
}
.al_left{
	text-align:left;
}
a:link{
	color:#;
	text-decoration:underline;
}
a:visited{
	color:#;
	text-decoration:underline;
}
a:hover{
	color:#;
	text-decoration:underline;
}
.red{
	color:#e73939;
}
.fs9{
	font-size:9px;
}
.fs11{
	font-size:11px;
}
.fs12{
	font-size:12px;
}
.fs13{
	font-size:13px;
}
.fs14{
	font-size:14px;
}
.fs15{
	font-size:15px;
}
.pl37{
	padding-left:37px;
}








