@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
	}

body {
	width: 100%;
    text-align: left;
	background-color: #fff0cc;
	}

img {
    margin: 0;
	padding: 0;
	}

a img {
    border: none;
    vertical-align: bottom;
	}
h3{
	color:#090;
	line-height:28px;
}
h4{
	color:#F00;
	font-size:18px;
}

/*//////////////////////////////////////////////////////////////////////////////// ページ全体 /*/
#pagewrapper {
    width: 850px;
	margin: 0 auto;
	border-left: #bbb solid 1px;
	border-right: #bbb solid 1px;
	background-color: #FFFFFF;
	}

/*//////////////////////////////////////////////////////////////////////////////// head /*/
#head {
	width: 850px;
	height: 30px;
	background-image: url(../images/head_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}

h1 {
	width: 600px;
	padding-top: 5px;
	padding-left: 15px;
	font-size: 13px;
	color: #FFF;
	float: left;
	}

h1 a {
	color: #FFF;
	text-decoration: none;
	}

h1 a:hover {
	text-decoration: underline;
	}

#head li {
	padding: 5px 20px 0 0;
	font-size: 13px;
	color: #FFF;
	list-style: none;
	float: left;
	}

#head li a {
	color: #FFF;
	text-decoration: none;
	}

#head li a:hover {
	text-decoration: underline;
	}
	
/*//////////////////////////////////////////////////////////////////////////////// midashi /*/
#midashi {
	width: 850px;
	height: 260px;
	background-image: url(../images/midashi.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	clear: both;
	}

#midashi h2 {
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
/*//////////////////////////////////////////////////////////////////////////////// menu /*/
#menu ul {
	width: 850px;
	height: 60px;
	list-style: none;
	}

#menu li {
	float: left;
	}

#menu li a {
	display: block;
	}

#menu span {
	display: none;
	}

.menu1 a {
	width:56px;
	height:60px;
	background-image: url(../images/menu01.jpg);
	background-repeat: no-repeat;
	}

.menu1 a:hover {
	background-image: url(../images/menu01_on.jpg);
	background-repeat: no-repeat;
	}

.menu2 a {
	width:195px;
	height:60px;
	background-image: url(../images/menu02.jpg);
	background-repeat: no-repeat;
	}

.menu2 a:hover {
	background-image: url(../images/menu02_on.jpg);
	background-repeat: no-repeat;
	}

.menu3 a {
	width:90px;
	height:60px;
	background-image: url(../images/menu03.jpg);
	background-repeat: no-repeat;
	}

.menu3 a:hover {
	background-image: url(../images/menu03_on.jpg);
	background-repeat: no-repeat;
	}

.menu4 a {
	width:49px;
	height:60px;
	background-image: url(../images/menu04.jpg);
	background-repeat: no-repeat;
	}

.menu4 a:hover {
	background-image: url(../images/menu04_on.jpg);
	background-repeat: no-repeat;
	}

.menu5 a {
	width:103px;
	height:60px;
	background-image: url(../images/menu05.jpg);
	background-repeat: no-repeat;
	}

.menu5 a:hover {
	background-image: url(../images/menu05_on.jpg);
	background-repeat: no-repeat;
	}

.menu6 a {
	width:77px;
	height:60px;
	background-image: url(../images/menu06.jpg);
	background-repeat: no-repeat;
	}

.menu6 a:hover {
	background-image: url(../images/menu06_on.jpg);
	background-repeat: no-repeat;
	}

.menu7 a {
	width:40px;
	height:60px;
	background-image: url(../images/menu07.jpg);
	background-repeat: no-repeat;
	}

.menu7 a:hover {
	background-image: url(../images/menu07_on.jpg);
	background-repeat: no-repeat;
	}

.menu8 a {
	width:102px;
	height:60px;
	background-image: url(../images/menu08.jpg);
	background-repeat: no-repeat;
	}

.menu8 a:hover {
	background-image: url(../images/menu08_on.jpg);
	background-repeat: no-repeat;
	}

.menu9 a {
	width:51px;
	height:60px;
	background-image: url(../images/menu09.jpg);
	background-repeat: no-repeat;
	}

.menu9 a:hover {
	background-image: url(../images/menu09_on.jpg);
	background-repeat: no-repeat;
	}

.menu10 a {
	width:87px;
	height:60px;
	background-image: url(../images/menu10.jpg);
	background-repeat: no-repeat;
	}

.menu10 a:hover {
	background-image: url(../images/menu10_on.jpg);
	background-repeat: no-repeat;
	}

/*//////////////////////////////////////////////////////////////////////////////// top_images /*/
#top_images {
	width: 810px;
	height: 255px;
	padding: 30px 20px 20px 20px;
	background-image: url(../images/m_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	clear: both;
	}

.top_texarea {
	width: 425px;
	height: 240px;
	}

/*//////////////////////////////////////////////////////////////////////////////// right /*/
#right {
	width: 579px;
	padding-right: 15px;
	float: right;
	}

/*//////////////////////////////////////////////////////////////////////////////// 新着情報 /*/
#news {
	width: 578px;
	height: 250px;
	border: #bbb solid 1px;
	}

#news h2 {
	width: 563px;
	height: 28px;
	padding: 6px 0 0 15px;
	background-image: url(../images/bar.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 16px;
	color: #FFF;
	}

.news_area {
	width: 548px;
	height: 186px;
	padding: 15px;
	overflow: auto;
	}

.news_area ul {
	padding: 20px 0 0 0;
	border-bottom: #bbb dotted 1px;
	list-style: none;
	}

.news_area li {
	font-size: 15px;
	color: #444;
	}

.news_area li a {
    color: #af2c2c;
	text-decoration: none;
	}

.news_area li a:hover {
    color: #af2c2c;
	text-decoration: underline;
	}

/*//////////////////////////////////////////////////////////////////////////////// basic_area /*/
.basic_area {
	width: 580px;
	padding-top: 45px;
	margin-bottom: 10px;
	}

.basic_area h2 {
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	color: #986125;
	border-bottom: #986125 solid 1px;
	}

/*//////////////////////////////////////////////////////////////////////////////// left /*/
#left {
	width: 225px;
	padding-left: 15px;
	float: left;
	}

#left li {
	margin-bottom: 15px;
	list-style: none;
	}

/*//////////////////////////////////////////////////////////////////////////////// footer /*/
#footer {
	width: 850px;
	height: 60px;
	padding-bottom: 20px;
	clear: both;
	background-color: #FFF;
	}

#footer ul {
	width: 850px;
	padding-bottom: 10px;
	border-bottom: #bbb solid 1px;
	text-align: center;
	}

#footer li {
	padding-right: 5px;
	font-size: 10px;
	list-style: none;
	display: inline;
	}

#footer li a {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	}

#footer li a:hover {
	font-size: 10px;
	text-decoration: underline;
	}

address {
	padding-top: 5px;
	padding-right: 10px;
	font-size: 11px;
	font-style: normal;
	text-align: right;
	color: #666;
	}

address a {
	color: #666;
	text-decoration: underline;
	}

address a:hover {
	color: #666;
	text-decoration: none;
	}

/*//////////////////////////////////////////////////////////////////////////////// その多要素 /*/
p {
	font-size: 15px;
    color: #444444;
	line-height: 25px;
	padding-bottom: 5px;
	}

p a {
    color: #af2c2c;
	text-decoration: none;
	}

p a:hover {
    color: #af2c2c;
	text-decoration: underline;
	}

span {
	font-size: 20px;
	font-weight: bold;
	color: #090;
	}
.comment{
	font-size:12px;
}
.bt_p {
	margin: 20px 0 60px 0;
	}

.bt_p p {
	padding-bottom: 10px;
	}

.bt_p td {
	padding: 5px;
	}
#contents {
	width: 650px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin:0 auto;
}
.tb{

	margin:20px auto 30px auto;

}