@charset "utf-8";

* {
	margin:0;
	padding:0;
    list-style: none outside none;
}

html {
	overflow-y:scroll;
}


body {
	font-size:12px; 
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5em;
	color:#4c372e;
}

html>/**/body {
  font-size:12px; /* Except IE */
}


*:first-child+html body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

* html body{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}


/*-----------------------------------------------
 __Base
-----------------------------------------------*/

a { text-decoration:none; }
a:link { color: #1d96b8;} 
a:visited { color: #1d96b8;}
a:hover { color: #f87100;}

img{
	border:0;
}

h1.font {
	font-size:100%;
	font-weight: normal;
	line-height:1em;
	margin: 0;
	padding:10px;
}

h2{
	font-size:9px;
}

.font01{
	color:#8C0000 ;
	font-weight: bold; 
}

.font02{
	color:#6C6657;
	font-weight: bold; 
}

.font03{
	color:#333333;
	margin:0;
	padding:5px;
}

.font04{
	color:#6C6657;
	font-size:12px;
	font-weight: bold;
}

.font05{
	font-size:1em;
}

/*-----------------------------------------------
 __Top
-----------------------------------------------*/

#top {
	background-image:url(img/header01.jpg);
	height: 40px;
	color: #6a6a6a;
	font-size: 10px;
	line-height: 1em;
	text-shadow: rgba(0,0,0,0.2) 1px 1px 0;
}

#top .inner{
	width: 900px;
	margin: 0 auto;
	padding: 0 15px;
}

#top .inner p {
	text-align:right;
	padding-top:11px;
	padding-right:50px;
	color:#cdcec8;
    text-align: right;
}

/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
    margin: 0 auto;
    text-align: left;
}
#header01 {
    border-bottom: 1px solid #E9E9E9;
    height: 110px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 25px;
    width: 900px;
}
.logo {
    float: left;
    width: 200px;
}

.logo img {
    padding-top: 30px;
    width: 200px;
}

/*-----------------------------------------------
 __menu
-----------------------------------------------*/

#menu {
    color: #6C6657;
    float: right;
    font-family: helvetica;
    font-size: 12px;
    padding-top: 70px;
    text-align: right;
    width: 640px;
}
#menu li {
    float: left;
    white-space:nowrap;
}
#menu a {
    color: #6C6657;
    display:inline-block;
    padding: 10px 7px;
    text-decoration: none;
}
#menu a:hover {
    color: #8C0000;
}

#header04 {
    clear: both;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 900px;
}


/*-----------------------------------------------
 __main
-----------------------------------------------*/

#main{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:0;
}

/*-----------------------------------------------
__footer
------------------------------------------*/

#footer {
	clear:both;
	height:200px;
	background:url(img/footer01.jpg) top repeat-x;
	zoom:1;
}

#inner {
	width:900px;
	margin:0 auto;
	padding-top:50px;
	color: #bbbbb4;
	text-align:right;
    text-shadow: 0 1px 1px #666;
	line-height:1.5em;
}


