a {
	color: #996600;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #663300;
}
a:active {
	text-decoration: none;
	color: #996600;
}
body {
	background-color: #FFFFCC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
}

.s12 {
	font-size: 12px;
}
.border {
	border: solid 1px #669933;
}
.s10 {
	font-size: 10px;
}
.style1 {color: #660000}
.style2 {
	color: #339900;
	font-weight: bold;
}
.style3 {color: #FF0000}
.h15 {
	line-height: 15px;
}
.box1 {
	padding-left: 20px;
}
.box2 {
	padding-right: 20px;
}

/*　メニュー
---------------------------------------------------------- */
#menu {
	float:right;
	text-align:left;
    width:211px;
	margin-top:0px;
	margin-top:10px;
	padding-top:0px;
}

#menu ul {
    margin:0px;
	padding:0px;
    list-style: none;
}

#menu li {
    margin:0px;
	padding:0px;
	width:211px;
	height:50px;
	text-indent:-9999px;
}

#menu li a {
    text-decoration:none;
	display:block;
	width:211px;
	height:50px;
}

#menu li#botton01 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px 0px;
}

#menu li#botton02 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -50px;
}

#menu li#botton03 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -100px;
}

#menu li#botton04 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -150px;
}

#menu li#botton05 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -200px;
}

#menu li#botton06 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -250px;
}

#menu li#botton07 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -300px;
}

#menu li#botton08 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -350px;
}

#menu li#botton09 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -400px;
}

#menu li#botton10 {
    background: url(images/top_image/menu1.jpg) no-repeat 0px -450px;
}

/* マウスオーバー */

#menu li#botton01 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px 0px;
}

#menu li#botton02 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -50px;
}

#menu li#botton03 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -100px;
}

#menu li#botton04 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -150px;
}

#menu li#botton05 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -200px;
}

#menu li#botton06 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -250px;
}

#menu li#botton07 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -300px;
}

#menu li#botton08 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -350px;
}

#menu li#botton09 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -400px;
}

#menu li#botton10 a:hover {
    background: url(images/top_image/menu2.jpg) no-repeat 0px -450px;
}

/*　コンテンツ
---------------------------------------------------------- */
#content {
    float:left;
    padding:0px;
	margin:0px;
	margin-left:20px;
	margin-top:10px;
	width:530px;
}

#content p{
    margin:0px;
	padding:0px;
}

#content .box01{
    margin:15px;
	padding:0px;
	font-size:13px;
	line-height:18px;
}

#content .image_left{
    float:left;
    margin:0px;
	margin-right:10px;
	margin-bottom:10px;
	padding:0px;
}
