@charset "utf-8";
/* CSS Document */

/* ------------------------------
 Reset
------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	padding: 0;
	margin: 0;
}
sup{
	height: 0;
	line-height: 1;
	vertical-align: text-top;
	_vertical-align: top;
}
sub{
	height: 0;
	line-height: 1;
	vertical-align: text-bottom;
	_vertical-align: bottom;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img{
	border: 0;
}

address,caption,cite,code,dfn,var{
	font-weight: normal;
	font-style: normal;
}
ul{
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
}
/* ------------------------------
 Base
------------------------------ */
hr{
	display: none;
}
a:link,
a:visited{
	color: #005a99;
	text-decoration: underline;
}
a:hover{
	color: #3393d6;
	text-decoration: underline;
}
a sup, a sub{
	color: #005a99;
	text-decoration: underline;
}
.word-wrap{
	word-wrap: break-word;
	/word-wrap: normal;/*for IE6 IE7*/
}
/* ------------------------------
 common class
------------------------------ */
.go-top-otherpage{
	clear: both;
	text-align: right;
	padding: 20px 0;
}

/* ------------------------------
 pan-navi
------------------------------ */
.pan-navi{
	margin-top: 5px;
	width: 739px;
}
.pan-navi li{
	display: inline;
	font-size: 69%;
	line-height: 1.5em;
}
.pan-navi li a{
	color: #005a99;
	text-decoration: none;
}
.pan-navi li a sup,
.pan-navi li a sub{
	color: #005a99;
	text-decoration: none;
}
.pan-navi li a:hover{
	color: #3393d6;
	text-decoration: none;
}
/* ------------------------------
 Layout
------------------------------ */
body{
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 100%;
}
#container{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#main-area{
	width: 738px;
	float: left;
	display: inline;
	margin-top: 5px;
}

/* ------------------------------
 Header
------------------------------ */
#header{
	width: 950px;
	margin-bottom: 17px;
	padding-top: 9px;
	background: url("/common/images/border_header_top.gif") no-repeat top left;
}
#header #logo{
	width: 425px;
	float: left;
	display: inline;
	padding: 8px 0 0 26px;
}
#header #logo img{
	display: block;
	float: left
}
#header #logo a img{
	margin: 2px 25px 0 0;
}

#header-navi{
	width: 339px;
	_width: 348px;
	float: right;
	_margin-right: -10px;
	padding: 0 15px 10px 0;
	/padding-bottom: 0;
}
#header-navi ul{
	margin-bottom: 10px;
}
#header-navi li{
	display: inline;
}
#header-navi li img{
	display: block;
	float: left;
	margin-right: 10px;
}

/* ------------------------------
 Footer
------------------------------ */
#footer{
	width: 950px;
	background: #eee url("/common/images/border_footer_top.gif") no-repeat top left;
}
#footer-navi{
	width: 500px;
	float: left;
	display: inline;
	margin: 0;
	padding: 10px 0px 3px 10px;
	font-size: 69%;
}
#footer #footer-navi li{
	display: inline;
	color: #666;
	text-align: center;
	border-right: 1px solid #666;
	height: 1em;
	margin-right: 7px;
	padding-right: 10px;
	/margin-right: 11px;
	/padding-right: 7px;
}
li.footer-navi-first{
	border-left: 1px solid #666;
	margin-left: 7px;
	padding-left: 10px;
}
#footer-navi li a{
	color: #005a99;
	text-decoration: none;
}
#footer-navi li a:hover{
	color: #3393d6;
	text-decoration: none;
}
#footer address{
	width: 410px;
	float: right;
	display: inline;
	padding: 10px 20px 3px 0px;
	font-size: 69%;
	color: #666;
	text-align: right;
}

/* ------------------------------
Clearfix
------------------------------ */
#header-navi ul,
#footer{
	/height: 100%;
}

#header:after,
#header #logo:after,
#header-navi:after,
#header-navi ul:after,
.page-title:after,
#footer:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}
