html{
/* スクロールバーの設定 */
scrollbar-face-color:#000;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-highlight-color:#000;
scrollbar-shadow-color:#000;
scrollbar-3dlight-color:#000;
scrollbar-darkshadow-color:#000;
}

body {
color: #333;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
background-image: url(img/back.gif);
background-repeat: no-repeat;
background-position: right top;
background-attachment: fixed;
}


/* 改行の設定 */
br{letter-spacing:normal;}

/* 画像の設定 */
img{border:"1";}





/* メールフォーム、テキストエリア等の設定 */
textarea,select {
background-color:#FFFFFF;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}
input {
color:#fff;
background-color:#000000;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
border-left:1px solid #000000;
border-right:1px solid #000000;
}

/* リンクの設定 */
a{color:#FF9999;font-style:normal;text-decoration:underline;}
a:link {color:#FF9999;font-style:normal;text-decoration:underline;}
a:visited {color:#FF9999;text-decoration:underline;}
a:hover {color:#000000;font-style:normal;text-decoration:underline;}
a:active {text-decoration:none;}

/* タイトルの設定 */
h1 {
font-size: 24px;
font-family: Verdana, Geneva, sans-serif;
font-weight: normal;
letter-spacing: 0.1em;
margin: 0px;
padding: 0px;
float: left;
}

/* ページの設定 */
#wrap {
width: 560px;
}
#top {
background-image: url(img/stripe.gif);
height: 56px;
padding-top: 24px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 48px;
}
#main {
width: 560px;
margin-left: 48px;
margin-top: 24px;
margin-bottom: 240px;
}

/* メニューの設定 */
#menu {
font-weight: bold;
margin-left: 12px;
float: right;
}
#menu ul  {
list-style-type: square;
margin-top: 8px;
margin-left: 24px;
padding: 0px;
}
#menu li {
float: left;
margin: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-right: 32px;
padding-left: 0px;
}
#menu a {color: #000;text-decoration: none;}
#menu a:hover {color: #666;text-decoration: none;}

/* ページタイトルの設定 */
h2 {
color: #CCC;
font-size: 36px;
font-weight: normal;
background-image: url(img/hana.gif);
background-repeat: no-repeat;
background-position: left center;
margin-left: 24px;
padding: 24px;
padding-left: 88px;
}

/* 本文の設定 */
.subtitle {
font-size: 12px;
font-weight: bold;
font-family: 'あずきフォント',Verdana, Geneva, sans-serif;
background-image: url(img/stripe.gif);
border: 1px #000 solid;
border-width: 0 0 0 5px;
margin: 0px;
padding-bottom: 4px;
padding-top: 4px;
padding-left: 8px;
}
.txt {
line-height:160%;
margin-top: 12px;
margin-left: 4px;
margin-bottom: 24px;
}
.txt ul  {
list-style-type: square;
margin: 0px;
margin-left: 24px;
padding: 0px;
}

/* 見出しh3の設定 */
h3{
color: #666;
margin-top: 8px;
margin-bottom: 0px;
padding: 0px;
}


/* 著作権表示の設定 */
#credit {
color: #999;
border: 1px solid #ccc;
border-width: 1px 0 0 0;
padding-top: 12px;
}