@charset "shift_jis";
/* CSS Document */

Body {
	background-color:#FFFFFF;
	background-attachment:fixed;
	margin:0px;
	padding:0px;
	font-size:9pt;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",sans-serif;
	line-height:140%;
	color:#333333;
	z-index: 0;
}
a:link {
	color:#FF9999;
	text-decoration:none;
}
a:visited {
	color:#FF9999;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
a:active {
	color:#FFFFFF;
	text-decoration:none;
}

#back {
	width: 800px;
	height: 830px;
	margin:auto;
	padding:0px 0px 0px 0px;
	background: url(../images/r_topback.jpg) repeat-y center top;
}
#logo {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	float: left;
}
/*　メニュー　*/
div#menu {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 560px;
	height:100px;
}

/*　ボタン1　*/
a#btn01 {
	margin:0px;
	padding:17px 0px 0px 42px;
	float: left;
	width: 70px;
	height: 33px;
	background-image: url(../images/r_button01.gif);
}
a#btn01:hover {
	background-position: top right ;
}

/*　ボタン2　*/
a#btn02 {
	margin:0px;
	padding:17px 0px 0px 27px;
	float: left;
	width: 85px;
	height: 33px;
	background-image: url(../images/r_button02.gif);
}
a#btn02:hover {
	background-position: top right ;
}

/*　ボタン3　*/
a#btn03 {
	margin:0px;
	padding:17px 0px 0px 34px;
	float: left;
	width: 78px;
	height: 33px;
	background-image: url(../images/r_button03.gif);
}
a#btn03:hover {
	background-position: top right ;
}

/*　ボタン4　*/
a#btn04 {
	margin:0px;
	padding:17px 0px 0px 27px;
	float: left;
	width: 85px;
	height: 33px;
	background-image: url(../images/r_button04.gif);
}
a#btn04:hover {
	background-position: top right ;
}

/*　ボタン5　*/
a#btn05 {
	margin:0px;
	padding:17px 0px 0px 34px;
	float: left;
	width: 78px;
	height: 33px;
	background-image: url(../images/r_button05.gif);
}
a#btn05:hover {
	background-position: top right ;
}

/*　ボタン6　*/
a#btn06 {
	margin:0px;
	padding:17px 0px 0px 22px;
	float: left;
	width: 90px;
	height: 33px;
	background-image: url(../images/r_button06.gif);
}
a#btn06:hover {
	background-position: top right ;
}

/*　ボタン7　*/
a#btn07 {
	margin:0px;
	padding:17px 0px 0px 34px;
	float: left;
	width: 78px;
	height: 33px;
	background-image: url(../images/r_button07.gif);
}
a#btn07:hover {
	background-position: top right ;
}

/*　ボタン8　*/
a#btn08 {
	margin:0px;
	padding:17px 0px 0px 35px;
	float: left;
	width: 77px;
	height: 33px;
	background-image: url(../images/r_button08.gif);
}
a#btn08:hover {
	background-position: top right ;
}

/*　ボタン9　*/
a#btn09 {
	margin:0px;
	padding:17px 0px 0px 45px;
	float: left;
	width: 67px;
	height: 33px;
	background-image: url(../images/r_button09.gif);
}
a#btn09:hover {
	background-position: top right ;
}

/*　ボタン10　*/
a#btn10 {
	margin:0px 0px 0px 0px;
	padding:17px 0px 0px 45px;
	float: left;
	width: 67px;
	height: 33px;
	background-image: url(../images/r_button10.gif);
}
a#btn10:hover {
	background-position: top right ;
}

#side {
	width:160px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 60px;
	float: left;
}

#side_title {
	font-size:16pt;
	color:#FFFFFF;
	font-weight:bold;
}

#main {
	width:550px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	float: right;
}

#about_main {
	width:540px;
	margin:20px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}
#about_item {
	width:100px;
	height:50px;
	margin:0px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	float: left;
	background-color:#FFBBBB;
}
#about_content {
	width:365px;
	height:50px;
	margin:0px 0px 10px 130px;
	padding:10px 10px 10px 10px;
	background-color:#FFDDDD;
}

#about_item2 {
	width:100px;
	height:85px;
	margin:0px 10px 10px 0px;
	padding:10px 10px 10px 10px;
	float: left;
	background-color:#FFBBBB;
}
#about_content2 {
	width:365px;
	height:85px;
	margin:0px 0px 10px 130px;
	padding:10px 10px 10px 10px;
	background-color:#FFDDDD;
}

#footer {
	text-align:center;
	color:#999999;
	font-size:9pt;
}

#bottom {
	width: 600px;
	height: 95px;
	margin:auto;
	text-align:center;
	padding:5px 0px 0px 200px;
	background: url(../images/topbottom.jpg) repeat-y center top;
}

#bottom ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#bottom .menutop {
	border-left: 1px solid #CCCCCC;
}

#bottom a {
	color:#666666;
	text-decoration:none;
}
#bottom a:hover {
	color:#FF0000;
	text-decoration:none;
}


