@charset "utf-8";



/*色
--------------------------------------------------*/

.red {
	color: #CC0000;
}
.green {
	color: #339900;
}

/*テキスト配置
--------------------------------------------------*/

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

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

.font_10 {
	font-size: 10px;
}
.font_12 {
	font-size: 12px;
}
.font_14 {
	font-size: 14px;
}
.font_16 {
	font-size: 16px;
}
.font_10_b {
	font-size: 10px;
	font-weight: bold;
}
.font_12_b {
	font-size: 12px;
	font-weight: bold;
}
.font_14_b {
	font-size: 14px;
	font-weight: bold;
}
.font_16_b {
	font-size: 16px;
	font-weight: bold;
}

/*余白
--------------------------------------------------*/

.area_10 {
	padding: 0px 0px 10px 0px;
}
.area_20 {
	padding: 0px 0px 20px 0px;
}
.area_30 {
	padding: 0px 0px 30px 0px;
}
.area_40 {
	padding: 0px 0px 40px 0px;
}

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

hr {
	display:none;
}
.line_5_dot {
	height:5px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_10_dot {
	height:10px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_20_dot {
	height:20px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_30_dot {
	height:30px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_40_dot {
	height:40px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_50_dot {
	height:50px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_60_dot {
	height:60px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_70_dot {
	height:70px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_80_dot {
	height:80px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_90_dot {
	height:90px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_100_dot {
	height:100px;
	background-image: url(/img/common/main/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line_0 {
	height:0px;
	background-image: none;
	clear: both;
}
.line_5 {
	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_70 {
	height:70px;
	background-image: none;
	clear: both;
}
.line_80 {
	height:80px;
	background-image: none;
	clear: both;
}
.line_90 {
	height:90px;
	background-image: none;
	clear: both;
}
.line_100 {
	height:100px;
	background-image: none;
	clear: both;
}
