@charset "Shift_JIS"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 

html{
height:100%;
}
body {
overflow-y:scroll;
margin:0px auto;
height:100%;
font-size : 75%;
color: #666666;
line-height: 150%;
letter-spacing : 1px;
text-align: center;
background-color : #ffffff;
}
img {
border: 0;
}
br {
letter-spacing : normal; 
}
ul {
list-style: none;
}


/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a{
color: #666666;
text-decoration : none;
}
a:hover{
color: #eeeeee;
}


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト
/* -------------------------------------------- */ 

h1{
font-size : 160%;
text-align : left;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
}
h2 {
font-size: 140%;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
padding: 10px 0;
margin: 0 0 10px;
}
h3 {
font-size : 100%;
color : #99cc33; 
margin: 0 0 5px;
}
h4 {
font-size : 100%;
margin: 0 0 5px;
}
p {
font-size : 100%;
padding: 0 0 10px;
} 
em{
font-weight:bold;
}
strong{
font-weight:bold;
color : #99cc33; 
background-color : #eeeeee;
}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
} 
.text {
font-size : 100%;
margin: 10px 0 10px;
}

/* -------------------------------------------- */ 
/* ページ全体
/* -------------------------------------------- */ 

#page{
margin:0px auto;
width : 600px;
height:100%;
min-height: 100%;
text-align : left;
border:solid 1px #dddddd;
border-width:0px 1px;
background : #ffffff url(img/photo.jpg) no-repeat right bottom;
}
body > #page {
height: auto;
}

/* -------------------------------------------- */ 
/* ヘッダー
/* -------------------------------------------- */ 

#head{
border-bottom : 1px solid #dddddd;
padding: 20px 10px;
}


/* -------------------------------------------- */ 
/* メニュー
/* -------------------------------------------- */ 

#menu ul{
text-align: center;
height:20px;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
border-bottom : 1px solid #dddddd;
}
#menu li{
float:left;
width: 150px; /* 全体の横幅÷メニューの数でサイズを変更して下さい。*/ 
line-height:20px;
}

#menu a{
display:block;
}
#menu a:hover {
color: #ffffff;
background-color : #99cc33;
}


/* -------------------------------------------- */ 
/* コンテンツ
/* -------------------------------------------- */ 

#contents{
padding:20px;
}


/* -------------------------------------------- */ 
/* フッター
/* -------------------------------------------- */ 

#foot {
text-align: left;
padding:0 20px 10px 20px;
}
#foot li{
display: inline;
padding: 0 5px;
}


/* -------------------------------------------- */ 
/* スクロールボックス
/* -------------------------------------------- */ 

.info {
overflow: auto;
width : 560px;
height : 80px;
margin: 15px 0;
}


/* -------------------------------------------- */ 
/* メールフォーム
/* -------------------------------------------- */ 


.mail textarea,.mail input{
font-size : 100%; 
border : 2px solid #eeeeee;
background-color: #ffffff;
margin: 2px 0;
padding : 1px;
}


/* -------------------------------------------- */ 
/* 装飾ボックス
/* -------------------------------------------- */ 

.box{
width :auto;
color : #000000;
border : 2px solid #eeeeee;
background-color : #ffffff;
margin: 0 0 10px;
padding:10px;
}


/* -------------------------------------------- */ 
/* リンクページ
/* -------------------------------------------- */ 

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 0;
}
dl.link03 dt{
float:left;
width:200px;/* 使用するバナーの横幅 */
margin:0 10px 0 0;
}


/* -------------------------------------------- */ 
/* 画像・テキストページメニュー
/* -------------------------------------------- */ 

ul.sub01{
margin: 0 0 20px;
}
ul.sub02{
margin: 0 0 10px;
}
ul.sub02 li{
display: inline;
padding : 0 3px 1px 0;
}



/* -------------------------------------------- */ 
/* 画像・テキストページ
/* -------------------------------------------- */ 

.text01 {
font-size : 120%;
line-height : 150%; 
margin:10px 0 20px;
}
.img{
text-align : center;
margin:40px 0 20px;
}
ul.navi {
text-align : center;
margin: 20px;
}
ul.navi li{
display: inline;
padding: 0 5px;
}


/* -------------------------------------------- */ 
/* ページトップ
/* -------------------------------------------- */ 

.pagetop{
text-align : right;
margin: 0 0 10px;
}
