@charset "utf-8";

/*文字色
--------------------------------------------------------------*/

.gray {
	color:#666666;
}
.red {
	color:#990000;
}

/*背景色
--------------------------------------------------------------*/

.bg_pink {
	background-color: #FAF2F2;
}
.bg_gray {
	background-color: #F0F0F0;
}


/*アンダーーライン
--------------------------------------------------------------*/

.under_line {
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*文字寄せ
--------------------------------------------------------------*/

.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

/*フロート
--------------------------------------------------------------*/

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

/*フォントサイズ
--------------------------------------------------------------*/

#main .font_10 {
	font-size:83%;
}
#main .font_11 {
	font-size:91%;
}
#main .font_13 {
	font-size:108%;
}
#main .font_14 {
	font-size:116%;
}
#main .font_15 {
	font-size:125%;
}
#main .font_16 {
	font-size:133%;
}
#main .font_17 {
	font-size:141%;
}
#main .font_18 {
	font-size:150%;
}

/*区切り線
--------------------------------------------------------------*/

hr {
	display:none;
}
.line_05_dot {
	height:5px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_10_dot {
	height:10px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_20_dot {
	height:20px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_30_dot {
	height:30px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_40_dot {
	height:40px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_50_dot {
	height:50px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_60_dot {
	height:60px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_80_dot {
	height:80px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_100_dot {
	height:100px;
	background-image: url(/img/common/contents/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_0 {
	height:0px;
	background-image: none;
	clear: both;
}
.line_05 {
	height:5px;
	background-image: none;
	clear: both;
}
.line_10 {
	height:10px;
	background-image: none;
	clear: both;
}
.line_20 {
	height:20px;
	background-image: none;
	clear: both;
}
.line_30 {
	height:30px;
	background-image: none;
	clear: both;
}
.line_40 {
	height:40px;
	background-image: none;
	clear: both;
}
.line_50 {
	height:50px;
	background-image: none;
	clear: both;
}
.line_60 {
	height:60px;
	background-image: none;
	clear: both;
}
.line_80 {
	height:80px;
	background-image: none;
	clear: both;
}
.line_100 {
	height:100px;
	background-image: none;
	clear: both;
}

/*下空白
--------------------------------------------------------------*/

.area_05 {
	padding: 0px 0px 5px 0px;
}
.area_10 {
	padding: 0px 0px 10px 0px;
}
.area_15 {
	padding: 0px 0px 15px 0px;
}
.area_20 {
	padding: 0px 0px 20px 0px;
}
.area_25 {
	padding: 0px 0px 25px 0px;
}
.area_30 {
	padding: 0px 0px 30px 0px;
}
