﻿@import "reset-min.css";

* {
	color:#333;
	font-family: Helvetica,Arial,sans-serif;
}

p {
	line-height:160%;
}

a {
	font-style:normal;
	color:#004D9D;
	text-decoration:underline;
}

a:hover {
	color:#f96;
	text-decoration:underline;
}

a:hover {
	color:red;
}


body {
	margin-bottom:20px;
}



/* centerblock */
#centerblock {
	text-align:center;border:black;
}

/* contentsbloc */
#contentsblock {
	width:812px;
	font-size:90%;

	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	background-image:url('../images/frame_center.gif');
	background-color:transparent;
	background-position:0 0;
	background-repeat:repeat-y;
}



/* ainblock */
#mainblock {
}



/* contents */
#contents {
	float:left;
	width:548px;
	margin-bottom:20px;
	margin-top:-330px;
}

#contents #textbody {
	padding:0px 0px;
}



/* header */
#header {
	width:812px;
	height:160px;
	background-color:#fff;
}
#header .frame_left,
#header .frame_right {
	float:left;
	margin-top:0px;
	font-size:0px;
	line-height:0px;
}
#header .top_banner {
	float:left;
}



/* leftsidebar */
#leftsidebar {
	float:left;
	width:246px;
	margin-top:-330px;
	height:auto;
	min-height:1px;
	margin-bottom:20px;
}
#leftsidebar .menu_frame_top {
	margin-left:14px;
}
#leftsidebar .menu_maim {
	margin-left:14px;
	width:216px;
}
#leftsidebar .menu_line {
	margin-left:7px;
	background-image:none;
}
#leftsidebar ul .menu1 {
	padding-left:0px;
}
#leftsidebar ul .menu1 li {
	padding:0px;
	padding-left:20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height:auto;
	line-height:0px;
}
#leftsidebar ul .menu3 li {
	padding-left:0px;
}
#leftsidebar .menu_frame_bottome {
	margin-left:14px;
}



/* breadcomb */
#contents .breadcomb {
	margin:3px 0px 8px;
}
#contents .breadcomb li {
	display:inline;
	line-height:12px;
}
#contents .breadcomb li.view {
	color:#004D9D;
	font-weight:bold;
}



/* footer */
#footer {
	clear:left;
	text-align:center;
	background-image:url('common/images/frame_center.gif');
	background-repeat:repeat-y;
}
#footer .footer_logo {
	width:780px;
	text-align:center;
	padding-left:16px;
}
#footer .footer_logo p {
	background-color:#E2EEE1;
	text-align:center;
}
#footer .footer_copyright {
	width:812px;
	background-image:none;
	background-color:#fff;
	height:30px;
}

