@charset "Shift_JIS"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
}


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 

body {
font-size : 70%;
color: #666666;
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
line-height: 150%;
letter-spacing : 1px;
text-align: center;
padding-top: 20px;
background:#ffffff url(img/wall.gif);
}
img {
border: 0;
}
br {
letter-spacing : normal; 
}
ul,li {
list-style: none;
}


/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a{
color: #666666;
text-decoration : none;
}
a:hover{
color: #000000;
}


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト
/* -------------------------------------------- */ 

h2 {
font-size : 130%;
color: #666666;
background-color: #eeeeee;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
padding: 3px 20px;
margin: 0 0 20px;
}
h3 {
display: inline;
font-size : 100%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;
border-bottom : 1px solid #666666;
margin: 0 0 5px ;
} 
h4{
font-size : 100%; 
margin: 5px 0 5px;
}
p {
font-size : 100%;
padding: 0 0 5px;
}
em{
color : #000000; 
}
strong{
font-weight:bold;
color : #ff9966; 
background-color: #ffffff;
}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
} 
.text {
font-size : 100%;
margin: 20px;
}


/* -------------------------------------------- */ 
/* ページ全体
/* -------------------------------------------- */ 

#page {
margin: 0 auto;
width: 760px;
height : 500px;
text-align: left;
}


/* -------------------------------------------- */ 
/* ヘッダー
/* -------------------------------------------- */ 

#head {
float: left;
width : 150px;
height : 500px;
border: 1px solid #ffffff;
background:#ffffff url(img/photo.jpg) no-repeat;
}
h1{
font-size : 150%;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
padding: 10px;
}


/* -------------------------------------------- */ 
/* メニュー
/* -------------------------------------------- */ 

#menu {
float: left;
width : 600px;
height : 20px;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
background-color: #eeeeee;
border: 1px solid #ffffff;
margin: 0 0 5px 5px;
}
#menu ul{
text-align: center;
}
#menu li{
float:left;
width: 150px;/* 横幅÷メニュー数で横幅を変更して下さい */
line-height:20px;
}
#menu a{
display:block;
color: #666666;
}
#menu a:hover {
background :#cccccc;
color: #ffffff;
}


/* -------------------------------------------- */ 
/* コンテンツ
/* -------------------------------------------- */ 

#contents {
float: right;
overflow: auto;
width : 600px;
height : 473px;
background-color:#ffffff;
border: 1px solid #ffffff;
margin: 0 0 5px 5px;
}


/* -------------------------------------------- */ 
/* フッター
/* -------------------------------------------- */ 

#foot {
clear: both;
text-align : right;
padding:0 10px 20px 0;
}
#foot li{
display: inline;
padding: 0 5px;
}

/* -------------------------------------------- */ 
/* ページトップ
/* -------------------------------------------- */ 

.pagetop {
text-align: right;
padding: 20px ;
}


/* -------------------------------------------- */ 
/* スクロールボックス
/* -------------------------------------------- */ 

.info {
overflow: auto;
width : auto;
height : 80px;
margin: 0 0 20px;
padding: 0 5px;
}


/* -------------------------------------------- */ 
/* 装飾ボックス
/* -------------------------------------------- */ 

.box{
width :auto;
color : #666666;
background-color :#ffffff;
border : 1px solid #dddddd;
background :url(img/wall.gif);
margin: 0 0 20px;
padding:10px;
}


/* -------------------------------------------- */ 
/* メールフォーム
/* -------------------------------------------- */ 

.mail textarea,.mail input{
font-size : 100%; 
color : #666666; 
background-color :#ffffff;
border : 1px solid #666666;
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: -5px 0 10px;
}
ul.sub02 li{
display: inline;
padding : 0 3px 1px 0;
}



/* -------------------------------------------- */ 
/* 画像・テキストページ
/* -------------------------------------------- */ 

.img{
text-align : center;
margin:  40px 20px;
}
.text01 {
font-size : 120%;
line-height : 180%; 
margin:20px;
}
ul.navi {
text-align : center;
margin: 20px;
}
ul.navi li{
display: inline;
padding: 0 5px;
}




