@charset "Shift_JIS"; 

* {
margin : 0; 
padding : 0; 
font-weight : normal; 
} 


/* -------------------------------------------- */ 
/* 基本
/* -------------------------------------------- */ 

body {
font-size : 65%; 
line-height : 150%; 
letter-spacing : 1px;
background-color : #efefef; 
color : #666666; 
text-align : center; 
font-family:Verdana,Chicago,osaka,sans-serif,"ＭＳ Ｐゴシック";
margin: 10px 0;
} 
img {
border : 0; 
} 
br {
letter-spacing : normal; 
} 
ul,li {
list-style: none;
}


/* -------------------------------------------- */ 
/* アンカー
/* -------------------------------------------- */ 

a {
color : #666666; 
text-decoration : none; 
} 
a:hover {
color : #000000; 
} 


/* -------------------------------------------- */ 
/* テキスト
/* -------------------------------------------- */ 

em{
font-weight:bold;
font-style : normal; 
}
strong{
font-weight:bold;
color : #000000; 
}
del{
text-decoration:line-through;
}
ins {
text-decoration: underline;
} 
.box{
width :540px;
padding:9px;
border : 1px solid #dddddd;
background-color : #efefef; 
}


/* -------------------------------------------- */ 
/* 全体
/* -------------------------------------------- */ 

#page {
margin:0 auto;
width : 640px;
height :auto; 
text-align : left;
background-color : #ffffff;
border: #e6e6e6 3px solid;
padding: 10px;
} 


/* -------------------------------------------- */ 
/* ヘッダー
/* -------------------------------------------- */ 

#head {
text-align : right; 
margin : 10px;
} 


/* -------------------------------------------- */ 
/* メニュー
/* -------------------------------------------- */ 

#menu ul {
padding : 5px;
}
#menu li {
display: inline;
padding : 0 0 0 5px;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif; 
}


/* -------------------------------------------- */ 
/* メイン
/* -------------------------------------------- */ 

#main { 
padding: 10px;
}
/* タイトル */ 
div.title { 
text-align : center;
letter-spacing:1px;
font-size : 120%; 
color : #000000;  
background-color : #f5f5f5; 
padding : 3px 0;
} 
/* テキスト */ 
div.text { 
font-size : 110%;  
line-height : 20px;
letter-spacing:1px;
background-image : url(img/line.gif);
padding : 0 10px;
margin :20px 0;
} 
/* ナビ */
ul.navi{
text-align : right;
}
ul.navi li{
display: inline;
padding : 0 10px 0 0;
}
div .pagetop { 
clear:both;
text-align : right;
padding: 10px;
}


/* -------------------------------------------- */ 
/* フッター
/* -------------------------------------------- */ 

#foot {
text-align : right;
padding : 0 20px;
}