@charset "utf-8";
/* CSS Document */



* {
	margin: 0px;
	padding: 0px;
}



/*基本設定===============================================*/


body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #000000;
	font-size: 0.8em;
	line-height: 1.7em;
	background-color: #ffffff;
}



a:link {
	color: #3fa8f4;
	text-decoration: underline;
}
a:visited {
	color: #ffa525;
	text-decoration: underline;
}
a:hover {
	color: #5dcdfc;
	text-decoration: underline;
}
a:active {
	color: #5dcdfc;
	text-decoration: underline;
}


/*ヘッダーエリア===============================================*/

#HeaderArea {
	width: 760px;
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

#HeaderAreaback {
	width: 760px;
	vertical-align: bottom;
	margin-bottom: 0px;
}


/*コンテンツ全体===============================================*/

#ContentsArea {
	clear: both;
	width: 760px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #ee3338;
	background-color: #fffce7;
}




/*コンテンツ左側===============================================*/

#LeftContentsArea {
	width: 184px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #fffce7;
}




/*コンテンツ右側===============================================*/

#RightContentsAreaTop {
	width: 575px;
	margin-left: 0px;
	margin-right: 0px;
	padding : 0px;
	float: right;
	overflow: hidden;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee3338;
	border-right-color: #ee3338;
	border-bottom-color: #ee3338;
	border-left-color: #ee3338;
	background-image: url(images/top_img.jpg);
	background-repeat: no-repeat;
}

#RightContentsArea {
	width: 575px;
	margin-left: 0px;
	margin-right: 0px;
	padding : 0px;
	float: right;
	overflow: hidden;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee3338;
	border-right-color: #ee3338;
	border-bottom-color: #ee3338;
	border-left-color: #ee3338;
}




/*現在位置表示===============================================*/

#StructureArea {
	font-size: 0.8em;
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-color: #ffffdd;
}






/*サイト全体へのリンク（下部）===============================================*/

#LinkArea {
	text-align: center;
	line-height: 1.5em;
	color: #663399;
	padding: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D6CFF3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6CFF3;
}

#LinkArea a:link {
	color: #663399;
	text-decoration: underline;	
}

#LinkArea a:visited {
	color: #663399;
	text-decoration: underline;
}

#LinkArea a:hover {
	color: #659ad2;
	text-decoration: underline;
}

#LinkArea a:active {
	color: #663399;
	text-decoration: underline;
}





/*コーナー内リンク===============================================*/


#SubLinkArea_h2 {
	text-align: center;
	color: #8fc53f;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #8fc53f;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8fc53f;
	padding: 5px;
}


#SubLinkArea_h2 a:link {
	color: #8fc53f;
	text-decoration: underline;
}

#SubLinkArea_h2 a:visited {
	color: #8fc53f;
	text-decoration: underline;
}

#SubLinkArea_h2 a:hover {
	color: #76d283;
	text-decoration: underline;
}

#SubLinkArea_h2 a:active {
	color: #76d283;
	text-decoration: underline;
}

/*コーナー内リンク===============================================*/


#SubLinkArea_h3 {
	text-align: center;
	color: #ee3338;
	clear: both;
	margin-top: 10px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ee3338;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ee3338;
	padding: 3px;
}


#SubLinkArea_h3 a:link {
	color: #ee3338;
	text-decoration: underline;
}

#SubLinkArea_h3 a:visited {
	color: #ee3338;
	text-decoration: underline;
}

#SubLinkArea_h3 a:hover {
	color: #ee3338;
	text-decoration: underline;
}

#SubLinkArea_h3 a:active {
	color: #ee3338;
	text-decoration: underline;
}


/*フッターエリア===============================================*/

#FooterAreaback {
	width: 760px;
	margin: 0px;
	padding: 0px;
}


#FooterArea {
	width: 760px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.4em;
}



/*プロフィールエリア===============================================*/

.profilearea {
	text-align: left;
	vertical-align: top;
	font-size: 1.0em;
	line-height: 1.4em;
	padding: 8px;
}



/*見出し===============================================*/

h1 {
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	padding:0px;
	font-size: 0.8em;
	line-height: 1.4em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee3338;
	border-right-color: #ee3338;
	border-bottom-color: #ee3338;
	border-left-color: #ee3338;
}

h2 {
	text-align: left;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.h2-top {
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


h3 {
	color: #000000;
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	margin-right: 25px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #ee3338;
}

h3.goods {
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	color: #517A70;
	padding-left: 8px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-top-color: #517A70;
	border-right-color: #517A70;
	border-bottom-color: #517A70;
	border-left-color: #517A70;
	line-height: 1.4em;
}



h4 {
	font-size: 1em;
	line-height: 1.4em;
	color: #794ca6;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	margin-right: 20px;
	margin-left: 25px;
	margin-top: 10px;
	border-left-style: solid;
	border-left-width: 5px;
}

h4.goods_list {
	font-size: 1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #668C3B;
	line-height: 1.4em;
	text-align: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	border-left-style: solid;
	border-left-width: 0px;
}

h4.h4_hinshu {
	font-size: 1em;
	line-height: 1.4em;
	color: #794ca6;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 0px;
	border-left-style: solid;
	border-left-width: 5px;
}


h5 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #3fa8f4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.h5-top {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #3fa8f4;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


h6 {
	font-size: 1em;
	text-align: left;
	line-height: 1.4em;
	color: #3fa8f4;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
}


/*キャッチコピー===============================================*/


h3.catch-h3 {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.2em;
	color: #EB6100;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 0px;
	border-bottom-style: double;
	border-bottom-color: #794ca6;
}

h3.catch-h3_naka {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.2em;
	color: #EB6100;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: double;
	border-bottom-color: #794ca6;
}

h3.catch-h3_sushi {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.2em;
	color: #EB6100;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: double;
	border-bottom-color: #794ca6;
}





/*コンテンツボックス===============================================*/

.box-h2 {
	text-align: left;
	padding:5px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;

}


.box-h2-topics {
	text-align: left;
	padding:10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee3338;
	border-right-color: #ee3338;
	border-bottom-color: #ee3338;
	border-left-color: #ee3338;
}


.box-h2-top {
	text-align: left;
	padding:10px;

	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ee3338;
	border-right-color: #ee3338;
	border-bottom-color: #ee3338;
	border-left-color: #ee3338;

}




.box-h3 {
	text-align: left;
	padding:5px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}



.box-h4 {
	text-align: left;
	padding:5px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
}


.box-h5 {
	text-align: left;
	padding:5px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 40px;
}


.box-h6{
	text-align: left;
	padding:5px;
	margin-bottom: 30px;
	margin-left: 35px;
	margin-right: 35px;
}







/*コンテンツボックス内ボックス===================================*/

.inbox_left {
	width: 390px;
	text-align: left;
	line-height: 1.5em;
	font-size: 0.9em;
	float: left;
	margin: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 10px;
	
}


.inbox_right {
	width: 130px;
	text-align: left;
	float: right;
	margin: 0px;
	padding-bottom: 15px;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 0.8em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #cccccc;
}


/*戻るボタン===============================================*/

.page-top a{
	font-size: 0.8em;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width:90px;
	display: block;
	background-color: #ee3338;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 15px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom:0px;
	padding-left: 5px;
	float:right;
}


.page-top a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.page-top a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.page-top a:hover {
	color: #ffffff;
	background-color: #962427;
	text-decoration: none;
}
.page-top a:active {
	color: #ffffff;
	text-decoration: none;
}






.back-home a{
	font-size: 0.8em;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	width:80px;
	display: block;
	background-color: #ee3338;
	margin: 0px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom:0px;
	padding-left: 5px;
}


.back-home a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.back-home a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.back-home a:hover {
	color: #ffffff;
	background-color: #962427;
	text-decoration: none;
}
.back-home a:active {
	color: #ffffff;
	text-decoration: none;
}





/*位置の制御===============================================*/

.left {
	float: left;
	vertical-align: text-top;
	text-align: left;
}

.right {
	float: right;
	vertical-align: text-top;
	text-align: right;
}

.center {
	text-align: center;
}

br.clear {
	clear: both;
	line-height: 0px;
}





/*画像の回り込み===============================================*/

.img-left {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	text-align: center;

}


.img-right {
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
	text-align: center;

}
