*	{
	font-size: 12px;
	color: #333333;
}

.view_g	{
	width: 750px;
	float: right;
}

.view_g_p	{
	width: 750px;
}
/*------------------------------------------------------------------------------
	1ページ
------------------------------------------------------------------------------*/
.view_bar	{
	width: 730px;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.view_info	{
	width: 750px;
	margin-bottom: 5px;
	border-collapse: collapse;
	table-layout: fixed;
}

.view_info	th	{
	text-align: left;
}

.view_info	td	{
	text-align: right;
}

.view_category	{
	width: 750px;
	background-color: #FF0000;
	table-layout: fixed;
}

.view_category	th	{
	padding: 10px 10px 0px 0px;
	text-align: right;
}

.view_category	td	{
	padding: 10px 0px 0px 10px;
	color: #FFFFFF;
}

.view_head	{
	width: 750px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #FF0000;
}
/*
.view_head	table	{
	width: 750px;
	margin-top: 10px;
	border-collapse: collapse;
	table-layout: fixed;
}
*/
.view_link	{
	padding: 10px;
	background-color: rgb(240, 240, 240);
	border: solid 1px #FF0000;
	color: #333333;
	cursor: pointer;
}

.view_current	{
	padding: 10px;
	background-color: #FFFFFF;
	border-top: solid 1px #FF0000;
	border-left: solid 1px #FF0000;
	border-right: solid 1px #FF0000;
	border-bottom: solid 1px #FFFFFF;
	color: #333333;
}

.view_hover	{
	padding: 10px;
	background-color: #FFFFFF;
	border-top: solid 1px #FF0000;
	border-left: solid 1px #FF0000;
	border-right: solid 1px #FF0000;
	border-bottom: solid 1px #FFFFFF;
	color: #333333;
	cursor: pointer;
}

.view_empty	{
	width: 100px;
	background-color: #FF0000;
	border-bottom: solid 1px #FF0000;
}

.view_names	{
	color: #FFFFFF;
	text-align: center;
}

.view_name	{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

.view_access	{
	text-align: right;
}

.view_introduce	{
	width: 750px;
	margin-bottom: 10px;
}

.view_introduce	table	{
	border-collapse: collapse;
	table-layout: fixed;
}

.view_introduce	th	{
	width: 355px;
	height: 355px;
	padding: 0px 10px;
	border: solid 1px rgb(181, 167, 121);
}

.view_introduce	td	{
	width: 353px;
	padding: 0px 10px;
	line-height: 18px;
}

.view_title	{
	margin-bottom: 10px;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}

.view_feature	{
	width: 750px;
}

.view_feature	table	{
	width: 750px;
	border-collapse: collapse;
	table-layout: fixed;
}

.view_feature	th	{
	padding: 0px 10px 5px 10px;
	border-bottom: dotted 1px rgb(181, 167, 121);
	color: #FF0000;
	font-size: 14px;
	text-align: left;
}

.view_feature	td	{
	padding: 5px 10px 10px 10px;
}

.view_content	{
	width: 750px;
}

.view_content	table	{
	border-collapse: collapse;
	table-layout: fixed;
}

.view_content	th	{
	width: 230px;
	padding: 10px;
	color: #FF0000;
}

.view_content	td	{
	width: 230px;
	padding: 10px;
	border-top: dotted 1px rgb(181, 167, 121);
}

.view_content_image	{
	width: 230px;
	height: 230px;
	padding: 10px;
}

.view_detail	{
	width: 750px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.view_detail	th	{
	width: 128px;
	padding: 5px 10px;
	background-color: rgb(242, 240, 233);
	border: solid 1px rgb(181, 167, 121);
	font-weight: normal;
}

.view_detail	td	{
	width: 579px;
	padding: 5px 10px;
	border: solid 1px rgb(181, 167, 121);
}

.view_detail_h	{
	width: 728px;
	background-color: rgb(225, 226, 201) !important;
	text-align: left;
	font-weight: bold !important;
}

.view_main	{
	width: 730px;
	height: 120px;
	margin-bottom: 10px;
	padding: 10px;
	background-repeat: repeat-x;
}

.view_main_category	{
	width: 365px;
	height: 30px;
	float: left;
	color: #FFFFFF;
}

.view_main_fav	{
	width: 365px;
	height: 30px;
	text-align: right;
	float: right;
}

.view_main_kana	{
	width: 730px;
	height: 20px;
	text-align: center;
	clear: both;
	color: #FFFFFF;
}

.view_main_name	{
	width: 730px;
	height: 40px;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
}

.view_main_menu	{
	width: 730px;
	height: 30px;
	text-align: center;
}

.view_main_menu	table	{
	width: 730px;
	margin: 0px auto;
	table-layout: fixed;
	border-collapse: collapse;
}

.view_main_menu	th	{
	width: 100px;
	height: 30px;
	padding: 0;
	background-image: url(../image/shop_menu_02s.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.view_main_menu	td	{
	width: 100px;
	height: 30px;
	padding: 0;
	background-image: url(../image/shop_menu_01s.gif);
	background-repeat: no-repeat;
	text-align: center;
}
/*------------------------------------------------------------------------------
	2ページ
------------------------------------------------------------------------------*/
.pr	{
	padding-bottom: 10px;
	border-bottom: dotted 4px #FF0000;
}
/*------------------------------------------------------------------------------
	3ページ
------------------------------------------------------------------------------*/
.view_coupon	{
	width: 750px;
	margin-bottom: 10px;
}

.view_coupon	table	{
	border-collapse: collapse;
	table-layout: fixed;
}

.view_coupon	th	{
	width: 178px;
	padding: 10px;
	border: solid 1px rgb(181, 167, 121);
	background-color: rgb(225, 226, 201);
	color: #FF0000;
}

.view_coupon	td	{
	width: 529px;
	padding: 10px;
	border: solid 1px rgb(181, 167, 121);
}

.view_access_guide	{
	width: 748px;
	margin-bottom: 10px;
	padding: 10px 0px;
	border: solid 1px rgb(181, 167, 121);
	text-align: center;
}

.view_map	{
	width: 748px;
	height: 500px;
	margin-bottom: 10px;
	border: solid 1px rgb(181, 167, 121);
}

.view_print	{
	margin-bottom: 10px;
	text-align: center; 	
}
/*------------------------------------------------------------------------------
	4ページ
------------------------------------------------------------------------------*/
.view_bar	table	{
	border-collapse: collapse;
}

.view_bar	th	{
	width: 120px;
	padding: 5px;
}

.view_bar	td	{
	width: 120px;
	padding: 5px;
	border: dotted 4px #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
	font-bold: bold;
	text-align: center;
}

.view_bar	a	{
	color: #FFFFFF !important;
	font-size: 14px !important;
}

.view_menu	{
	width: 750px;
	margin-bottom: 10px;
	text-align: center;
}

.view_menu	table	{
	border-collapse: collapse;
}

.view_menu	th	{
	width: 630px;
	padding: 10px;
	border-bottom: dotted 1px rgb(181, 167, 121);
	font-size: 14px;
	text-align: left;
}

.view_menu_headline	{
	width: 740px !important;
	padding: 0px 0px 10px 10px !important;
	border-bottom: solid 1px #FF0000 !important;
	color: #FF0000;
}

.view_menu_break	{
	width: 740px !important;
	padding: 20px 0px 10px 10px !important;
	border-bottom: solid 1px #FF0000 !important;
	color: #FF0000;
}

.view_menu_explain	{
	margin-top: 10px;
	font-weight: normal !important;
	color: #666666;
}

.view_menu	td	{
	width: 180px;
	padding: 10px;
	border-bottom: dotted 1px rgb(181, 167, 121);
	font-size: 14px;
	text-align: right;
}

.view_menu_01	{
	width: 150px;
	height: 20px;
	padding-top: 10px;
	background-image: url(../image/shop_menu_01.gif);
	text-align: center;
	float: left;
}

.view_menu_02	{
	width: 150px;
	height: 20px;
	padding-top: 10px;
	background-image: url(../image/shop_menu_02.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	float: left;
}

.view_menu_line	{
	width: 750px;
	height: 3px;
	margin-bottom: 10px;
	background-image: url(../image/shop_menu_line.gif);
	background-repeat: no-repeat;
	clear: both;
}
/*------------------------------------------------------------------------------
	5ページ
------------------------------------------------------------------------------*/
.reviews	{
	color: #FFFFFF;
	font-size: 12px !important;
	font-weight: normal !important;
}

.review_reg	{
	width: 750px;
	margin-bottom: 10px;
	text-align: right;
}

/*
takenoshita 20080408
.review_head	{
	width: 746px;
	background-color: #FFFFFF;
	border: solid 2px #FF0000;
	text-align: right;
	cursor: move;
}
*/

.review_head table	{
	margin: 5px 10px 5px auto;
}

.review_body	{
	width: 726px;
	margin-bottom: 10px;
	padding: 10px 10px 0px 10px;
	background: #FFFFFF;
	border-left: solid 2px #FF0000;
	border-right: solid 2px #FF0000;
	border-bottom: solid 2px #FF0000;
	line-height: 1.4;
}

.review_body	div	{
	margin-bottom: 10px;
}

.review_body	ul	{
	margin: 0px;
	margin-bottom: 10px;
	list-style: none;
}

.review_body	li	{
    padding-left: 15px;
    background: url(../image/orange.gif) no-repeat 0px;
    list-style: none;
}

.review_body	textarea	{
	width: 720px;
}

.review_form	{
	width: 750px;
	position: absolute;
	display: none;
/*
	cursor: move;
*/
}

.review_comment	{
	font-size: 14px !important;
}
/*------------------------------------------------------------------------------
	印刷用
------------------------------------------------------------------------------*/
.view_map_p	{
	width: 628px;
	height: 300px;
	margin-bottom: 10px;
	border: solid 1px rgb(181, 167, 121);
}

.view_detail_p	{
	width: 630px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.view_detail_p	th	{
	width: 128px;
	padding: 5px 10px;
	background-color: rgb(242, 240, 233);
	border: solid 1px rgb(181, 167, 121);
	font-weight: normal;
}

.view_detail_p	td	{
	width: 459px;
	padding: 5px 10px;
	border: solid 1px rgb(181, 167, 121);
}
.view_coupon_p	{
	width: 630px;
	margin-bottom: 10px;
}

.view_coupon_p	table	{
	border-collapse: collapse;
	table-layout: fixed;
}

.view_coupon_p	th	{
	width: 128px;
	padding: 5px 10px;
	border: solid 1px rgb(181, 167, 121);
	background-color: rgb(225, 226, 201);
	color: #FF0000;
}

.view_coupon_p	td	{
	width: 459px;
	padding: 5px 10px;
	border: solid 1px rgb(181, 167, 121);
}
/*------------------------------------------------------------------------------
	スクローラ
------------------------------------------------------------------------------*/
.pager	{
	width: 750px;
	border-collapse: collapse;
	color: #666666;
}

.pager	th	{
	height: 20px;
	text-align: left;
	font-weight: normal;
}

.pager	td	{
	height: 20px;
	text-align: right;
}
/*------------------------------------------------------------------------------
	takenoshita
------------------------------------------------------------------------------*/
.textSmall {
	font-size: 10px;
	color: #666666;
}

#charnum {
	font-size: 10px!important;
	color: #666666;
}

#charnum_o {
	font-size: 10px!important;
	color: #666666;
}

.review_head	{
	width: 746px;
	background-color: #FFFFFF;
	border: solid 2px #FF0000;
	text-align: right;
}

#review_head {
	cursor: move;
}

#opinion_head {
	cursor: move;
}

.thanks_comment	{
	background-color: rgb(240, 240, 240);
	font-size: 14px !important;
	padding: 10px;
}

.thanks_title {
	background-color: rgb(240, 240, 240);
	font-size: 14px !important;
	padding: 5px 10px 0px 10px;
	margin-bottom: 0px !important;
}

.column_mb5	{
	margin-bottom: 5px;
}

.service {
	width: 180px;
	border: solid 1px rgb(140, 118, 82);
	background-color: #ffffff;
	margin: 0px auto 10px auto;
	padding: 5px;
}

.banner {
	width: 180px;
	margin: auto;
	margin-bottom: 10px;
}

.service_head {
	width: 180px;
	background-color: rgb(210, 227, 255) !important;
	font-weight: bold;
	color: #333333 !important;
	text-align: center;
	padding: 5px 0px;
}

.service_body {
	width: 180px;
	margin-bottom: 10px;
}

.service_row {
	width: 170px;
	padding: 5px 5px 0px 5px;
}

.service_noentry {
	width: 180px;
	text-align: center;
	padding-top: 10px;
}

.count_body {
	width: 170px;
	text-align: right;
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;
}

.products {
	width: 180px;
	margin-bottom: 5px;
	border-collapse: collapse;
	table-layout: fixed;
}

.products th {
	width: 50px;
	height: 50px;
	padding: 5px 5px 0px 0px;
}

.products td {
	width: 125px;
	padding: 5px 0px 0px 0px;
}