@charset "utf-8";


/* common */
/* -------------------------------------------------------- */
* {
	padding:0;
	margin: 0;
}

body {
	margin:0;
	padding:0;
	font-family:arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;
	text-align:center;
	color:#555555;
	background:#ffffff url(../img/bg_body.jpg) repeat-x 0 0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size:80%;
}
p, ul, ol, dl ,table {
	font-size:75%;
	line-height:160%;
}
ul {
	list-style-type:none;
}
address {
	font-size:70%;
	font-style:normal;
}
img {
	border:0;
	display:block;
}
a img {
	display:inline;
}


/* parts */

.b {font-weight:bold;}
.ri {text-align:right;}
.cen {text-align:center;}
.ri img ,
.cen img {display:inline;}

.m05 {margin-bottom:5px;}
.m10 {margin-bottom:10px;}
.m15 {margin-bottom:15px;}
.m20 {margin-bottom:20px;}
.m25 {margin-bottom:25px;}
.m30 {margin-bottom:30px;}
.m35 {margin-bottom:35px;}
.m40 {margin-bottom:30px;}
.m45 {margin-bottom:35px;}
.m50 {margin-bottom:30px;}
.m55 {margin-bottom:35px;}

h2 {
	margin-bottom:10px;
}
h3 {
	margin-bottom:10px;
}

#panlist {
	font-size:70%;
	line-height:140%;
	margin-bottom:18px;
}
#panlist a {
	font-weight:bold;
}
#panlist a:link,
#panlist a:visited,
#panlist a:active {
	color:#00a4e3;
	text-decoration:underline;
}
#panlist a:hover {
	color:#00a4e3;
	text-decoration:none;
}

.lbox {
	float:left;
}
.rbox {
	float:right;
}

.comment {
	width:790px;
	margin-left:30px;
}
.comment h3 {
	margin-bottom:5px;
}


/* subnavi */

.subnavi1 {
	margin:0 15px;
}
.subnavi1 ul {
	float:right;
}
.subnavi1 li {
	padding:0 0 0 60px;
	background:url(../img/icon_02.gif) no-repeat 40px 2px;
	float:left;
}

.subnavi2 {
	margin:0 10px 30px 10px;
}
.subnavi2 li.bt1 {
	padding-right:10px;
	float:left;
}
.subnavi2 li.bt2 {
	float:right;
	padding-left:10px;
}


/* clear */

.pkg:after, #navi ul:after, #footer-box2:after, .navi-box2 li:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.pkg, #navi ul, #footer-box2, .navi-box2 li { display: inline-block; }
/* no ie mac \*/
* html .pkg, * html #navi ul, * html #footer-box2, * html .navi-box2 li { height: 1%; }
.pkg, #navi ul, #footer-box2, .navi-box2 li { display: block; }
/* */


/* link */

a:link,
a:visited,
a:active {
	color:#555555;
	text-decoration:none;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}



/* container */
/* -------------------------------------------------------- */

#container {
	width:850px;
	text-align:left;
	margin:0 auto;
}



/* header */
/* -------------------------------------------------------- */

#header {
	width:830px;
	height:70px;
	margin:0 10px;
	overflow:hidden;
}

#logo {
	width:337px;
	padding-top:16px;
	float:left;
}

#top-navi {
	width:296px;
	float:right;
}
#top-navi li {
	padding-top:42px;
	float:left;
}
#top-navi li.bt1 {
	width:79px;
}
#top-navi li.bt2 {
	width:150px;
}
#top-navi li.bt3 {
	width:67px;
}



/* navi */
/* -------------------------------------------------------- */

#g_navi{
	position:relative;
	width:850px;
	height:56px;
	background:#ffffff url(../img/bg_navi.gif) no-repeat left top;
}

#navi{
	width:840px;
	position:relative;
	margin-left:9px;
	z-index:20;
}
#navi0 {
	width:832px;
	height:11px;
	background:#ffffff;
	overflow:hidden;
	position:relative;
	z-index:20;
}

#navi li {
	float:left;
}

#menu1,#menu2,#menu3,#menu4,#menu5,#menu6,#menu7,#menu8{
	visibility:hidden;
	position:absolute;
	top:35px;
	z-index:10;
}
#menu1{left:9px;}
#menu2{left:113px;}
#menu3{left:217px;}
#menu4{left:321px;}
#menu5{left:424px;}
#menu6{left:528px;}
#menu7{left:632px;}
#menu8{left:713px;}
#menu1 div, #menu2 div, #menu3 div, #menu4 div, #menu5 div, #menu6 div, #menu7 div, #menu8 div{
	margin:0;
}



/* contents */
/* -------------------------------------------------------- */

#contents {
	width:850px;
	padding-bottom:16px;
	background:#ffffff;
}
#contents-inner {
	width:830px;
	margin:0 10px;
}



/* footer */
/* -------------------------------------------------------- */

#footer {
	width:850px;
	padding-bottom:15px;
	background:#ffffff;
}

#footer-box1 {
	width:830px;
	height:30px;
	margin:0 10px 10px 10px;
	background:url(../img/bg_footer.gif) no-repeat 0 0;
	overflow:hidden;
}
#footer-box1 p {
	padding:6px 0 0 15px;
}
#footer-box1 span {
	font-weight:bold;
	margin-right:20px;
}

#footer-box2 {
	width:800px;
	margin:0 25px;
}
#footer-box2 ul {
	font-size:70%;
	float:left;
}
#footer-box2 li {
	display:inline;
}
#footer-box2 address {
	float:right;
}
