@charset "Shift_JIS"; 


* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 
 
html{
overflow-y:scroll;
height: 100%;
}
* html div#page{
height:100%;
}
body > #page {
height: auto;
}
body {
height:100%;
font-size : 75%; 
line-height : 150%; 
color : #999999; 
text-align : left;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
background-position: bottom;
} 
img {
border : 0; 
}
br {
letter-spacing : normal; 
} 
ul,li {
list-style: none;
}

/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 


a {
color : #999999; 
text-decoration : none; 
} 
a:hover {
color : #000000; 
text-decoration : underline;
} 


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト
/* -------------------------------------------- */ 

h1 {
font-size : 140%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
padding : 20px 0 0 0;
}
h2 {
font-size : 120%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
background: url("img/h2.gif") ;
margin: 0 0 10px ;
} 
h3 {
font-size : 100%;
background:url(img/point.gif) no-repeat left center;
margin: 0 0 5px ;
padding: 0 0 0 20px;
} 
h4{
font-size : 100%;
text-decoration: underline;
margin: 0 0 5px ;
}
em{
font-weight:bold;
color : #c1ab05; 
}
strong{
color : #c1ab05; 
background-color: #ffffe0;

}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
} 
p {
font-size : 100%; 
padding: 0 0 10px;
} 
.text {
font-size : 100%; 
margin: 20px 0 30px;
}




/* -------------------------------------------- */ 
/* フレーム左 全体
/* -------------------------------------------- */ 

#page {
position:relative;
width : 280px; 
height:100%;
min-height: 100%;
text-align : left;
margin:0 0 0 20px;
background :#ffffff url(img/wall_300.gif) repeat-y;
} 


/* -------------------------------------------- */ 
/* フレーム左 ヘッダー
/* -------------------------------------------- */ 

#head{
height:370px;
text-align : center;
padding:10px 0 0;
background :url(img/photo.jpg) no-repeat center;
}


/* -------------------------------------------- */ 
/* フレーム左 メニュー
/* -------------------------------------------- */ 

#menu {
font-size : 90%; 
text-align : center;
margin : 0 10px;
}
#menu li {
display: inline;
margin : 0 3px ;
}
.exp {
font-size : 12px; 
border : 1px solid #ffffff;
text-align : center;
padding : 10px 0;
}


/* -------------------------------------------- */ 
/* フレーム左 フッター
/* -------------------------------------------- */ 

#foot{
position:absolute;
width:100%;
height:30px;
font-size : 90%;
text-align : center;
bottom:0px;
}
#foot li{
display: inline;
margin : 0 3px ;
}




/* -------------------------------------------- */ 
/* フレーム右 全体
/* -------------------------------------------- */ 

body#contents{
margin:auto 0;
width :auto; 
height:auto;
text-align : left;
padding:40px 30px 20px;
}


/* -------------------------------------------- */ 
/* スクロールボックス
/* -------------------------------------------- */ 

.info {
overflow: auto;
width : 400px;
height : 80px;
border : 3px double  #dcdcdc;
background-color: #ffffff;
padding : 0 3px 3px;
}

/* -------------------------------------------- */ 
/* 装飾ボックス
/* -------------------------------------------- */ 

.box{
width :400px;
border : 3px double  #c1ab05;
background-color: #ffffe0;
padding:10px;
}


/* -------------------------------------------- */ 
/* メールフォーム
/* -------------------------------------------- */ 


dl.mail textarea,dl.mail input{ 
width : 400px;
font-size : 100%; 
color : #999999; 
border : 1px solid #eeeeee;
margin: 2px 0;
}
.sub{
width : 100px;
font-size : 120%; 
background-color: #eeeeee;
}


/* -------------------------------------------- */ 
/* リンクページ
/* -------------------------------------------- */ 

ul.link01,ul.link02{
padding : 0 0 10px;
}
ul.link01 li{
display: inline;
padding : 0 10px 5px 0;
}
ul.link02 li{
display: inline;
}
dl.link03 {
clear:both;
padding : 5px 0 0;
}
dl.link03 dt{
float:left;
width:200px;/* 使用するバナーの横幅 */
margin: 0 10px 0 0;
}


/* -------------------------------------------- */ 
/* 画像・テキストページメニュー
/* -------------------------------------------- */ 


ul.sub01{
margin: 0 0 20px;
}
ul.sub02{
margin: -5px 0 10px;
}
ul.sub02 li{
display: inline;
padding : 0 3px 0 0;
}


/* -------------------------------------------- */ 
/* 画像・テキストページ/ナビ
/* -------------------------------------------- */ 

.text01 {
font-size : 120%;
line-height : 180%; 
letter-spacing : 2px; 
margin: 10px 0 20px;
}
.img{
text-align : center;
margin:  40px 0 30px;
}
ul.navi {
text-align : center;
}
ul.navi li{
display: inline;
padding: 0 5px 0 0;
}

/* -------------------------------------------- */ 
/* ページトップ
/* -------------------------------------------- */ 

.pagetop {
text-align: right;
padding-top: 20px ;
}


