@charset "Shift_JIS"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 

body {
overflow-y:scroll;
font-size : 70%;
letter-spacing : 1px;
line-height : 150%; 
text-align: left;
color: #999999;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
}
img {
border: 0;
}
br {
letter-spacing : normal; 
} 
ul,li {
list-style: none;
}


/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a{
color: #999999;
text-decoration : none;
}
a:hover{
color : #0099cc;
}


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト
/* -------------------------------------------- */ 

h1{
font-size : 140%;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
}
h2 {
font-size : 140%;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
margin: 20px 0 ;
background:url(img/point.gif) no-repeat left center; 
padding: 0 0 0 20px;
}
h3 {
font-size : 100%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
margin: 0 0 5px ;
} 
h4{
font-size : 100%; 
margin: 5px 0 5px;
}
p {
font-size : 100%;
padding: 0 0 5px;
}
em{
font-weight:bold;
}
strong{
font-weight:bold;
color : #0099cc;
border-bottom : 1px solid #0099cc;
}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
} 
.text {
font-size : 100%;
margin: 10px 0 10px;
}


/* -------------------------------------------- */ 
/* ページ全体
/* -------------------------------------------- */ 

#page{
margin:0px auto;
width:650px;
height : auto;
text-align : left;
}


/* -------------------------------------------- */ 
/* ヘッダー
/* -------------------------------------------- */ 

#head{
float:left;
margin:  10px 0;
}


/* -------------------------------------------- */ 
/* メニュー
/* -------------------------------------------- */ 

#menu ul{
float:right;
margin:  10px 0;
}
#menu li{
display: inline;
padding: 0 5px 0 0;
}


/* -------------------------------------------- */ 
/* コンテンツ
/* -------------------------------------------- */ 

#contents{
padding:  340px 10px 40px;
background:url(img/top.gif) no-repeat 0 40px; 
}


/* -------------------------------------------- */ 
/* フッター
/* -------------------------------------------- */ 

#foot{
text-align : center;
border-top : 1px solid #cccccc;
padding:  10px 0 20px;
}
#foot li{
display: inline;
}


/* -------------------------------------------- */ 
/* スクロールボックス
/* -------------------------------------------- */ 

.info {
overflow: auto;
width : auto;
height : 80px;
padding: 0 5px;
}


/* -------------------------------------------- */ 
/* 装飾ボックス
/* -------------------------------------------- */ 

.box{
width :auto;
color : #999999;
background-color :#ffffff;
border : 1px dotted #999999;
padding:10px;
}


/* -------------------------------------------- */ 
/* メールフォーム
/* -------------------------------------------- */ 

.mail textarea,.mail input{
font-size : 100%; 
color : #999999;
background-color :#ffffff;
border : 1px dotted #999999;
margin: 1px 0;
}


/* -------------------------------------------- */ 
/* リンクページ
/* -------------------------------------------- */ 

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 : 180%; 
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;
}
