/* begin clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* end clearfix */
h1,h2,h3,h4,h5,h6,p,ol,dl,dd,dt {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	list-style-type: none;
}
a {
	color:#E00538;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.8em;
	background: #FFFFFF;
	text-align: center;
}
div#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-bottom: 20px;
}
div#header {
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
	padding-bottom: 10px;
}
div#h1_logo {
	background: url(images/h1_rogo.gif);
	height: 95px;
	width: 286px;
	float: left;
}
div#header_navi {
	float: right;
	width: 410px;
	border-top: 4px solid #E00538;
	padding-top: 17px;
}
div#header_navi_main {
	background: url(images/header_menu_btn_bg.gif) no-repeat right 0px;
	height: 27px;
	width: 240px;
}
div.header_navi_btn {
	background: url(images/header_menu_btn_bg.gif) repeat-y left 0px;
	float: left;
	width: 120px;
	text-align: center;
}


/* index */

div#index_left {
	float: left;
	width: 350px;
}
h3#release {
	font-size: 1.4em;
	font-weight: bold;
	color: #E00538;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
p#release {
	font-size: 1.2em;
}
div#index_right {
	float: right;
	width: 350px;
}
h3#contents {
	font-weight: bold;
	color: #FFFFFF;
	background: #E00538;
	text-align: center;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
table#contents {
	width: 100%;
}
table#contents th {
	width: 12%;
	font-weight: bold;
	color: #E00538;
	text-align: left;
	vertical-align: top;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 5px;
}
table#contents td {
	padding-top: 10px;
	border-bottom: 1px solid #000000;
	padding-bottom: 5px;
	font-size: 1.2em;
}
h3.siryou {
	font-weight: bold;
	color: #FFFFFF;
	background: #E00538;
	display: block;
	padding: 2px 10px;
	font-size: 1.3em;
	margin: 0px 0px 10px;
}
h4.siryou {
	font-size: 1.2em;
	font-weight: bold;
	color: #E00538;
	margin: 20px 0px 5px;
}
div#summary {
	text-align: center;
	padding: 10px;
	border: 1px dashed #E00538;
}
form#form_siryou {
	margin: 0px;
	padding: 0px;
}
table.siryou {
	width: 100%;
}
table.siryou th {
	color: #FFFFFF;
	background: #E00538;
	padding: 3px;
}
table.siryou td {
	border-bottom: 1px solid #000000;
	padding: 5px;
}
table.request {
	width: 100%;
}
table.request th {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #000000;
}
table.request td {
	border-bottom: 1px solid #000000;
	padding: 5px;
}
div#attention {
	padding: 10px;
	margin-bottom: 10px;
	border: 3px double #E00538;
}
div#bus {
	padding-right: 20px;
	padding-left: 20px;
}
div#gototop {
	clear: both;
	padding-top: 30px;
	text-align: right;
}
div#footer {
	background: #E00538;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
}
div#footer_main {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
div#footer_main a {
	color: #FFFFFF;
	text-decoration: underline;
}
div#footer_main a:hover {
	text-decoration: none;
}

/* etc */
.font_orange {
	color: #FF6600;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.font_gray {
	color: #999999;
}
.font_blue {
	color: #114BA4;
}
.font_green {
	color: #3B8426;
}
.font_red {
	color: #E00538;
}
.font_small {
	font-size: 70%;
}
.clear {
	clear:both;
	height: 1px;
	display: block;
}
.none {
	display: none;
}

