@charset "utf-8";

HTML,BODY{
	/* background-image: url("../_img/bg.jpg"); */
	/* background-color:#400000;*//* red */
	background-image: url("../__my_data/_img/bg.jpg");
}

*{
	word-break: break-all;
}

H1{
}

A{
	text-decoration:underline;
}

/* ■ 基本クラス */
.my_all{
}


.my_main{
}

.my_C{
}

.my_R{
}

.my_L{
}


/* タイトル */
.my_H2{
}
.my_H3{
	font-size:14px;
	padding-left:7px;
}

.my_H4{
	padding-top:21px;
	padding-bottom:14px;
	padding-left:21px;
}

.my_header{
	border-bottom:1px solid #eee;
/*	background-color:#f4c720; */
	background-color:white;
	background-image: url("../__my_data/_img/bg_header.jpg");
	color:#6C1B11;
}

.my_gnavi{
	/* background-color:#F6F6F6; */
	margin:21px auto;
}

.my_block{
}

.my_box_S{
}

.my_photo{
}

.my_box{
	border:3px solid white;
	background-image: url("../__my_data/_img/bg_box.jpg");
}

.my_footer{
	/*background-image: url("../_img/bg_obi.jpg");*/
	background-color:#262626;
	
	color:white;
	
}
.my_footer A{
	color:white;
}

/* H系 */
.h3{
	border-bottom:1px solid #999;
	padding-top:14px;
	padding-bottom:14px;
	margin-top:14px;
	margin-bottom:14px;
}

/* ■ 共通クラス */
.my_cursor{
	cursor:pointer;
}

/* ■ bootstrap ハック */
.h4{
	text-align:center;
}
