@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; }
* { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em; 
	letter-spacing: 0em;
	color:#333333; 
}
a:link  { 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{
	text-align:right;
	padding-top:5px;
	padding-bottom:10px;
}
.font-bold{
	font-weight:bold;
}
.text-C{
	text-align:center;
}

#pageUp{
	text-align:right;
	margin-top:10px;
	margin-bottom:20px;

}


/* ------------------------------
 Layout
------------------------------ */
body  {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
} 

#main-area {
	width: 950px;
	float: left;
	display: inline;
	margin-top:4px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1%;
    line-height: 0px;
}

/* ------------------------------
 holyday_info
------------------------------ */
#holyday_info{
	font-size:80%;
	margin-top:10px;
	color:#F00;
}

/* ------------------------------
 Header
------------------------------ */
#header_top{
	margin:0; padding:0;
	width:950px;
	height:5px;
	background:url(../images/border_header_top.gif) top left no-repeat;
}

#header #logo {
	width:450px;
	height:53px;
	padding-left:30px;
	float:left;
	display:inline;
	margin-top:21px;
}

/* ------------------------------
 Footer
------------------------------ */
#footer{
	width:950px;
	background-color:#EBEBEB;
	background-image:url(../images/border_footer_top.gif);
	/*background-image:url(/an/WSR/border_footer_top.gif);*/
	background-repeat:no-repeat;
	background-position:top left;
}
#footer-navi{
	width:430px;
	float:left;
	display: inline;
	margin: 0;
	padding: 10px 0px 3px 10px;
	font-size: 11px;
}
#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:480px;
	float:right;
	display: inline;
	padding: 10px 20px 3px 0px;
	font-size: 11px;
	color:#666;
	text-align:right;
}

/* 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 */