@charset "Shift_JIS";
/* entry.css */

/* clearfix */
#contents_box .control {
	zoom: 100%;
}

#contents_box .control:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* html */
html {
	overflow-y: scroll;
}

/* body */
body {
	line-height: 1.2;
	color: #666666;
	font-family: "Times New Roman", Times, sans-serif;
	font-size: small;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #3366FF;
}

a:active,
a:hover {
	color: #FFCC00;
}

/* #container */
#container {
	background-color: #FFFFFF;
}

/* #header_box */
#header_box {
	background-image: url(../images/bg_title.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 10px;
}

/* #contents_box */
#contents_box {
	text-align: center;
}

#contents_box h2 {
	color: #FF0000;
	font-family: "HGŠÛºÞ¼¯¸M-PRO", "Times New Roman", Times, "‚l‚r ‚oƒSƒVƒbƒN", serif;
}

#contents_box h4 {
	color: #FF9000;
	background-color: #000000;
	font-size: large;
	font-family: "HGŠÛºÞ¼¯¸M-PRO", "Times New Roman", Times, "‚l‚r ‚oƒSƒVƒbƒN", serif;
	padding: 5px;
}

#contents_box .control {
	width: 240px;
	height: 100px;
	margin: 0 auto;
}

#contents_box .control .yes {
	width: 120px;
	height: 100px;
	float: left;
}

#contents_box .control .no {
	width: 120px;
	height: 100px;
	float: right;
}

/* #footer_box */
#footer_box {
	width: 910px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
}

#footer_box .footer_menu {
	padding: 5px;
	text-align: center;
}

/* #cr_box */
#cr_box {
	padding: 5px;
	font-size: x-small;
	text-align: center;
}

#index_under_text{
	color: #999999;
	font-size: 10px;
	line-height: 1.6em;
	padding: 10px;
	width: 670px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
