@charset "UTF-8";

/*基本設定--------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
} 

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}


body {
	color:;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	background-color: #;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
    *font: x-small;
}





/* #footer block
----------------------*/
#f_link{
	
}

#f_link li{
	list-style: none;
	float: left;
	font-size:88%;
	padding: 0 7px 0 0;
	margin: 0 7px 5px 0 ;
	background: url(../img_common/footer_line.gif) right center no-repeat;
	line-height:22px;
	height: 22px;
}



.copy{
	float: right;
	width:263px;
	height: 22px;
	padding-top: 10px;
}

#f_link li.bg_none {
	background: none;
	line-height:22px;
	height: 22px;
}









img {
	border: 0;
	vertical-align:top;
}


strong {
	font-weight: bold;
	color:#000;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #444;
	text-decoration: underline;
}

ul li{
	list-style: none;
}

ol li{
	margin: 0 0 1em 20px;
	font-size: 93%;
}
table {
	width: 100%;	
}

/*float--------------------*/

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 20px;
	padding-left: 1em;
}

.img_float_r {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-right: 1em;
}

.img_center {
	display:block;
	margin:auto;

}

.center {
	width: 100%;
	text-align: center;
}

.right {
	width: 100%;
	text-align: right;
}



/*font--------------------*/

.font10 {
	font-size: 77%;
}

.font11 {
	font-size: 85%;
}

.font14 {
	font-size: 108%;
}

.font15 {
	font-size: 116%;
}

.font16 {
	font-size: 123.1%;
}

.font17 {
	font-size: 131%;
}

.font18 {
	font-size: 138.5%;
}

.font19 {
	font-size: 146.5%;
}

.font20 {
	font-size: 153.9%;
}

.fontb {
	font-weight: bold;
	color: #000;
}

/*margin--------------------*/


/*top*/

.mt5{
	margin-top: 5px;
}

.mt10{
	margin-top: 10px;
}

.mt15{
	margin-top: 15px;
}

.mt20{
	margin-top: 20px;
}

.mt25{
	margin-top: 25px;
}

.mt30{
	margin-top: 30px;
}


/*bottom*/
.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}




/*clearfix--------------------*/

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*¥*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/* ↓Dreamweaverで綺麗に見えるようにする場合コメントアウトはずす（リリース時には削除） */

/*	for Dreamweaver
.clearfix{ overflow: hidden; }
*/