@charset "Shift_JIS";

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color:#444444;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

#wlapper {
	width: 750px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
}

/*===================================================
a
===================================================*/
a:link {color: #333333;}

a:visited {color: #666666;} 

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

img {
	border: none;
}

/*===================================================
文字関係
===================================================*/
.f10p {
	font-size: 10px;
}
.fp10h14 {
	font-size: 10px;
	line-height: 14px;
}
.f12p {
	font-size: 12px;
}
.fp12h16 {
	font-size: 12px;
	line-height: 16px;
}
.fp14h14 {
	color: #29BA00;
	font-size: 14px;
	line-height: 18px;
}
.fp12h16g {
	color: #29BA00;
	font-size: 12px;
	line-height: 16px;
}
.fp10h14g {
	color: #29BA00;
	font-size: 10px;
	line-height: 14px;
}

/*===================================================
文字そろえ
===================================================*/
.t_left {
	text-align: left;
}

.t_left2 {
	text-align: left;
	margin-right: auto;
}

.t_right {
	text-align: right;
}

.t_center {
	text-align: center;
}

/*===================================================
スペース関係
===================================================*/
.pa_t5 {padding-top: 5px;}
.pa_b5 {padding-bottom: 5px;}
.pa_r5 {padding-right: 5px;}
.pa_l5 {padding-left: 5px;}
.pa_t10 {padding-top: 10px;}
.pa_b10 {padding-bottom: 10px;}
.pa_r10 {padding-right: 10px;}

.ma_t5 {margin-top: 5px;}
.ma_t10 {margin-top: 10px;}
.ma_b5 {margin-bottom: 5px;}
.ma_b10 {margin-bottom: 10px;}
.ma_b15 {margin-bottom: 15px;}
.ma_b20 {margin-bottom: 20px;}
.ma_b25 {margin-bottom: 25px;}

/*===================================================
clear
===================================================*/
.clear {
	clear: both;
	font-size: 0;
	margin:0;
	padding:0;
	line-height: 0;
	height: 0;
}

.clear hr {
	display: none;
}