a:link {    /*リンクの設定*/
	color:#1566AA;
	text-decoration:none;
}
a:visited {    /*訪問済みリンクの設定*/
	color:#1566AA;
	text-decoration:none;
}
a:active {    /*クリックされた時の設定*/
	color:#1566AA;
	text-decoration:underline;
}
a:hover {    /*マウスオーバ時の設定*/
	color:#1566AA;
	text-decoration:underline;
}
body {
	background-position: left top;
	background-image: url(../img/body_bg.png);
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	text-align:center;
	letter-spacing: normal;
}
#wapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#kanban {
	background-image: url(../img/kanban.png);
	height: 264px;
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	width: 870px;
	background-position: center;
	padding-top: 10px;
	padding-left: 20px;
}
/*メニュー*/
#left_menu {
	float: left;
	width: 164px;
	text-align:left;
}
#container h2 {
}
#container h3 {
}
ul {
	list-style-type:none;
}
#menu {
	width:164px;
}
#menu li {
}
#menu li a {
	display:block; /*インラインからブロック要素へ変更*/
	height:29px; /*高さ*/
	width:164px; /*横幅*/
	text-align:left; /*テキストの位置*/
	font-weight:bold; /*テキストの太さ*/
	letter-spacing:1px; /*文字間隔*/
	text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
	background-image:url(../img/menu.png); /*メニュー画像*/
	background-repeat:no-repeat; /*画像の繰り返しをオフに*/
}
ul#menu li a.menu1 {
	background-position:0px 0px;
}
ul#menu li a.menu1:hover {
	background-position:-164px 0px;
}
ul#menu li a.menu2 {
	background-position:0px -29px;
}
ul#menu li a.menu2:hover {
	background-position:-164px -29px;
}
ul#menu li a.menu3 {
	background-position:0px -58px;
}
ul#menu li a.menu3:hover {
	background-position:-164px -58px;
}
ul#menu li a.menu4 {
	background-position:0px -87px;
}
ul#menu li a.menu4:hover {
	background-position:-164px -87px;
}
ul#menu li a.menu5 {
	background-position:0px -116px;
}
ul#menu li a.menu5:hover {
	background-position:-164px -116px;
}
ul#menu li a.menu6 {
	background-position:0px -145px;
	height:32px;
}
ul#menu li a.menu6:hover {
	background-position:-164px -145px;
	height:32px;
}
#banner {
	padding-top: 8px;
}
#right_contents {
	float: right;
	width: 690px;
	border: 1px solid 78684B;
	background-image: url(../img/contents_line.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#contents_header {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
}
#contents_footer {
	background-image: url(../img/contents_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents1 {
	background-image: url(../img/contents_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
}
#raiten {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	background-image: url(../img/raiten_bg.png);
}
.raiten_text {
	width: 450px;
	line-height: 132%;
	float: right;
	padding-right: 20px;
	padding-top: 12px;
	font-size:14px;
}
.raiten_text br {
}
.raiten_text p {
	text-align:left;
	padding: 3px;

}
#contents_2 {
	padding-top: 8px;
	padding-bottom: 2px;
}
#contents3 {
	text-align: left;
}
#contents3_box {
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 30px;
	padding-left: 19px;

}
#contens3_left {
	width: 323px;
	float: left;
	text-align: left;

}
#contens3_left p{
	text-align: left;
}
#contens3_left .p1{
	background-attachment: scroll;
	background-image: url(../img/Double_circle.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left:18px;
}
#contens3_left .p2{
}
#contens3_left .p3{

}
#contens3_right {
	float: right;
	width: 322px;
}
#contents4 {
	text-align: left;
}
#contents4_box {
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 30px;
	padding-left: 19px;
	height: 200px;
}
#contens4_left {
	width: 323px;
	float: left;
	text-align: left;
}
#contens4_right {
	float: right;
	width: 322px;
}
#kanban_left {
	text-align:left;
}
#container_mail {
	width: 500px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/wapper_line2.png);
}
#container_footer {
	background-image: url(../img/container_footer.png);
	background-repeat: repeat-x;
	background-position: left top;
	float:left;
	height: 4px;
	width: 688px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	text-align: center;
	float: right;
	width: 690px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#clea_boss {
	clear:both;
}
.bottom {
	margin-bottom: 104px;
}
.mejirushi {
	border: 1px solid #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
}
#sinryoujikan {
	margin-bottom: 10px;
}
.admin_form {
	text-align: right;
	padding-right: 10px;
}
#mail_table {
	border-collapse:collapse;
	border: thin solid #CCCCCC;
	background-color: #FEFBE9;
	margin-bottom: 20px;
}
#mail_table2 {
	width:476px;
	text-align:center;
	margin-bottom: 10px;
}
#mail_table th {
	background-color:#F7E7D0;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	text-align: right;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#mail_table td {
	background-color: #FEFBE9;
	border-bottom: thin solid #CCCCCC;
	padding-top: 6px;
	padding-bottom: 6px;
}
.mail_form_width {
	width:350px;
}
.mail_form_width2 {
	width:350px;
}
.mejirushi table {
	text-align:left;
}
.top_back {
	color: #0000FF;
	text-align: right;
	margin-right:20px;
	padding-bottom: 20px;
}
p1 {
}
p2 {
}
.red {
	color:#ff0000;
}
.blue {
	color:#1566AA;
}

#contens3_right p {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 14px;
	padding-left: 29px;
	line-height: 16px;
}
#contens3_right .p2 {
	margin: 0px;
	padding-top: 6px;
	padding-left: 29px;
}
#contens3_right .p3 {
	padding-top: 2px;
	padding-left: 29px;
}
#contens4_left p {
	text-align:left;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 29px;
	line-height:16px;
}
#contens4_left br {
}
#contens4_left .p1 {
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 29px;
}
#contens4_left .p2 {
	padding-bottom: 8px;
	padding-left: 29px;
}
#contens4_left .p3 {
	padding-top: 10px;
	float: left;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contens4_left .p4 {
	padding-top: 10px;
	float: right;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contens4_right p {
}
#map {
	background-image: url(../img/map.png);
	height: 198px;
	background-repeat: no-repeat;
	background-position: left 11px;
}
.map_syousai {
	text-align: right;
	padding-right: 6px;
	padding-top: 178px;
	float: right;
}
/*ページ２用*/
#contents2 {
	background-image: url(../img/contents_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
}
#aisatu_text {
	text-align: left;
	padding-top: 20px;
	padding-right: 19px;
	padding-bottom: 30px;
	padding-left: 19px;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 1px;
}
/*お問い合わせページ用*/
#contents_mail {
	background-image: url(../img/contents_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 23px;
}
#mail_table {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	background-color: #FEFBE9;
	margin-bottom: 20px;
}
#mail_table2 {
	width:476px;
	text-align:center;
	margin-bottom: 10px;
}
#mail_table th {
	background-color:#F7E7D0;
	text-align: right;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#mail_table td {
	background-color: #FEFBE9;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.mail_form_width {
	width:350px;
}
.mail_form_width2 {
	width:350px;
}
h5 {
	font-size:12px;
	font-weight:normal;
}
h6 {
	font-size:12px;
	font-weight:normal;
}
#kakuknin {
	text-align:center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
}
#kakuknin h5 {
}
#kakunin table {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DEE7DE;
	border-right-color: #DEE7DE;
	border-left-color: #DEE7DE;
	letter-spacing: 1px;
}
#kakunin th {
	text-align: right;
	background-color: #EFEFEF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE7DE;
}
#kakunin td {
	text-align: left;
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DEE7DE;
	width: 200px;
}
#kanryou {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
#kakunin .sousin_bottom {
	text-align: center;
}
/*料金表*/
#ryoukinhyou {
	padding-top: 30px;
	padding-right: 19px;
	padding-bottom: 30px;
	padding-left: 19px;
}
#ryoukinhyou table {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #EBF3FA;
}
#ryoukinhyou td {
	border: 1px solid #EBF3FA;
	padding: 4px;
}
.ryoukinhyou_title_bg {
	background-image: url(../img/ryoukinhyou_title_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 19px;
}

#intyou_img{
	float: right;
	padding-left: 10px;
	padding-bottom: 100px;
}

