@charset "utf-8";


/* memo
リンク画像をロールオーバー時に透明度８０％にする記述
ページ内全てで使用の場合
↓
a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}


div毎に使用の場合
↓
#(div名) a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

*/

/* memo
テキストのリンク色をdiv毎に指定する場合

#(div名) a:link { color : #FFFFFF; }
#(div名) a:visited { color : #FFFFFF; }
#(div名) a:active { color : #FFFFFF; }
#(div名) a:hover { color : #FFFFFF; }
*/

a { outline: none; }
a img {
    border-style:none;
}
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size20b {
	font-size: 20px;
	color: #E8989B;
	font-weight: bold;
}
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 {
	font-size: 24px;
	line-height: 30px;
	color: #56819A;
}
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","osaka","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background-position: center;
}
#wr {
	width: 100%;

}
#wrapper {
	width: 980px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}
#container {
	float: left;
	width: 962px;
	padding-right: 9px;
	padding-left: 9px;
}
#top {
	margin-bottom: 0px;
	font-size: 12px;
	margin-top: 0px;
	font-weight: normal;
	float: left;
	width: 962px;
	height: 15px;
	line-height: 15px;
}
#header {
	float: left;
	height: 119px;
	width: 962px;
	margin-top: 10px;
	background-image: url(img/telbgc.png);
	background-repeat: no-repeat;
	background-position: right;
}
#slide {
	float: left;
	height: 400px;
	width: 962px;
	margin-top: 10px;
}
/* 
----------------------------------------------------------------------------- */
#title {
	float: left;
	height: 100px;
	width: 962px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* memo
----------------------------------------------------------------------------- */
.theme-default #slider {
	width:962px;
	height:400px;
	float: left;
}
#nav {
	float: left;
	height: 55px;
	width: 962px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #3C5665;
	line-height: 55px;
}
#nav a:link { color : #20343F; text-decoration: none; }
#nav a:visited { color : #20343F; text-decoration: none; }
#nav a:active { color : #20343F; text-decoration: none; }
#nav a:hover { color : #20343F; text-decoration: underline; }
#contents {
	float: left;
	width: 962px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#side {
	float: left;
	width: 222px;
	margin-right: 10px;
	margin-left: 10px;
	height: 371px;
}
#side a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
#side02 {
	float: left;
	width: 222px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}
#side02 a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
#main {
	float: right;
	width: 668px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #465E6D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	height: 344px;
}
#main_news {
	float: right;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #465E6D;
	margin: 10px;
	padding-bottom: 25px;
}
#main_news a:link { color : #56819A; text-decoration: none; }
#main_news a:visited { color : #56819A; text-decoration: none; }
#main_news a:active { color : #56819A; text-decoration: none; }
#main_news a:hover { color : #56819A; text-decoration: underline; }
#main_contact {
	float: right;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #465E6D;
}
#main_contact a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
#footer {
	height: 150px;
	width: 100%;
	margin-top: 5px;
	clear: left;
	background-image: url(img/footer_bgc.png);
	background-repeat: repeat-x;
}
#footer_outer {
	width: 962px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-image: url(img/footer_inner.png);
	background-repeat: no-repeat;
}
#footer_inner {
	height: 105px;
	width: 962px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	float: left;
	font-size: 13px;
	text-align: center;
}
#footer_inner a:link { color : #20343F; text-decoration: none; }
#footer_inner a:visited { color : #20343F; text-decoration: none; }
#footer_inner a:active { color : #20343F; text-decoration: none; }
#footer_inner a:hover { color : #20343F; text-decoration: underline; }
#bgc_h {
	height: 184px;
	width: 100%;
	background-image: url(img/bgc.jpg);
	background-repeat: no-repeat;
}
#bgc_top {
	background-image: url(img/bgc02.jpg);
	background-repeat: no-repeat;
	height: 1016px;
	width: 100%;
	background-position: center;
}
#menu {
	float: left;
	width: 942px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#menu01 {
	float: left;
	height: 180px;
	width: 300px;
	margin-right: 21px;
}
#menu02 {
	float: left;
	height: 180px;
	width: 300px;
	margin-right: 21px;
}
#menu03 {
	float: left;
	height: 180px;
	width: 300px;
}
#menu a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
.img_b10 {
	margin-bottom: 10px;
}

.img_t10 {
	margin-top: 10px;
}
#footer_inner02 {
	float: left;
	height: 12px;
	margin-top: 9px;
	width: 962px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 9px;
}
#footer_inner02 a:link { color : #FFFFFF; text-decoration: none; }
#footer_inner02 a:visited { color : #FFFFFF; text-decoration: none; }
#footer_inner02 a:active { color : #FFFFFF; text-decoration: none; }
#footer_inner02 a:hover { color : #FFFFFF; text-decoration: underline; }
#main_news01 {
	float: left;
	width: 678px;
	border: 1px dotted #547F97;
	padding: 10px;
	background-color: #FBEFEF;
}
#main_news01 a:link { color : #2D414D; text-decoration: none; }
#main_news01 a:visited { color : #2D414D; text-decoration: none; }
#main_news01 a:active { color : #2D414D; text-decoration: none; }
#main_news01 a:hover { color : #2D414D; text-decoration: underline; }
.tx_l20 {
	margin-left: 20px;
}
#main_news02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #395465;
	float: left;
	width: 663px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main_news_title {
	float: left;
	width: 330px;
	font-size: 20px;
	font-weight: bold;
	color: #56819A;
	height: 30px;
	margin-bottom: 5px;
	padding-left: 20px;
}
#main_news_title_right {
	float: left;
	width: 320px;
	margin-right: 30px;
	height: 30px;
	margin-bottom: 5px;
}
#main_news_title_right a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
#pagetop {
	float: left;
	height: 30px;
	width: 962px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#pagetop a:hover img {
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
#main01 {
	float: left;
	width: 668px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 25px;
	font-size: 20px;
	color: #395465;
	line-height: 25px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	font-weight: bold;
}
#main02 {
	float: left;
	width: 515px;
	padding-left: 160px;
	background-image: url(img/main01.png);
	background-repeat: no-repeat;
	height: 304px;
}
#main03 {
	float: left;
	width: 515px;
	padding-left: 160px;
	margin-top: 15px;
	background-image: url(img/main02.png);
	background-repeat: no-repeat;
	height: 192px;
}
.tx_size18 {
	font-size: 18px;
	font-weight: bold;
	color: #395465;
	line-height: 18px;
}
.tx_size26 {
	font-size: 26px;
	font-weight: bold;
	color: #6B94AB;
	line-height: 30px;
}
#main_contact_titel {
	float: left;
	margin-bottom: 15px;
	width: 680px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#main_contact_body {
	float: left;
	width: 660px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 25px;
}
.btm_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #395465;
	font-size: 15px;
	color: #395465;
}
#main02_title {
	float: left;
	width: 515px;
	font-size: 16px;
	font-weight: bold;
	color: #56819A;
	padding: 0px;
	height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#main02_body {
	float: left;
	width: 515px;
	font-size: 14px;
	color: #395465;
	padding: 0px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main02_body02 {
	float: left;
	width: 515px;
	color: #395465;
	font-size: 14px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
}
/* 
----------------------------------------------------------------------------- */
#bgc_service {
	background-image: url(img/bgc02.jpg);
	background-repeat: no-repeat;
	height: 1016px;
	width: 100%;
	background-position: center;
}
#service_box {
	float: left;
	width: 922px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
	font-size: 14px;
}
#service_main {
	float: right;
	width: 678px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #465E6D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#service_main01 {
	float: left;
	width: 678px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 25px;
	font-size: 20px;
	color: #395465;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
#service_main02 {
	float: left;
	width: 678px;
}
/* 
----------------------------------------------------------------------------- */
#bgc_lecture {
	background-image: url(img/bgc02.jpg);
	background-repeat: no-repeat;
	height: 1016px;
	width: 100%;
	background-position: center;
}
#lecture_box {
	float: left;
	height: 200px;
	width: 942px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#lecture_main {
	float: right;
	width: 678px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #465E6D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#lecture_main01 {
	float: left;
	width: 678px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 25px;
	font-size: 20px;
	color: #395465;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
#lecture_main02 {
	float: left;
	width: 678px;
}
/* 
----------------------------------------------------------------------------- */
#bgc_example {
	background-image: url(img/bgc02.jpg);
	background-repeat: no-repeat;
	height: 1016px;
	width: 100%;
	background-position: center;
}
#example_box {
	float: left;
	height: 200px;
	width: 942px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#example_main {
	float: right;
	width: 678px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #465E6D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#example_main01 {
	float: left;
	width: 678px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 25px;
	font-size: 20px;
	color: #395465;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
#example_main02 {
	float: left;
	width: 678px;
}
/* 
----------------------------------------------------------------------------- */
#bgc_beginners {
	background-image: url(img/bgc02.jpg);
	background-repeat: no-repeat;
	height: 1016px;
	width: 100%;
	background-position: center;
}
#beginners_box {
	float: left;
	width: 852px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 280px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 80px;
	font-size: 14px;
	line-height: 23px;
	background-color: #FFFFFF;
}
#beginners_main {
	float: right;
	width: 678px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #465E6D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#beginners_main01 {
	float: left;
	width: 678px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 25px;
	font-size: 20px;
	color: #395465;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
#beginners_main02 {
	float: left;
	width: 678px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E78E92;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 14px;
}
/* 
----------------------------------------------------------------------------- */
#bgc_information {
	background-image: url(img/bgc02.jpg);
	background-repeat: no-repeat;
	height: 1016px;
	width: 100%;
	background-position: center;
}

#information_box {
	float: left;
	width: 922px;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
	font-size: 14px;
}
#information_main {
	float: right;
	width: 678px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #465E6D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#information_main01 {
	float: left;
	width: 678px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 25px;
	font-size: 20px;
	color: #395465;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
#information_main02 {
	float: left;
	width: 678px;
}
/* 
----------------------------------------------------------------------------- */
#bgc_access{
	background-image: url(img/bgc02.jpg);
	background-repeat: no-repeat;
	height: 1016px;
	width: 100%;
	background-position: center;
}
#access_main {
	float: right;
	width: 678px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #465E6D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#access_main01 {
	float: left;
	width: 678px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 25px;
	font-size: 20px;
	color: #395465;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
#access_main02 {
	float: left;
	width: 678px;
}
/* 
----------------------------------------------------------------------------- */
#bgc_contact {
	background-image: url(img/bgc02.jpg);
	background-repeat: no-repeat;
	height: 1016px;
	width: 100%;
	background-position: center;
}
#contact_box {
	float: left;
	width: 699px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 242px;
	background-image: url(img/contact_box.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 233px;
	font-size: 14px;
	line-height: 23px;
	background-color: #FFFFFF;
}
#contact_main {
	float: right;
	width: 678px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
	border: 1px dotted #465E6D;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#contact_main01 {
	float: left;
	width: 678px;
	margin-left: 0px;
	margin-bottom: 10px;
	height: 25px;
	font-size: 20px;
	color: #395465;
	line-height: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-weight: bold;
}
#contact_main02 {
	float: left;
	width: 678px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#service_box_l {
	float: left;
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#service_box_r {
	float: left;
	width: 742px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#service_box_0 {
	float: left;
	width: 922px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2A7AD;
}
#service_box_a {
	float: left;
	width: 922px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2A7AD;
}
#service_box_l01 {
	float: left;
	width: 160px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#service_box_l02 {
	padding: 0px;
	float: left;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-size: 12px;
}
#service_box_title {
	float: left;
	height: 22px;
	width: 902px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E8989B;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 22px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 22px;
}
#service_box_top {
	float: left;
	width: 679px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	background-image: url(img/service_box_top.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 233px;
	font-size: 14px;
	line-height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E78E92;
}
#service_box_top_s {
	float: left;
	width: 679px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 200px;
	background-image: url(img/service_box05.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 233px;
	font-size: 14px;
	line-height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E78E92;
}
#service_box_rl {
	float: left;
	width: 100px;
}
#service_box_rc {
	width: 20px;
	float: left;
	text-align: center;
}
#service_box_rr {
	float: left;
	width: 622px;
}
#service_box_rl02 {
	float: left;
	width: 170px;
}
#service_box_rc02 {
	width: 20px;
	float: left;
	text-align: center;
}
#service_box_rr02 {
	float: left;
	width: 552px;
}
#lecture_box_top {
	float: left;
	width: 679px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 350px;
	background-image: url(img/lecture_box_top.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 233px;
	font-size: 14px;
	line-height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E78E92;
}
#service_box_box {
	float: left;
	width: 742px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #56819A;
}
#service_box_1 {
	float: left;
	height: 22px;
	width: 902px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #56819A;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 22px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 10px;
	line-height: 22px;
}
#service_box_2 {
	float: left;
	width: 902px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F5DFE1;
}
#service_box_2b {
	float: left;
	width: 902px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #F8ECEE;
}
#service_box_3 {
	float: left;
	width: 902px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2A7AD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#anchor922 {
	float: left;
	width: 922px;
}
#hiyo {
	float: left;
	width: 902px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#hiyo_box {
	float: left;
	width: 902px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#hiyo01 {
	float: left;
	width: 402px;
}
#hiyo02 {
	float: left;
	width: 500px;
}
#access_box_top {
	float: left;
	width: 679px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 320px;
	background-image: url(img/access_box_top.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 233px;
	font-size: 14px;
	line-height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E78E92;
}
#access {
	float: left;
	width: 902px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#access_box {
	float: left;
	width: 502px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#access01 {
	float: left;
	width: 100px;
}
#access02 {
	float: left;
	width: 400px;
}
#access_map {
	float: right;
	width: 380px;
	height: 250px;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#access_box_r {
	float: left;
	width: 922px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#ex_box_top {
	float: left;
	width: 679px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 320px;
	background-image: url(img/ex_box_top.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 233px;
	font-size: 14px;
	line-height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E78E92;
}
#shop_box {
	float: left;
	width: 922px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}#shop_box_l {
	padding: 10px;
	float: left;
	width: 434px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 180px;
	border: 1px solid #CCCCCC;
}
#shop_box_r {
	margin: 0px;
	padding: 10px;
	float: left;
	width: 434px;
	height: 180px;
	border: 1px solid #CCCCCC;
}
#shop_box_wp {
	float: left;
	width: 922px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#shop_img {
	float: left;
	height: 180px;
	width: 180px;
	margin-right: 10px;
}
#shop_tx01 {
	float: left;
	width: 244px;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #F6DCDF;
}
#shop_tx02 {
	float: left;
	width: 244px;
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#shop_tx03 {
	float: left;
	width: 244px;
	font-size: 12px;
}
#shop_tx04 {
	float: left;
	width: 244px;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#info_box_top {
	float: left;
	width: 679px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	height: 200px;
	background-image: url(img/info_box_top.png);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 233px;
	font-size: 14px;
	line-height: 23px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E78E92;
}
#info_box_title {
	float: left;
	height: 22px;
	width: 649px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 16px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #395465;
}
#info_box_title_a {
	float: left;
	height: 22px;
	width: 270px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-size: 22px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	line-height: 22px;
}
#info_box_title_b {
	float: left;
	height: 22px;
	width: 213px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-size: 16px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	line-height: 22px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #395465;
}
#info_box_a {
	width: 233px;
	float: left;
}
#info_box_b {
	float: left;
	width: 689px;
}
#info_box_c {
	float: left;
	width: 213px;
	font-size: 14px;
	line-height: 20px;
	padding-left: 20px;
}
#info_box_c a:link { color : #20343F; text-decoration: underline; }
#info_box_c a:visited { color : #20343F; text-decoration: underline; }
#info_box_c a:active { color : #20343F; text-decoration: underline; }
#info_box_c a:hover { color : #20343F; text-decoration: underline; }
#info_box_r {
	float: left;
	width: 649px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E8989B;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 23px;
}
#info_box_r a:link { color : #20343F; text-decoration: underline; }
#info_box_r a:visited { color : #20343F; text-decoration: underline; }
#info_box_r a:active { color : #20343F; text-decoration: underline; }
#info_box_r a:hover { color : #20343F; text-decoration: underline; }
#info_box_r02 {
	float: left;
	width: 649px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 23px;
}
#info_box_r02 a:link { color : #20343F; text-decoration: underline; }
#info_box_r02 a:visited { color : #20343F; text-decoration: underline; }
#info_box_r02 a:active { color : #20343F; text-decoration: underline; }
#info_box_r02 a:hover { color : #20343F; text-decoration: underline; }
#infomation_day {
	font-size: 12px;
	line-height: 16px;
	color: #FF3300;
	float: left;
	width: 649px;
}
#infomation_title {
	float: left;
	width: 649px;
	font-size: 18px;
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E78E92;
	color: #395465;
}
#infomation_body {
	float: left;
	width: 649px;
	font-size: 14px;
	line-height: 22px;
}
#infomation_next {
	float: left;
	width: 649px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #395465;
}
#infomation_title02 {
	float: left;
	width: 649px;
	font-size: 20px;
	line-height: 25px;
	color: #395465;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E78E92;
}
.img_b5 {
	margin-bottom: 5px;
}
#shopping_form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 922px;
}
#service_box_top .txt_left {
	float: left;
	width: 324px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#service_box_top .txt_right {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 340px;
}
span.red{
  color:#ff0000;
}
