@charset "Shift_JIS";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


/* 
------------------------------*/
#flashcontent {
	height: 240px;
	width: 730px;
	float: left;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	font-family: "Hiragino Kaku Gothic", Osaka, Frutiger, Helvetica, sans-serif;
}

}
#flashcontent img {
	border      :0;
}
#attention {
	text-align  :left;
	width: 370px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#attention #explanation {
	float: left;
	margin-top: 50px;
}
#attention #atn_img {
	float: right;
	margin-right: 30px;
}


#attention h1 {
	font-size: 14px;
	margin-bottom: 10px;
}


#attention h2 {
	margin-bottom: 10px;
	font-size: 14px;
}


#attention p {
	margin-bottom: 10px;
}


#attention ul {
	list-style-type: none;

}


/* link styles
------------------------------*/
#attention a {
	color       :#CC0000;
	}

#attention a:visited {
	color       :#660000;
	}

#attention a:hover {
	color       :#CC0000;
	}

#attention a:active {
	color       :#CC0000;
	}
	
