﻿@charset "UTF-8";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 75%;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color : rgb(102, 102, 102); /* 標準文字色 */

  background-image : url(../image/bg.gif);
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 70%;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container{
    width: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
  background-color : white;
  padding-left : 10px;
  padding-right : 10px;
}

#header{
    height: 83px;
}

#inner{
    position: relative;
    padding-top: 54px;
    width: 100%;
}

#inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#wrapper{
    width: 590px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}

#title{
    width: 590px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#main{
    width: 590px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top : 0px;
    padding-bottom : 0px;
    text-align: left;
}

#aside{
    width: 300px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    padding-bottom: 20px;
}

#footer{
    background-image : url(../image/footerbg.png);
    background-position: left top;
    background-repeat: repeat-x;
    padding-bottom: 20px;
    clear: both;
    position: relative;
}

#nav{
    width: 900px;
    height: 41px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image : url(../image/mainmenubg_01.png);
    background-position: left top;
    background-repeat: repeat-x;
}


/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */

/* コンテンツ配置領域 */

/* ナビゲーション */
#nav ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
}

#nav ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#nav li{
    display: block;
    width: 149px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ffffff;
    float: left;
    height: 40px;
    overflow: hidden;
}

#nav li a{
    display: block;
    height: 40px;
}

#nav li span.en{
    display: block;
    line-height: 12px;
    padding-top: 7px;
    font-size: 10px;
    font-family: century, serif;
    text-transform: uppercase;
}

#nav li span.ja{
    display: block;
    line-height: 12px;
    font-size: 12px;
    padding-top: 5px;
    font-weight: bold;
}


#nav a:link{
    color: #B1816D;
    text-decoration: none;
    background-image : url(../image/mainmenubg_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#nav a:visited{
    color: #B1816D;
    text-decoration: none;
    background-image : url(../image/mainmenubg_01.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#nav a:hover{
    background-image : url(../image/mainmenu_01_on.png);
    background-position: top left;
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}
#nav a:active{
    background-image : url(../image/mainmenu_01_on.png);
    background-position: top left;
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/


