@charset "shift_jis";

/*ページ全体の設定*/
body{
	font-size: 100%;
	font-family: Meiryo UI,Verdana, Osaka, sans-serif;
	color:#000;
	line-height: 150%;
	padding:0;
	margin: 0;
	text-align: left;
	background: url(../img/bg.gif) #f6a7b0;
}

html{
scrollbar-arrow-color:#fff;
scrollbar-base-color:#f6a7b0;
scrollbar-face-color:#f6a7b0;
scrollbar-track-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-highlight-color:#f6a7b0;
scrollbar-shadow-color:#f6a7b0;
scrollbar-darkshadow-color:#fff;
}

img{
border: none;
}

/*リンクの文字色、装飾設定*/
a:link{
color:#000;
text-decoration:none;
}

a:hover{
color:#000;
text-decoration:none;
}

a:visited{
color:#888;
text-decoration:none;
}

/*見出し文字*/
h1{
font-size: 140%;
clear: both;
width: 100%;
height: auto;
text-align: left;
margin: 10px 0 15px 0;
padding: 5px;
background: url(../img/stripe.gif) repeat-x bottom;
}

/*全体*/
#main{
margin-left: auto;
margin-right: auto;
width: 850px;
height: auto;
background-color: #fff;
border: 1px solid #000;
}

#mainlayout{
padding: 20px;
}

/*サイトタイトル*/
#title{
width: 850px;
height: 200px;
border-bottom: 1px solid #000;
background: url(../img/header.jpg) center no-repeat;
}

#titlefont{
padding:100px 20px 0 0;
font-size: 150%;
font-weight: bold;
text-align: right;
letter-spacing: 2px;
color: #000;
}

/*メニュー見出し*/


/*メニュー*/
#menu{
float: left;
width: 180px;
height: auto;
}

#menu ul{
width:100%;
height: auto;
font-size: 120%;
font-weight: bold;
color: #000;
margin: 0 0 30px 0;
padding: 0;
list-style-type: none;
}

#menu li{
padding: 2px;
margin: 5px 0 0 0;
text-align: left;
width: 100%;
height: 30px;
list-style-position: outside;
border-bottom: 1px dashed black;
}

#menu a{
text-decoration:none;
color: #000;
padding: 2px 0 0 2px;
}

#menu a:visited{
text-decoration:none;
color: #f00000;
}

#menu a:hover{
color: #000;
width: 100%;
}

/*テーブル*/
.ss {　font-size:10px; }
.mytable1 {font-size:11px;color: #FFFFFF;  }
.mytable1 a:link { color : #FFFFFF; }
.mytable1 a:visited { color : #FFFFFF; }
.mytable1 a:hover { color: #000000; background-color: #CCCC00; TEXT-DECORATION: none;}

.box1{
　width:px;
　border-bottom:1px dotted #ff0000;
　background-color:#;
}

.box2{
　width:px;
　border-bottom:1px dashed #ff0000;
　background-color:#;
}

/*- テーブル -*/

.table_03 {
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:collapse;
	color: #03C;
}
.table_03 th {
;padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;color:#795f46;
background-color:#f3bdbd;
border:1px solid #795f46;
}
.table_03 td {
	padding:4px 2px 2px 4px;
	background-color:#9FF;
	border:1px solid #795f46;
}

div#table   {text-align:center;}
table {margin-left:auto;margin-right:auto;}

/*フリーエリア*/
.free{
margin: 5px 0 5px 0;
text-align: left;
color: #000;
}

.freefont{
padding: 10px;
}

/*テキスト*/
.text{
width: 550px;
height: auto;
margin-bottom: 20px;
color: #000;
float: right;
}

.textlayout{
margin: 10px;
text-align: left;
}

.c1{ background-color:#ff6666;}

.c2{background-image:    url(../img/link01.gif);
}


/*ページ上部へ移動させる為のリンク用レイアウト*/
.gotop{
width: 100%;
text-align: right;
border-top: 1px dashed #000;
margin: 15px 0 0 0;
padding: 5px 0 0 0;
}

/*フッター*/
#footer{
width: 850px;
height: 20px;
clear: both;
font-size: 70%;
text-align: center;
color: #fff;
padding: 20px 0 0 0;
background: url(../img/footer.jpg) no-repeat center;
border-top: 1px solid #000;
}
