@charset "Shift_JIS"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}
 

body {
overflow-y:scroll;
font-size : 70%;
line-height: 150%;
letter-spacing : 1px;
text-align: center;
color : #333333;
font-family : Verdana,  sans-serif, "ＭＳ Ｐゴシック"; 
background-color: #e59a89;
background-image: url(image/bgimg.gif);
background-attachment: fixed;
background-position: 100% 100%;
background-repeat: no-repeat;
}

img {
border: 0;
}
br {
letter-spacing : normal; 
} 
ul li{
list-style: none;
}


/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a{
color: #cc0066;
text-decoration : none;
}
a:hover{
color: #cccccc;
}


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト
/* -------------------------------------------- */ 

h1{
font-size : 120%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
padding : 150px 0 0 10px; 
letter-spacing : 3px;
} 
h2 {
font-size : 120%; 
color: #fff;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
padding: 20px 0 5px 0; 
margin: 0 0 20px;
}
h3 {
font-size : 100%;
background :url(image/obake.gif) no-repeat;
padding:3px 3px 3px 55px;
margin: 0 0 6px;
border-bottom:1px #000000 dotted;
line-height:25px;
}
h4 {
font-size : 100%;
text-decoration: underline;
margin: 5px 0 5px;
}
p {
font-size : 100%;
padding: 0 0 10px;
}
em{
font-weight:bold;
}
strong{
font-weight:bold;
color : #0099cc; 
background-color: #ededed;
}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
} 
.text {
font-size : 100%;
margin: 10px 0 10px;
}

/* -------------------------------------------- */ 
/* ページ全体
/* -------------------------------------------- */ 

#page {
margin: 0 auto;
width: 800px;
height:auto;
text-align: left;
}


/* -------------------------------------------- */ 
/* ヘッダー
/* -------------------------------------------- */ 

#head {
float: left;
clear: both;
width: 170px;
height: 200px;
background :url(image/head.gif) no-repeat ;
margin: 50px 0 0;
}



/* -------------------------------------------- */ 
/* 左側 メニュー
/* -------------------------------------------- */ 

#menu {
float: left;
clear: both;
width: 120px;
height : auto;
}
#menu ul {
padding: 0 10px 20px;
}
#menu li {
padding : 3px 0;
}
#menu li a{
display:block;
}
#menu li a:hover{
color: #000000;
background :url(image/icon.gif) no-repeat center right;
}
#menu li.on a{
background :url(image/icon.gif) no-repeat center right;
}


/* -------------------------------------------- */ 
/* 右側全体
/* -------------------------------------------- */ 

#contents {
/* Firefox用背景画像指定 */
background: #e59a89 url("") 96% 100% no-repeat !important;
/*IE6用背景画像指定 */
background: #fff url("") 100% 100% no-repeat fixed;
width : 600px;
height : auto;
margin: 0 0 0 160px;
padding: 100px 10px 20px; 
}


/* -------------------------------------------- */ 
/* 右側　フッター
/* -------------------------------------------- */ 

#foot {
clear:both;
text-align: right;
padding: 0 10px 20px 0;
}
#foot li{
display: inline;
padding: 0 10px;
}


/* -------------------------------------------- */ 
/* スクロールボックス
/* -------------------------------------------- */ 

.info{
overflow: auto;
height : 80px;
width : 450px;
margin: 15px 0;
}


/* -------------------------------------------- */ 
/* メールフォーム
/* -------------------------------------------- */ 

.mail textarea,.mail input{
font-size : 100%; 
border : 1px solid #cccccc;
background-color: #ededed;
margin: 2px 0;
padding : 1px;
}


/* -------------------------------------------- */ 
/* 装飾ボックス
/* -------------------------------------------- */ 

.box{
width :auto;
color : #000000;
border : 1px solid #cccccc;
background-color: #ededed;
margin: 10px 0 30px;
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;
}
