/*　▼　全体のレイアウトに対するスタイル ▼　*/
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
}
/*　▲　-------------------------------- ▲　*/


/*　▼　全体を囲う枠 ▼　*/
#containar {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif, "HGPｺﾞｼｯｸE";
	font-size: medium;
	color: #333333;
	margin: auto;
	width: 700px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	padding: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
/*　▲　-------------------------------- ▲　*/

/*　▼　ヘッダー・バナー部分 ▼　*/
#banner {
	height: 125px;
	width: 700px;
}

#banHead {
	background-image: url(img/ban_Head.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 700px;
}
#banHead h2 {
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

#banHead h1 {
	font-size: 12px;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	font-weight: bolder;
	color: #660000;
}
/*　▲　-------------------------------- ▲　*/

#menu {
	margin: 0px;
	padding: 0px;
	height: 25px;
	width: 700px;
}
#menuGuide {
	height: 30px;
	width: 700px;
	background-image: url(img/menu_g.jpg);
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(img/menu_off.jpg);
	color: #FFFFFF;
	border-top: #FF0000;
	border-right: #FF0000;
	border-bottom: #FF0000;
	border-left: #FF0000;
}

#menu a:hover {
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: url(img/menu_on.jpg);
	color: #FFFFFF;
}
#menu a:link {

	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}
#menu a:visited {
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
	display: block;
	height: 25px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(img/menu_off.jpg);
}
#menu a:active {
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	text-align: center;
	display: block;
	float: left;
	height: 25px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
	background-image: url(img/menu_on.jpg);
}
#subMenu {
	background-color: #FF6666;
	width: 150px;
	float: left;
}
#subMenu ul {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
}
#subMenu li {
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
	line-height: 2em;
	border-top: 0px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 0px solid #990000;
	text-align: left;
	text-indent: 10px;
}
#subMenu a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6666;
	display: block;
	height: 100%;
	width: 100%;
}
#subMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	display: block;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 205px;
	width: 700px;
	background-image: url(img/main.jpg);
}
#top h3 {
	font-size: x-large;
	padding-top: 105px;
	color: #990000;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka;
}
#top p {
	font-size: 11px;
	color: #990000;
	margin: 0px;
	padding-left: 25px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W3", sans-serif, "HGPｺﾞｼｯｸE", "ＭＳ Ｐゴシック", ;
	line-height: 1.2em;
}


#topImg {
	background-image: url(img/main02.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 700px;
}
#topFooter {
	background-image: url(img/top_f.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 700px;
	margin: 0px;
	padding: 0px;
}
#contents {
	margin: 0px;
	padding: 0px;
	width: 700px;
	background-position: center;
}

#contents h3 {
	background-image: url(img/title_bg01.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 40px;
	font-size: 12px;
	height: 30px;
}
#contents p {
	font-size: 12px;
	margin: 0px;
	line-height: 1.5em;
	padding-left: 45px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.clear {
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



.conNavi {
	margin: 0px;
	padding: 0px;
	float: left;
}
.conNavi_w {
	margin: 10px;
	padding: 0px;
	width: 500px;
	float: left;
	border: 0px none #FF0000;
	height: 100%;
}
.conNavi_hh {
	margin: 10px 5px 10px 0px;
	padding: 5px;
	float: left;
	width: 155px;
	height: 100%;
	color: #003333;
	background-color: #CCFFCC;
	border-top: 3px solid #009933;
	border-right: 0px none #009933;
	border-bottom: 3px solid #009933;
	border-left: 0px none #009933;
}
.conNavi_h {
	margin: 10px 5px 10px 0px;
	padding: 5px;
	float: left;
	width: 155px;
	font-size: 12px;
	height: 100%;
	background-color: #FFDFDF;
	color: #003333;
	border-top: 3px solid #FF0000;
	border-right: 0px none #FF0000;
	border-bottom: 3px solid #FF0000;
	border-left: 1px none #FF0000;
}
em {
	font-weight: bold;
	color: #990033;
	font-style: normal;
}
.conNavi_h h6 {
	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 2px;
	border-top: 1px solid #009933;
	border-right: 15px solid #009933;
	border-bottom: 1px solid #009933;
	border-left: 15px solid #009933;
	text-align: center;
}

.conNavi_mini {
	margin: 0px 24px 10px 0px;
	float: left;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #999999;
	width: 188px;
	height: 920px;
}

.conNavi_wrap {
	padding-left: 47px;
	list-style-type: decimal;
	height: 100%;
}


.conNavi_all {
	margin: 10px;
	padding: 5px;
	width: 510px;
	border: 0px none #FCFCFB;
	height: 100%;
}
.conNavi_all ul {
	margin: 0px;
	padding: 0px 0px 0px 65px;
	text-align: left;
}
.conNavi_all li {
	list-style-image: url(img/star.gif);
	margin: 0px;
	text-align: left;
	padding: 0px 30px 5px 0px;
	font-size: 12px;
	color: #333333;
	list-style-position: outside;
	line-height: 1.4em;
	vertical-align: middle;
}

#news {
	font-size: 13px;
	margin: 0px;
	padding: 10px 5px;
	line-height: 22px;
	color: #333333;
	font-weight: normal;
	list-style-type: disc;
	background-color: #FFFFFF;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 24px;
}

#news p {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 18px;
	text-align: center;
}

#footer_deco {
	margin: 0px;
	padding: 0px;
	height: 8px;
	width: 700px;
	clear: both;
	background-image: url(img/footer_deco.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 700px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	background-image: url(img/footer02.jpg);
	line-height: 14px;
}
#footerMenu {
	clear: both;
	font-size: 12px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006633;
	border-right-color: #006633;
	border-bottom-color: #006633;
	border-left-color: #006633;
	padding: 0px 0px 3px;
	margin: auto;
	height: 20px;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 7px 0px 0px;
}
.conNavi_mini p {
	margin: 0px;
	padding: 0px;
}
#contents h4 {
	margin: 0px;
	padding: 0px 0px 5px;
	font-size: 13px;
	color: #333333;
}
#contents h5 {
	margin: 0px;
	padding: 5px 0px;
	font-size: 12px;
	color: #333333;
}
#shop_t {
	background-position: center;
	margin: 0px 0px 0px 100px;
	width: 300px;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif, "HGPｺﾞｼｯｸE";
	font-size: 12px;
	padding: 0px;
	border: 1px solid #666666;
}
#shop_t tr {
	border: 1px solid #666666;
	padding: 2px;
	margin: 2px;
}
#shop_t td {
	border: 1px solid #666666;
	padding: 5px;
}
#shop_t th {
	border: 1px solid #666666;
	padding: 5px;
}
#cost_t {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif, "HGPｺﾞｼｯｸE";
	font-size: 12px;
	background-position: center;
	text-align: center;
	width: 420px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#cost_t td {
	border: 1px solid #666666;
	padding: 5px 0px;
	line-height: 1.5em;
}
#cost_t th {

	border: 1px solid #666666;
	padding: 5px;
}
#cost_t tr {

	border: 1px solid #666666;
	padding: 2px;
	margin: 2px;
}
#faq_t {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif, "HGPｺﾞｼｯｸE";
	font-size: 12px;
	background-position: center;
	text-align: left;
	width: 420px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	border-top: none #666666;
	border-right: none #666666;
	border-bottom: none #666666;
	border-left: none #666666;
}
#faq_t td {
	padding: 5px 0px;
	line-height: 1.5em;
	border-top: none #666666;
	border-right: none #666666;
	border-bottom: none #666666;
	border-left: none #666666;
}
#faq_t th {
	padding: 5px;
	border-top: none #666666;
	border-right: none #666666;
	border-bottom: none #666666;
	border-left: none #666666;
}
#faq_t tr {
	padding: 2px;
	margin: 2px;
	border-top: none #666666;
	border-right: none #666666;
	border-bottom: none #666666;
	border-left: none #666666;
}
.annai {
	font-size: 13px;
	margin: 0px;
	padding: 5px;
	line-height: 1.2em;
	text-align: center;
}
.s_link {

	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 2px;
	border-top: 1px solid #009933;
	border-right: 15px solid #009933;
	border-bottom: 1px solid #009933;
	border-left: 15px solid #009933;
	text-align: center;
}

.s_linka {
	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 2px;
	border-top: 1px solid #FF3333;
	border-right: 15px solid #FF3333;
	border-bottom: 1px solid #FF3333;
	border-left: 15px solid #FF3333;
	text-align: center;
	color: #660000;
}
#news a:link {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 24px;
	color: #333333;
}
#news a:visited {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
}
#news a:hover {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 24px;
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
#footerMenu ul {
	margin: auto;
	padding: 0px 0px 0px 50px;
	line-height: 2em;
}
#footerMenu li {
	font-weight: normal;
	float: left;
	margin: auto;
	color: #333333;
	border-top: #FF0000;
	border-right: #FF0000;
	border-bottom: #FF0000;
	border-left: #FF0000;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
#footerMenu a:link {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 24px;
	color: #333333;
}
#footerMenu a:visited {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 24px;
	color: #333333;
	text-decoration: none;
}
#footerMenu a:hover {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 24px;
	color: #FF3300;
	font-weight: bold;
	text-decoration: underline;
}
.back_top {
	font-size: small;
	font-weight: normal;
	color: #3333FF;
	text-align: right;
}
a:visited {
	text-decoration: none;
	color: #3333FF;
}
