@charset "utf-8";
/*----------------------------------
              common---------------*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	line-height: 1.4em;
}
img {
	border: none;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:acrive {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #80C269;
	text-decoration: none;
}
/*--------------------
      fonts--------*/
.bold {
	font-weight: bold;
}
.bold14 {
	font-weight: bold;
	font-size: 14px;
}
.bold18 {
	font-weight: bold;
	font-size: 18px;
}
.red {
	color: #C00;
}
.red_bold {
	color: #C00;
	font-weight: bold;
}
.green {
	color: #80C269;
}
.green_b14 {
	color: #80C269;
	font-weight: bold;
	font-size: 14px;
}
/*--------------------
      header--------*/
#header {
	width: 100%;
	height: 120px;
}
.header_txt {
	height: 20px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 10px;
}
.logo {
	width: 20%;
	height: 70px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.title {
	width: 60%;
	text-align: center;
	margin: 10px auto;
	float: left;
}
.tel {
	width: 20%;
	height: 70px;
	float: right;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: right;
}
/*--------------------
      container--------*/
#container {
	width: 860px;
	text-align: left;
	margin: 0 auto;
	padding: 0 20px;
}
#main {
	width: 860px;
	padding: 20px 0;
}
/* menu */
#menu {
	height: 30px;
	padding: 0 30px;
}
#menu ul {
	list-style-image: none;
	list-style-type: none;
}
#menu ul li {
	display:inline;
	list-style:none;
}
#menu ul li a {
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 160px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
#menu ul li span {
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 160px;
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
.menu01 a {
	background-position: 0 0;
}
.menu01 a:hover {
	background-position: 0 -30px;
}
.menu01 span {
	background-position: 0 -30px;
}
.menu02 a {
	background-position: -160px 0;
}
.menu02 a:hover {
	background-position: -160px -30px;
}
.menu02 span {
	background-position: -160px -30px;
}
.menu03 a {
	background-position: -320px 0;
}
.menu03 a:hover {
	background-position: -320px -30px;
}
.menu03 span {
	background-position: -320px -30px;
}
.menu04 a {
	background-position: -480px 0;
}
.menu04 a:hover {
	background-position: -480px -30px;
}
.menu04 span {
	background-position: -480px -30px;
}
.menu05 a {
	background-position: -640px 0;
}
.menu05 a:hover {
	background-position: -640px -30px;
}
.menu05 span {
	background-position: -640px -30px;
}
/*--------------------
      TOP-----------*/
.box_wrap {
	width: 270px;
	padding-top: 20px;
}
.box {
	width: 248px;
	height: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-left: 20px;
	padding-top: 9px;
}
.box_menu {
	width: 233px;
	height: 23px;
	padding-top: 7px;
	background-image: url(../img/arrow_g.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 14px;
}
#top_left {
	width: 270px;
	padding-right: 25px;
	float: left;
}
#top_right {
	width: 270px;
	float: left;
}
.bar_small {
	width: 255px;
	height: 23px;
	background-image: url(../img/bar270.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 7px;
}
.demo {
	width: 270px;
	padding-bottom: 10px;
}
/*--------------------
      footer--------*/
#footer {
	width: 100%;
	background-image: url(../img/footer_back.jpg);
	background-repeat: repeat-x;
	height: 60px;
}
.footer_menu {
	padding-left: 10px;
	height: 22px;
	text-align: left;
	padding-top: 5px;
}
.footer_menu a:link {
	color: #FFF;
	text-decoration: none;
}
.footer_menu a:active {
	color: #FFF;
	text-decoration: none;
}
.footer_menu a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer_menu a:hover {
	color: #EEE;
	text-decoration: underline;
}
.copy {
	padding: 10px 0;
	font-size: 10px;
	text-align: center;
	color: #999;
}
