@charset "utf-8";
* {font-size:100%;}

body {
font-family: "ＭＳ Ｐゴシック", "MS PGothic",  "Osaka", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",  Geneva, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #333333;
background: #ffffff;
text-align: center;
line-height: 1.5em;
/*margin: 0;
padding: 0;
background: #ffffff;*/
}
/*WinIEのフォントサイズ*/
body{
	font-size: 0.8em;
}
/* CSS Document */

ul {
	margin:0px;
	padding:0px;
	font-size: 12px;
}
li {margin:0px;padding:0px;}
div #header {margin:0px;padding:0px;}
div #footer {margin-bottom:5px;padding-bottom:0px;}


/*HEADER*/
.wrapper{
text-align: left;
margin: auto;
margin-top:0px;
margin-bottom:0;
width:810px;
display: block;
}

#header a:link {color: #1391ce;}
#header a:visited {color: #1391ce;}
#header a:hover {color: #1391ce;}
#header a:active {color: #1391ce;}

#header{
width:810px;
height: 58px;
text-align:left;
}
#header #hd_l{
float: left;
width: 220px;
}
#header #hd_l h1/* 20100617追加 */{
margin: 0;
padding: 0;
}
#header #hd_r{
float: right;
width: 590px;
text-align: right;
}
#header #hd_r img{
clear:both;
margin-top:7px;
float: right;
display: block;
}
#header img{
border:none;
}

#headnavi { text-align:right; }

ul.unavi{
line-height: 1.1em;
list-style: none;
}
ul.unavi li{
padding: 1px 11px;
display:inline;
font-size:11px !important;
line-height:1.5 !important;
}
ul.unavi li a{
padding-bottom: 1px;

}

/*MacIE Hack\*/
ul.unavi{
background: url("../images/bg_dotline.gif") repeat-y right;
}
ul.unavi li{
background: url("../images/bg_dotline.gif") repeat-y 0px 0px;
}

/*MacIE HackEnd*/
#footer{
clear: both;
height: 20px;
text-align:right;
padding: 15px 0 0 0;
margin: 0 0 5px 0;
}
#footer a:link {color: #1391ce;}
#footer a:visited {color: #1391ce;}
#footer a:hover {color: #1391ce;}
#footer a:active {color: #1391ce;}
#footer ul {margin:0; padding:0;font-size: 80%;}
#footer ul.unavi{
text-align: left;
float: left;
}
#footer img {
border-style: none;
vertical-align: bottom;
}

.line {
width:810px;
display:block;
text-align:left;
border-bottom:2px solid #bfddc6;
margin:0 auto;
padding:0 0 0 0;
}



/*----- clearfix -----*/

/* CSSハック01 */
.clear { clear:both; }

/* CSSハック02 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
