@charset "shift_jis"; 

* {
margin: 0;
padding: 0;
font-weight : normal;
font-style : normal; 
} 


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 

body {
font-size : 75%; 
line-height : 150%; 
letter-spacing : 2px;
background-color : #ffffff; 
color : #666666; 
text-align : center; 
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
} 
img {
border : 0; 
} 
br {
letter-spacing : normal; 
} 
ul {
list-style: none;
} 

/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a {
color : #666666; 
text-decoration : none; 
}  
a:hover {
color : #0099cc; 
} 


/* -------------------------------------------- */ 
/* 見出し/段落/テキスト 
/* -------------------------------------------- */ 

h1 { 
font-size : 180%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
letter-spacing : 3px;
padding : 20px;
} 

h2 {
font-size : 180%;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
background :url(img/hr.gif) repeat-x bottom;
margin : 80px 0 10px 0;
text-align : right;
}  
h3 {
font-size : 120%;
color: #000000;
margin: 0 0 5px;
}
h4 {
display: inline;
font-size : 100%;
margin: 0 0 5px;
}
p {
margin: 0 0 5px;
}
em{
font-weight:bold;
}
strong{
font-weight:bold;
color : #0099cc;
border-bottom : 2px solid #0099cc;
}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
}
.text {
font-size : 100%;
margin: 10px 0 10px;
} 

/* -------------------------------------------- */ 
/* 全体
/* -------------------------------------------- */ 

#page {
margin:0 auto;
width : 600px; 
height : auto;
text-align : left; 
padding-top : 50px ;
} 


/* -------------------------------------------- */ 
/* ヘッダー
/* -------------------------------------------- */ 

#head {
width : 600px; 
height : 450px;
border : 2px solid #dddddd;
background :url(img/photo.jpg) no-repeat center center ;
position:relative;
padding : 5px;
} 
h1 a:hover {
color : #000000; 
}

/* -------------------------------------------- */ 
/* メニュー
/* -------------------------------------------- */ 

#menu{
width : 600px; 
font-size : 100%; 
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
background-color : #f5f5f5; 
margin:-50px 7px 0 7px;
position:relative;
}
#menu ul{
list-style: none;
text-align : center; 
}
#menu li{
display: inline; 
margin:0 10px;
}
#menu a:hover {
color : #000000; 
} 

/* -------------------------------------------- */ 
/* コンテンツ
/* -------------------------------------------- */ 

#contents {
padding :0px 0 30px 0;
} 


/* -------------------------------------------- */ 
/* フッター
/* -------------------------------------------- */ 

#foot {
border-top : 1px solid #dddddd;
padding : 20px 0;
text-align : center;
}
#foot li{
display: inline;
padding: 0 5px;
}

/* -------------------------------------------- */ 
/* リンク
/* -------------------------------------------- */ 

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;
}


/* -------------------------------------------- */ 
/* 装飾ボックス
/* -------------------------------------------- */ 

.box{
width :100%;
padding:10px;
border : 1px solid #dddddd;
background-image : url(img/box.gif);
}


/* -------------------------------------------- */ 
/* スクロールボックス
/* -------------------------------------------- */ 

.info{
overflow: auto;
height : 170px;
width : 100%;
margin: 15px 0;
background-image : url(img/box.gif);
border : 1px solid #dddddd;
padding:10px;
}


/* -------------------------------------------- */ 
/* メールフォーム
/* -------------------------------------------- */ 

.mail textarea,.mail input{
font-size : 100%; 
border : 1px solid #dddddd;
background :url(img/box.gif);
margin: 2px 0;
padding : 1px;
}


/* -------------------------------------------- */ 
/* 画像・テキストページメニュー
/* -------------------------------------------- */ 

ul.sub01{
margin: 0 0 20px;
}
ul.sub02{
margin: 0 0 10px;
}
ul.sub02 li{
display: inline;
padding : 0 3px 1px 0;
}


/* -------------------------------------------- */ 
/* ページトップ
/* -------------------------------------------- */ 

.pagetop{
text-align : right;
padding : 20px 0 0;
}
