/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-variant: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ul, ol, li {
	list-style: none;
}

html{
	background:url(../images/top_back.gif);}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/
body {
	-webkit-text-size-adjust: none;
	font: 14px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
 *font-size:small;/* IE用 */
 *font:x-small;/* IE 互換モード用 */
	color: #434343;
	line-height:24px;
}
/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/




/*　↓HTML5　新要素をブロック化する↓　*/
header, section, footer, aside, nav, article, figure, hgroup {
	margin: 0;
	padding: 0;
	display: block;
}
/*　↓float解除用「clearfix」↓　*/
.clearfix:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;/*for IE 5.5-7*/
}
.clear {
	clear: both;
}
/*　↓リンクに対する共通設定↓　*/

a {
	color: #0283e9;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #B73526;
	text-decoration: underline;
}


p,ol,ul,li,dl,dd,dt{
	text-align: justify;
text-justify: inter-ideograph;
-ms-text-justify: inter-ideograph;
	}




/* float
 ----------------------------------------------------- */

.left {
	float: left;
}
.right {
	float: right;
}

.right2 {
	float: right;
	margin:0 10px 0 15px;
}

.al_left{
	text-align:left !important;
	}
	
.al_right{
	text-align:right !important;
	}
	
.center{
	text-align:center !important;
	
}


/* margin
 ----------------------------------------------------- */

.m20{
	margin:20px 15px !important;
	}
	
.mt20{
	margin:20px 0 0 15px !important;
	}
	
.ml20{
	margin-left:20px !important;
	margin-top:10px !important;
	}	
	
.ml5{
	margin-left:5px !important;
	}
	
.mt5{
	margin-top:5px !important;
	}	

.mt20{
	margin-top:20px !important;
	}

.mt30{
	margin-top:30px !important;
	}
		
.mlr15{
	margin:0 15px !important;
	}	

.m15{
	margin:15px !important;
	}
	
.mr14{
	padding:5px !important;}		
	
.mtb25{
	margin:25px 0 !important;
	}	
		
.pb20{
	padding-bottom:20px !important;
	}	

.m{
	margin-left:-30px !important; }

.m80{
	margin-top:-80px;}
	
	.mtl20{
	margin-top:20px;
	margin-left:20px;
}
/*font
 ----------------------------------------------------- */
 
.red{
	color:#e8083d !important;
	}
	
.red_b{
	color:#e8083d !important;
	font-weight:bold !important;

	}
	
	
.blue{
	color:#0677d !important1;
	}

.blue_b{
	color:#0677d1 !important;
	font-weight:bold !important;
	}
	
.green{
	color:#0d935e !important;
	}
	
/*-------------------------------------------*/	

/*font_size-----------------------------------------------*/


.f17_txt{
	font-size:17px !important;
	}



.f13_txt{
	font-size:13px !important;
	}
	
.f12_txt{
	font-size:12px !important;
	line-height:22px !important;
	}
		
.f11_txt{
	font-size:11px !important;
	line-height:11px !important;
	}	

.f14_txt{
	font-size:14px !important;
	line-height:24px !important;
	}


.f16b_{
	font-size:16px !important;
	line-height:24px !important;
	font-weight:bold !important;
	}



.f16b_txt{
	font-size:16px !important;
	line-height:24px !important;
	font-weight:bold !important;
	color:#0068b7 !important;
	padding:40px 20px 5px 30px !important;
	clear:both !important;
	}

.f16b_txt02{
	font-size:16px !important;
	margin-left:30px !important;
	color:#0068b7 !important;
	padding:0 !important;
	}


.f12{
	font-size:12px !important;
	margin:10px 20px !important;
	}
	
.f28{
	font-size:28px !important;
	}


.f24b{
	font-size:24px !important;
	font-weight:bold !important;
	margin:20px 0 20px 20px !important;
	color:#0068b7 !important;
	line-height:34px !important;
}	