
*{
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	color: #101010;
}
div {
	text-align: left;
}
		
.nav {
	margin: 0px auto;
}
.nav li{
	list-style: none;
}
.toPageTop {
	text-align: right;
	padding-right: 15px;
	clear: both;
}
a {
	text-decoration: none;
	color: #00337a;
}
a:hover {
	color: #0C2364;
	text-decoration: underline;
}
img,a img {
	border-style: none;
}

/*********************************** shell_start ***/
.box800 {
	width: 800px;
	margin: auto;
	clear: both;
}
	/* start: clearfix ---------------- */
	.box800:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	}
	.box800 { display:inline-table; }
	/* Hides from Mac IE \*/
	* html .box800 { height:1px; }
	.box800 { display:block; }
	/* */
	/* end: clearfix ------------------ */
/*********************************** header */
.header {
	margin: auto;
	background: url(../images/header_bg.gif) repeat-x bottom;
	padding-bottom: 14px;
}
.header p {
	color: #FFF;
	background: #AF000C;
	text-align: center;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
.header #siteLogo {
	float: left;
	margin-right: 35px;
}
.header #fontSize {
	background: url(../images/fontsize_bg.gif) no-repeat;
	height: 32px;
	width: 207px;
	float: left;
	padding-top: 4px;
	margin-right: 15px;
}
.header #fontSize li {
	float: left;
}
.header #fontSize .title {
	width: 68px;
	text-indent: -9999px;
}
.header #fontSize li a {
	width: 43px;
	display: block;
	margin-right: 2px;
}
.header .inputBox {
	width: 130px;
	margin-bottom: 5px;
}
.header form .title {
	margin-right: 5px;
}
h1 {
	margin: 3px auto;
	width: 801px;
}
/*********************************** gNavi */
/* LEVEL ONE */
#gNavi.nav {
	margin: 0px auto;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	position: relative;
	z-index: 50;
}
#gNavi.nav li                      { float: left; zoom: 1; color: #010101; text-decoration:none; display: block; border-right: 1px solid #d5d5d5; }
#gNavi.nav li a                    { display: block;}
#gNavi.nav li.hover,
#gNavi.nav li:hover                { position: relative; }

/* LEVEL TWO */
#gNavi.nav ul 						{
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#gNavi.nav ul li a					{
	width: 121px;
	display: block;
	text-align:left;
	padding:5px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #000;
	text-decoration:none;
	border-left: 4px solid #C30D0C;
}
#gNavi.nav ul li#btContact a		{ width: 124px;}
#gNavi.nav ul li a:hover            { color: #fff; background: #C30D0C; text-decoration:underline; }

/* LEVEL THREE */
#gNavi.nav ul ul 					{ left: 100%; top: 0; }
#gNavi.nav li:hover > ul 			{ visibility: visible; }

/*********************************** pankuzu */
.pankuzu {
	background: url(../images/pankuzu_bg.gif) repeat-x bottom;
	padding: 10px 10px 15px;
	width: 780px;
}

/*********************************** footer */
.footer {
	background: #B30C0B;
	clear: both;
	text-align: center;
	margin-top: 7px;
	padding-bottom: 
}
.footer p {
	padding: 6px 0px;
}
.footer p a {
	color: #010101;
}
.footer p a:hover {
	color: #0C2364;
	text-decoration: underline;
}
.footer .product {
	background: #FFF;
	padding-bottom: 7px;
}
.footer .site {
	background: #FFF url(../images/footer_navi_bg.jpg) repeat-x top;
}
.footer .etc {
	color: #FFF;
	padding-top: 7px;
}
.footer .etc a {
	color: #FFF;
}
/*********************************** shell_end ***/


.contents {
	margin-top: 15px;
}
.section {
	width: 200px;
	float: right;
}
.section .nav {
	border-top: 1px solid #CBC8C8;
	border-left: 1px solid #CBC8C8;
	margin-top: 2px;
	margin-bottom: 10px;
}
.section .nav li{
	border-bottom: 1px solid #CBC8C8;
	border-right: 1px solid #CBC8C8;
}
.section .nav li.title {
	padding: 3px 5px;
}
.section .nav li a,.section .nav li span {
	display: block;
	border-left: 6px solid #F2F2EC;
	background: url(../images/sub_nav_icon.gif) no-repeat 6px center;
	/background: url(../images/sub_nav_icon.gif) no-repeat 12px center;
	padding: 10px 8px 10px 18px;
}
.section .nav li a:hover {
	background: #FFF2F6 url(../images/sub_nav_icon.gif) no-repeat 6px center;
	/background: #FFF2F6 url(../images/sub_nav_icon.gif) no-repeat 12px center;
}
.section .nav ul {
	border-top: 1px dotted #CBC8C8;
}
.section .nav ul li {
	border-right: none;
	border-bottom: none;
}
.section .nav ul li a {
	background: url(../images/sub_nav_icon.gif) no-repeat 24px center;
	padding: 10px 8px 10px 36px;
	border-left-style: none;
}
.section .nav ul li a:hover {
	background: #FFF2F6 url(../images/sub_nav_icon.gif) no-repeat 24px center;
}
.section img {
	display: block;
	margin-bottom: 3px;
}
.article {
	width: 593px;
	float: left;
}