@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#7f7f7f; 
line-height: 150%;
padding:0;
margin: 0;
background: url(img/back.gif) repeat;
text-align: center;
background-color: #fff;
}

html{
scrollbar-arrow-color:#fff;
scrollbar-base-color:#ffcee3;
scrollbar-face-color:#ffcee3;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#ffcee3;
scrollbar-shadow-color:#ffcee3;
scrollbar-darkshadow-color:#fff;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color: #fa3b68;
text-decoration:none;
}

a:hover{
color:#fff;
text-decoration: line-through;
}

a:visited{
color: #fa3b68;
text-decoration:none;
}

/*見出し文字*/
h2{
font-size: 120%;
clear: both;
float: none;
width: 50%;
height: auto;
padding:0 0 0 5px;
margin: 0 0 10px 0;
border-bottom: 2px solid #7f7f7f;
border-left: solid 5px #7f7f7f;
}

/*全体*/
#main{
width: 840px;
height: auto;
margin-left: auto;
margin-right: auto;
border-left: solid 1px #7f7f7f;
border-right: solid 1px #7f7f7f;
background-color: #fff;
}

/*サイトタイトル*/
#title{
width:600px;
height: 100px;
background: url(img/header.gif) no-repeat;
}

#titlefont{
padding:30px 20px 0 0;
font-size: 125%;
text-align: center;
letter-spacing: 10px;
line-height: 100%;color: #000;
}

/*メニュー*/
#menu{
width:220px;
height: auto;
margin: 0;
padding:0;
float: left;
}

#menu ul{
list-style-type: none;
margin:0;
padding:0;
}

#menu li{
list-style-position: inside;
list-style-image: url(img/menuindex.gif);
font-size: 100%;
padding:0;
margin:0 0 0 3px;
text-align: left;
}

#menu li a{
text-decoration:none;
color: #f36;
}

#menu li a:visited{
text-decoration: none;
color: #fa3b68;
}

#menu li a:hover{
text-decoration: none;
color: #7f7f7f;
border-top: 1px dashed #7f7f7f;
}

/*フッター*/
#footer{
width: 600px;
height: auto;
background-color: #7f7f7f;
color: #fff;
font-size: 80%;
clear: both;
text-align: center;
}

/*テキスト*/
.text{
width: 620px;
height: auto;
text-align: left;
float: right;
}
.textlayout{
padding: 10px 20px 20px 20px;
}
/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
}

/*メニュー部分角丸ボックス*/
.kadomarublock{
padding: 10px;
font-weight: bold;
}

.kadomaru_box {
   background: #ffcee3;
}
.kadomaru_top div {
   background: url(img/tl.gif) no-repeat top left;
}
.kadomaru_top {
   background: url(img/tr.gif) no-repeat top right;
}
.kadomaru_bottom div {
   background: url(img/bl.gif) no-repeat bottom left;
}
.kadomaru_bottom {
   background: url(img/br.gif) no-repeat bottom right;
}

.kadomaru_top div, .kadomaru_top, 
.kadomaru_bottom div, .kadomaru_bottom {
   width: 100%;
   height: 10px;
}
.kadomaru_content {
margin: 0 10px;
}

