@charset"euc-jp";

/*text.css*/
/*テキスト*/

/* ---------------------------------------------------------
　hx
--------------------------------------------------------- */
h1 { 
	/*font-size:10px;
	padding:5px 0 5px 10px; 
	color:#FFF;
	position:absolute;
	right:8px;
	top:0;*/
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

h2 {
	/*font-size:16px;
	border-left:3px solid #0066CC;
	border-bottom:1px solid #a1aac3;
	padding:3px 0 3px 5px;
	margin:15px 0;
	background:#eaecee;
	font-weight:bold;
	color:#222222;
	margin-top: 10px;*/
}

h3 {
	font-size:18px;
	font-weight:bold;
	margin:15px 0;
	padding:8px 5px 8px 6px;
	color:#626d73;
	clear:both;
	background:url(../img/h3_boirder.gif) no-repeat bottom;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}


/*h3 {
	font-size:18px;	
    border-radius: 3px;
    -webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	margin:15px 0;
	padding:8px 5px 8px 10px;
	color:#fff;
	background:#3a8cbe;	
	clear:both;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}*/


/*h3 {
	font-size:14px;
	font-weight:bold;
	border-bottom:solid 1px #DDDDDD;
	margin:15px 0;
	padding:10px 5px 5px 5px;
	color:#007DC5;
	clear:both;
}*/


h4 {
	font-size:16px;	
	font-weight:bold;	
	padding:5px 0 5px 30px;
	margin:15px 20px 10px 10px;
	color:#626d73;	
	background:url(../img/h4_square.gif) no-repeat left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif	
}



/*h4 {
	background-color:#EAEAEA;
	font-weight:bold;
	color:#333333;
	padding:5px;
	margin:20px 20px 15px 10px;

}
*/
h5 {

}

h6 {

}


/* ---------------------------------------------------------
　既存スタイル
--------------------------------------------------------- */
/* 文字の装飾 */

.lg			{ color:#FF0000; font-weight:bold; }

.lg2		{ color:#3366FF; font-weight:bold; }

.llg		{ font-size:22px; color:#0000FF; font-weight:bold; }

.mark		{ color:#FF3300; font-weight:bold; font-size:14px; }

.bk			{ text-decoration: blink; }


/* 文字の色 */

.black		{ color:#333333 !important; }

.red		{ color:#c22d15 !important; }

.green	{ color:#008000 !important; }

.blue		{ color:#006699 !important; }

.gray		{ color:#bbbbbb !important; }

.yellow		{ color:#FFFF00; } 

.white		{ color:#FFFFFF; }

.blown		{ color:#433c36; }

.darkblue	{ color:#335060; }

.orange		{ color:#FF6600 !important; }

.black		{ color:#000000; }

.a_black a:link { color:#000;}
.a_black a:visited { color:#000;}

/* 文字の太さ */

.bold		{ font-weight:bold; }

.normal		{ font-weight:normal; }

/* 文字のサイズ */

.f10		{ font-size:10px;　}

.f12		{ font-size:12px;}

.f14		{ font-size:14px; }

.f16		{ font-size:16px; }

.f18		{ font-size:18px; }

.f20		{ font-size:20px; }

/* パディング */

.pd5		{ padding:5px; }

.pd10		{ padding:10px; }

.pd15		{ padding:15px; }

.pd20		{ padding:20px; }

/* TOPパディング */

.pdt5		{ padding-top:5px; }

.pdt10		{ padding-top:10px; }

.pdt15		{ padding-top:15px; }

.pdt20		{ padding-top:20px; }

/* TOPパディング */

.pdb5		{ padding-bottom:5px; }

.pdb10		{ padding-bottom:10px; }

.pdb15		{ padding-bottom:15px; }

.pdb20		{ padding-bottom:20px; }

/* マージン */

.sp5		{ margin:5px 0; }

.sp10		{ margin:10px 0; }

.sp15		{ margin:15px 0; }

.sp20		{ margin:20px 0; }

/* TOPマージン */

.spt5		{ margin-top:5px; }

.spt10		{ margin-top:10px; }

.spt15		{ margin-top:15px; }

.spt20		{ margin-top:20px; }

/* TOPマージン */

.spb5		{ margin-bottom:5px; }

.spb10		{ margin-bottom:10px; }

.spb15		{ margin-bottom:15px; }

.spb20		{ margin-bottom:20px; }

/* vertical-align */

.v_bottom	{ vertical-align:bottom; }

.v_top		{ vertical-align:top; }

/* 回り込み */

.float_left	{ float:left; }

.float_right{ float:right; }

/* align */

.a_center	{ text-align:center; }

.a_right	{ text-align:right; }

.a_left		{ text-align:left; }

/* フロートクリア */

span.clear	{ height: 1px; margin: 0; padding: 0; font-size: 1px; line-height: 1px; display: block; clear: both; }

.cf:after{
	content: '';
	display: block;
	clear: both;
}
.cf{ zoom:1; }
/* ---------------------------------------------------------
　画像ぴこっとなるやつ
--------------------------------------------------------- */

a.btn_push:hover	{ position:relative;top:1px;left:1px; }

a.btn_push:hover img	{ filter:alpha(opacity=80); }

input.btn_push:hover	{ position:relative;top:1px;left:1px; filter:alpha(opacity=80); }


/* ---------------------------------------------------------
　IE８でcheckboxを改行するため
--------------------------------------------------------- */

.nwrp		{ font-size:1px; color:white; }

.nowrap		{ white-space:nowrap; }

.checked	{ color:#669900; font-weight:bold; }


/* ---------------------------------------------------------
　その他
--------------------------------------------------------- */

.cf:after{
	content: '';
	display: block;
	clear: both;
}
.cf{ zoom:1; }

.hider{
    width:100%;
    height:100%;
}

.imgwrap{
    width:100px;
    height:100px;
	text-align:center;
    overflow:hidden;
}


/* ---------------------------------------------------------
　その他装飾
--------------------------------------------------------- */
.border{
	padding:2px;
	border:#DDDDDD solid 1px;
}

