@charset "Shift_JIS"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 

html { 
height:100%;
} 
body {
overflow-y:scroll;
height:100%;
font-size : 70%; 
line-height : 150%; 
color : #666666; 
text-align : center;
font-family : Verdana, Chicago, osaka, sans-serif, "ＭＳ Ｐゴシック"; 
background :#ffffff url(img/wall_600.gif) repeat-y center center; 
/* 横幅に合わせて画像を変更して下さい */
} 
img {
border : 0; 
}
br {
letter-spacing : normal; 
} 
ul {
list-style: none;
}


/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a {
color : #666666; 
text-decoration : none; 
} 
a:hover {
color : #000000; 
} 


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト
/* -------------------------------------------- */ 

h1 {
font-size : 200%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
letter-spacing : 3px;
padding : 100px 20px 20px;
}
h2 {
font-size : 150%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
color : #000000; 
padding: 10px 0 0 0;
margin: 0 0 10px;
} 
h3 {
font-size : 100%; 
background :url(img/point.gif) no-repeat center left; 
margin: 0 0 5px;
padding: 0 0 0 12px; 
}
h4 {
display: inline;
font-size : 100%;
margin: 0 0 5px;
}
p {
font-size : 100%;
padding: 0 0 10px;
} 
em{
font-weight:bold;
}
strong{
font-weight:bold;
color : #adc7c8; 
border-bottom : 2px solid #adc7c8;
}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
} 
.text {
font-size : 100%;
margin: 10px 0 10px;
}


/* -------------------------------------------- */ 
/* ページ全体
/* -------------------------------------------- */ 

#page {
margin:0px auto;
position:relative;
width : 601px; 
height: 100%;
min-height: 100%;
text-align : left;
background :#ececde url(img/wall.gif) repeat-x ;
} 
* html div#page{
height:100%;
}
body > #page {
height: auto;
}

/* -------------------------------------------- */ 
/* メニュー
/* -------------------------------------------- */ 

#menu{
padding: 0 20px;
background-color: #d7e19e;
}
#menu li {
display: inline;
margin : 0 3px ;
}


/* -------------------------------------------- */ 
/* コンテンツ
/* -------------------------------------------- */ 

#contents {
height : auto; 
padding:20px;
}


/* -------------------------------------------- */ 
/* フッター
/* -------------------------------------------- */ 

/* フッター */
#foot {
position:absolute;
height:20px;
width : 100%; 
bottom:0px;
text-align : center;
background-color: #adc7c8;
}
#foot li{
display: inline;
padding: 0 5px;
}


/* -------------------------------------------- */ 
/* スクロールボックス
/* -------------------------------------------- */ 

.info {
overflow: auto;
width : 460px;
height : 80px;
margin: 15px 0;
}


/* -------------------------------------------- */ 
/* メールフォーム
/* -------------------------------------------- */ 

#mail {
padding: 0 0 10px;
}
.mail textarea,.mail input{
font-size : 100%; 
border : 1px solid #ffffff;
background-color: #dddddd;
margin: 2px 0;
padding : 1px;
}


/* -------------------------------------------- */ 
/* 装飾ボックス
/* -------------------------------------------- */ 

.box{
width :auto;
color : #000000;
border : 1px solid #ffffff;
background-color: #dddddd;
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;
}
