@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-toppage{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 20px;
}
.go-top-otherpage{
	clear: both;
	text-align: right;
	padding: 20px 0;
}
.font-bold{
	font-weight: bold;
}
.text-C{
	text-align: center;
}
.margin-l-10{
	margin-left: 10px;
}
/* ------------------------------
 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: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height: 1.5;	
	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;
}
#right-navi{
	width: 191px;
	float: right;
	display: inline;
	margin-top: 5px;
}

/* ------------------------------
 Header
------------------------------ */
#header{
	width: 950px;
	padding-top: 26px;
	background: url("/common/images/border_header_top.gif") no-repeat top left;
}
#header #logo{
	width: 430px;
	float: left;
	padding-left: 30px;
}
#header #logo img{
	display: block;
	float: left
}
#header #logo a img{
	margin-right: 27px;
}

#header-navi{
	width: 429px;
	float: right;
	margin-right: -7px;
	padding-bottom: 13px;
	/padding-bottom: 3px;
}
#header-navi ul{
	width: 429px;
	overflow: hidden;
	margin-bottom: 10px;
}
#header-navi li{
	display: inline;
}
#header-navi li img{
	display: block;
	float: left;
	margin-right: 22px;
}

#header-navi form input,
#header-navi form img{
	display: block;
	float: left;
}
#header-navi form img{
	margin-right: 10px;
	margin-left: 103px;
}
#header-navi .site-search-form{
	width: 154px;
	height: 19px;
	margin-right: 5px;
	border: solid 1px #999;
}

#gl-navi{
	clear: both;
	width: 951px;
	margin-top: 10px;
}

#gl-navi li{
	display: inline;
}
#gl-navi img{
	display: block;
	float: left;
}

/*pulldown-menu*/
#nav-one li{
	float: left;
	position: relative;
	z-index: 15;
}
#nav-one li a{
	display: block;
}
#nav-one ul{
	width: 236px;
	background: #fff;
	border: solid 1px #ccc;
	position: absolute;
	top: -999em;
	left: -1px;
}
#nav-one li.sfHover ul{
	top: 33px;
}
html>/**/body #nav-one li:hover ul{
	top: 33px;
}/*for IE7*/

#nav-one ul li{
	float: none;
	display: list-item;
	padding: 3px 10px 3px 25px;
	background: url("/common/images/bg_pulldown_off.gif") no-repeat top left;
	border-bottom: dashed 1px #ccc;
	font-size: 75%;
}
#nav-one ul a{
	border-bottom: 0;
	text-decoration: none;
}
#nav-one ul li:hover{
	background: url("/common/images/bg_pulldown_on.gif") no-repeat top left;
	color: #3393d6;
}
#nav-one ul a: visited{
	color: #000;
}
#nav-one ul li.current,
#nav-one ul li.current:hover{
	background: url("/common/images/bg_pulldown_current.gif") no-repeat 0 0;
	color: #999;
}
#nav-one ul li.current a,
#nav-one ul li.current:hover a{
	color: #999;
}

/* ------------------------------
 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: 75%;
}
#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;
}

/* ------------------------------
for old format
------------------------------ */
div.ParagraphSet div.nostyle table {
	margin: 0 !important;
	border-collapse: separate !important;
	border-spacing: 1px !important;
}
div.ParagraphSet div.nostyle table,
div.ParagraphSet div.nostyle th,
div.ParagraphSet div.nostyle td {
	border: none !important;
}
div.ParagraphSet div.nostyle th,
div.ParagraphSet div.nostyle td {
	padding: 0 !important;
}

/* ------------------------------
Clearfix
------------------------------ */
#header-navi ul,
#header-navi form,
#footer{
	/height: 100%;
}

#header #logo:after,
#header-navi:after,
#header-navi ul:after,
#header-navi form:after,
#gl-navi ul:after,
.page-title:after,
#footer:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}

/* ClearFix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide form IE-mac */
