@charset "shift_jis";

/*ページ全体の設定*/
body{
font-size: 80%;
font-family: Verdana,Osaka,sans-serif;
color:#444; 
line-height: 150%;
padding:0;
background-color: #fff;
margin: 0;
text-align: center;
}

html{
scrollbar-arrow-color:#444;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#444;
scrollbar-shadow-color:#444;
scrollbar-darkshadow-color:#fff;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#444;
text-decoration:none;
}

a:hover{
color:#000;
text-decoration:none;
border-bottom: 1px dashed #000;
}

a:visited{
color:#888;
text-decoration:none;
}

/*見出し文字*/
h1{
font-size: 150%;
clear: both;
border-bottom: 1px solid #444;
text-align: left;
width: 100%
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 650px;
height: auto;
margin-top: 20px;
}

/*ヘッダ*/
#header{
width: 100%;
height: 200px;
border: 1px solid #444;
background: url(../img/cona.png) left bottom no-repeat;
}

/*サイトタイトル*/
#title{
width: 100%;
height: 20px;
clear: both;
margin-top: 165px;
line-height: normal;
}

#titlefont{
padding:0 10px 0 10px;
font-size: 200%;
font-weight: bold;
font-color:#FFF;
text-align: right;
}

/*メニュー見出し*/
.menutitle{
border-bottom: 1px solid #444;
width: 100%;
height: auto;
margin-top: 30px;
font-size: 150%;
font-weight: bold;
text-align: left;
}

/*メニュー*/
#menublock{
float: right;
width: 200px;
height: auto;
}

#menu{
width: 100%;
list-style-type:none;
text-align: center;
font-size: 110%;
font-weight: bold;
line-height: normal;
letter-spacing: 5px;
}

#menu,#menu li,#menu li a{
margin:0;
padding:0;
}

#menu li{
display: block;
width: 100%;
margin-left: auto;
margin-right: auto;
border-bottom: 1px dashed #444;
}

#menu a:link{
display: block;
color:#444;
text-decoration:none;
}

#menu a:hover{
display: block;
color:#000;
background: #ccc;
text-decoration:none;
border: none;
}

#menu a:visited{
color:#888;
text-decoration:none;
}

/*フリーエリア*/
.free{
margin: 5px 0 5px 0;
text-align: left;
}

.freefont{
padding: 10px;
}


/*テキストエリア*/
textarea{
width: 200px;
height: 100px;
color: #444;
font-size: 100%;
border: 1px solid #444;
scrollbar-arrow-color:#444;
scrollbar-base-color:#fff;
scrollbar-face-color:#fff;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#444;
scrollbar-shadow-color:#444;
scrollbar-darkshadow-color:#fff;
}

/*テキスト*/
.text{
width: 430px;
height: auto;
float: left;
margin: 10px 0 10px 0;
border: 1px solid #444;
}

.textlayout{
padding: 15px;
text-align: left;
}

/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
border-top: 1px solid #444;
margin: 15px 0 0 0;
padding: 5px 0 0 0;
}

/*フッター*/
#footer{
width: 100%;
height: auto;
clear: both;
font-size: 70%;
text-align: center;
border: 1px solid #444;
margin-top: 10px;
}

