h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}
h3 {
	margin: 0px;
}
h4 {
	margin: 0px;
}

/* リンク */
a.kuro:visited {
	color: #FF3300;
	text-decoration: none;
}
a.kuro:link {
	color: #D81F0F;
	text-decoration: none;
}
a.kuro:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF3300;
}
a.photo:hover {
	border-color: #f00;
}

/* 背景 */
.bg_000 {
	background-color: #000000;
}
.bg_333 {
	background-color: #333333;
}

.bg_00 {
	background-image: url(image/top/t_03.gif);
	background-repeat: repeat-y;
}
.bg_01 {
	background-image: url(image/top/t2_01.gif);
	background-repeat: repeat-y;
}
.bg_02 {
	background-image: url(image/top/t2_07.gif);
	background-repeat: repeat-y;
}
.bg_03 {
	background-image: url(image/top/t2_06.gif);
	background-repeat: repeat-y;
}

/* レイアウト */
.top {
	vertical-align: top;
}
.center {
	text-align: center;
}
.bottom {
	vertical-align: bottom;
}

.m_l_10 {
	margin-left: 10px;
}
.m_15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* テキスト */
.text {
	font-size: 75%;
	line-height: 200%;
	text-align: left;
	color: #FFFFFF;
}
.text_s {
	font-size: 60%;
	line-height: 120%;
	text-align: left;
	color: #FFFFFF;
}
.text_b {
	font-size: 75%;
	line-height: 200%;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}
.text_pro {
	font-size: 70%;
	line-height: 180%;
	text-align: left;
	color: #FFFFFF;
}
.left {
	text-align: left;
}
.text_link {
	font-size: 75%;
	line-height: 120%;
	text-align: left;
	font-weight: bold;
}
.text_s_g {
	font-size: 60%;
	line-height: 120%;
	text-align: center;
	color: #CCCCCC;
}