@charset "shift_jis";

/*ページ全体の設定*/
body{
background: #ffd3f0;
padding:0;
margin: 0;
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#000; 
line-height: 150%;
text-align: center;
}

html{
scrollbar-arrow-color:#ff93cb;
scrollbar-base-color:#ff93cb;
scrollbar-face-color:#ffd3f0;
scrollbar-track-color:#ffd3f0;
scrollbar-3dlight-color:#ff93cb;
scrollbar-highlight-color:#ffd3f0;
scrollbar-shadow-color:#ff93cb;
scrollbar-darkshadow-color:#ffd3f0;
} 


/*リンク文字色,装飾設定*/
a:link{
color:#000;
text-decoration:none;
}

a:hover{
color:#000;
text-decoration: underline;
}

a:visited{
color:#aaa;
text-decoration:none;
}

/*見出し文字*/
h1{
font-size: 120%;
line-height: normal;
text-align: left;
height: auto;
margin: 5px 0 5px 0 ;
border-bottom: 5px dotted #ff93cb;
}

/*全体*/
#main{
width: 700px;
height: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: 30px;
margin-top: 10px;
}

/*サイトタイトル*/
#title{
height:50px;
width: 100%;
margin-top: 15px;
}

#titlefont{
font-size: 200%;
font-weight: bold;
line-height: normal;
text-align: center;
}

/*メニュー*/
#menublock{
width: 180px;
height: auto;
float: left;
}

.menu{
width: 180px;
height:auto;
}

.menu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.menu li{
clear: both;
width: auto;
font-weight:bold;
text-align: center;
font-size: 130%;
display: block;
}

/*メニュー部分リンク色,装飾設定*/
.menu li a{
color: #000;
height: 30px;
padding: 5px 0 3px 0;
display: block;
background: url(../img/link01.gif) no-repeat left top;
}

.menu li a:hover{
color: #9e2e8a;
height: 30px;
display: block;
text-decoration: none;
background: url(../img/link02.gif) no-repeat left top;
}

.menu li a:visited{
color: #fff;
height: 30px;
display: block;
text-decoration: none;
background: url(../img/link03.gif) no-repeat left top;
}


/*テキスト部分全体のレイアウト*/
#mainarea{
width: 500px;
height: auto;
float: right;
}

/*角丸全体*/
.textblock{
width: 500px;
height: auto;
margin: 0 0 0 10px;
background: url(../img/mainback.gif) repeat-y center center;
}

/*角丸部分上*/
.texthead{
width: 500px;
height: 110px;
background: url(../img/mainhead.gif) no-repeat top center;
}

/*角丸部分下*/
.textfoot{
width: 500px;
height: 54px;
background: url(../img/mainfoot.gif) no-repeat bottom center;
}


.textin{
padding: 0 40px 0 40px;
text-align: left;
color: #000;
}

/*テキストエリア*/
textarea{
width: 100%;
height: 50px;
scrollbar-arrow-color:#ff93cb;
scrollbar-base-color:#ff93cb;
scrollbar-face-color:#ffd3f0;
scrollbar-track-color:#ffd3f0;
scrollbar-3dlight-color:#ff93cb;
scrollbar-highlight-color:#ffd3f0;
scrollbar-shadow-color:#ff93cb;
scrollbar-darkshadow-color:#ffd3f0;
font-size: 100%;
color: #000;
border: 1px solid #ff93cb;
background: #ffd3f0;
}

/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
}

/*フッター*/
#footer{
height:auto;
clear: both;
font-size: 70%;
}

