@charset "UTF-8";

/* -------------------------------------------------------------------------- */
/* リンク文字の基本色、アクセス済みの色 */
a:link, a:visited {
	color: #3399ff;
	text-decoration: none;
}
/* クリックした瞬間の色、カーソルを重ねた時の色 */
a:active, a:hover {
	color: #ff9900;
	text-decoration: underline;
}
/* -------------------------------------------------------------------------- */
/* 画像のリンク 枠無し */
a img{
	border: 0px;
}
/* -------------------------------------------------------------------------- */
/* 画像非表示 */
.img_hidden {
	display: none;
}
/* -------------------------------------------------------------------------- */
/* その他 */
p {
	margin: 0px;
	padding: 0px;
}
/* -------------------------------------------------------------------------- */
/* 見出し */
/* ヘッダに使用 */
h1 {
	margin: 0px;
	padding: 10px;
	font-size: 16px;
	line-height: 150%;
}
/* -------------------------------------------------------------------------- */
/* タイトルに使用 */
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px 0px 10px 0px;
	padding: 4px 0px 0px 18px;
	height: 26px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	background-image: url(/images/bg_subtitle.gif);
	background-repeat: no-repeat;
}
.subtitle_event {
	background-image: url(/images/bg_subtitle_event.gif);
	background-repeat: no-repeat;
}
.subtitle_event_next {
	margin-top: 10px;
	background-image: url(/images/bg_subtitle_event.gif);
	background-repeat: no-repeat;
}
.subtitle_shop {
	background-image: url(/images/bg_subtitle_shop.gif);
	background-repeat: no-repeat;
}
.title {
	margin-bottom: 20px;
}
/* -------------------------------------------------------------------------- */
/* ページ全体 */
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
/*	font-family: "ＭＳ Ｐゴシック", sans-serif; */
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 150%;
	background-color: #eeeeee;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* -------------------------------------------------------------------------- */
/* レイアウト全体 */
#wrapper {
	margin: auto;
	width: 950px;
	background-color: #ffffff;
	background-image: url(/images/bg_header.jpg);
	background-repeat: repeat-x;
}
/* -------------------------------------------------------------------------- */
/* ヘッダ */
#header {
	width: auto;
	height: 160px;
	background-image: url(/images/header_mtfuji.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#header img {
	margin: 0px 40px 0px 20px;
	float: left;
}
.header_menu {
	color: #ffffff;
	margin: 10px 10px 0px 0px;
	text-align: right;
}
.header_menu_line {
	margin: 0px 10px;
}
/* リンク文字の基本色、アクセス済みの色 */
.header_menu a:link, .header_menu a:visited {
	color: #ffffff;
}
/* クリックした瞬間の色、カーソルを重ねた時の色 */
.header_menu a:active, .header_menu a:hover {
	color: #ff9900;
}
/* -------------------------------------------------------------------------- */
/* トピックパス */
#topicpath {
	clear: both;
	margin: 0px 10px 5px 10px;
	width: auto;
}
#topicpath ul {
	margin: 0px;
	padding: 0px;
}
#topicpath li {
	display: inline;
	list-style-type: none;
}
/* -------------------------------------------------------------------------- */
/* コンテンツ */
#contents {
	clear: both;
	margin: 0px 10px 20px 10px;
	width: auto;
}
/* -------------------------------------------------------------------------- */
/* 左側メニュー */
#leftnavi {
	float: left;
	width: 200px;
	margin-right: 10px;
}
/* -------------------------------------------------------------------------- */
/* トップ画面 中央 */
#index_main {
	margin-right: 10px;
	float: left;
	width: 510px;
}
/* -------------------------------------------------------------------------- */
/* トップ画面 右側 */
#rightnavi {
	float: left;
	width: 200px;
}
#rightnavi img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#rightnavi a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* -------------------------------------------------------------------------- */
/* トップ以外 右側 */
#main {
	float: left;
	width: 720px;
}
/* -------------------------------------------------------------------------- */
/* イベント 右側 */
#rightnavi_event {
	float: left;
	width: 200px;
}
#rightnavi_event img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
#rightnavi_event a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/* -------------------------------------------------------------------------- */
/* フッタ */
#footer {
	clear: both;
	width: auto;
	height: 60px;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
/* リンク文字 */
#footer a {
	color: #ffffff;
}
#footer p {
	padding: 25px 0px 0px 0px;
}
/* -------------------------------------------------------------------------- */
/* ホームへ戻る・ページの先頭へ戻る */
.page_top {
	clear: both;
}
.page_top ul {
	float: right;
	margin-top: 30px;
	list-style-type: none;
}
.page_top li {
	float: left;
	margin-left: 20px;
}
/* ホームへ戻るボタン */
.home_btn a {
	background-image: url(/images/btn_home01.gif);
	background-repeat: no-repeat;
}
.home_btn a:hover img {
	visibility: hidden;
}
/*　IE6用　*/
.home_btn a:hover {
	background-color: transparent;
}
/* ページの先頭へ戻るボタン */
.page_top_btn a {
	background-image: url(/images/btn_page_top01.gif);
	background-repeat: no-repeat;
}
.page_top_btn a:hover img {
	visibility: hidden;
}
/*　IE6用　*/
.page_top_btn a:hover {
	background-color: transparent;
}
/* -------------------------------------------------------------------------- */
/* 今週の一枚！ */
.weekly {
	line-height: 200%;
	background-image: url(/images/bg_weekly.gif);
	background-repeat: repeat-y;
}
.weekly_banner {
	margin-bottom: 20px;
}
.weekly_comment {
	font-size: 12px;
	margin-bottom: 10px;
}
.weekly_photo {
	padding: 4px;
	border: 1px solid #cccccc;
}
/* -------------------------------------------------------------------------- */
/* メニュー */
.category {
	margin-bottom: 10px;
	border: 1px solid #003399;
}
.category ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 25px;
}
.category a {
	display: block;
	height: 25px;
}
/* リンク文字の基本色、アクセス済みの色 */
.category a:link, .category a:visited {
	color: #333333;
	text-decoration: none;
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #edede5;
	border-bottom: 1px solid #d8d5d1;
	border-left: 10px solid #d8d5d1;
}
/* クリックした瞬間の色、カーソルを重ねた時の色 */
.category a:active, .category a:hover {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	background-color: #d8d5d1;
	border-bottom: 1px solid #bfbbb5;
	border-left: 10px solid #bfbbb5;
}
/* 現在の場所 */
.category_place {
	margin: 1px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background-color: #d8d5d1;
	border-bottom: 1px solid #bfbbb5;
	border-left: 10px solid #bfbbb5;
}
/* -------------------------------------------------------------------------- */
/* お問い合わせ - 右側メニュー用 */
.inquiry_navi {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #003399;
}
.inquiry_navi img {
	margin-right: 4px;
	vertical-align: middle;
}
.inquiry_navi_form {
	margin-top: 10px;
}
/* -------------------------------------------------------------------------- */
/* 休日カレンダー */
.calender {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #003399;
	text-align: center;
}
.calender table {
	border-collapse: collapse;
}
.calender td {
	width: 25px;
	border: 1px solid #999999;
	text-align: center;
}
.calender_month {
	background-color: #6699ff;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
.calender_week {
	background-color: #b7b7b7;
	font-weight: bold;
	color: #ffffff;
}
.calender_off {
	background-color: #ffcccc;
}
.calender_sun {
	color: #cc3333;
}
.calender_next {
	color: #cccccc;
}
.calender_sun_off {
	background-color: #ffcccc;
	color: #cc3333;
}
.calender_sun_next {
	background-color: #ffcccc;
	color: #cccccc;
}
.calender_num {
	font-family: Arial;
}
.calender_comment {
	margin-top: 5px;
	font-size: 13px;
	text-align: left;
}
.calender img {
	margin-right: 5px;
	vertical-align: middle;
	border: 1px solid #999999;
}
/* -------------------------------------------------------------------------- */
/* SSL証明書 */
.smart_seal {
	margin: 0px;
	text-align: center;
}
/* -------------------------------------------------------------------------- */
/* 今月のイベント情報 */
.event {
	margin-top: 10px;
}
.event img {
	margin-bottom: 10px;
}
.event dl {
	margin: 0px;
	padding: 0px 10px;
	line-height: 25px;
	list-style-type: none;
	background-image: url(/images/bg_event.gif);
	background-repeat: repeat-y;
}
.event dt {
	clear: both;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	font-size: 16px;
}
.event dd {
	margin: 0px;
	padding: 0px 0px 10px 15px;
	font-size: 14px;
}
.event_municipality {
	float: right;
}
.event_date {
	float: left;
}
.arrow_mark {
	background-image: url(/images/arrow_mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}
/* -------------------------------------------------------------------------- */
/* アクセスカウンター */
.counter table {
	margin: 20px 10px 0px 10px;
	border-collapse: collapse;
	width: 700px;
}
.counter td {
	padding: 5px 20px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	width: 50%;
}
.counter_count {
	border-left: 1px dotted #999999;
	text-align: right;
}
/* -------------------------------------------------------------------------- */
/* バナー */
.banner_sightseeing img {
	margin-bottom: 2px;
}
.banner_index {
	margin-top: 20px;
}
.banner_index img {
	margin-bottom: 5px;
}
/* -------------------------------------------------------------------------- */
/* アクセスマップ */
.access {
	width: auto;
}
.access img {
	display: block;
	margin: 0px auto 25px auto;
}
.map_space {
	margin: 0px 0px 25px 10px;
}
/* -------------------------------------------------------------------------- */
/* お問い合わせ */
.inquiry {
	width: auto;
}
.inquiry table {
	margin: 10px 10px 0px 10px;
	padding: 0px;
	border-collapse: collapse;
	width: 700px;
}
.inquiry th {
	padding: 10px 20px;
	border: 1px solid #999999;
	background-color: #b6deff;
	width: 180px;
}
.inquiry td {
	padding: 10px;
	border: 1px solid #999999;
	width: auto;
}
.inquiry_button {
	margin-top: 20px;
	text-align: center;
}
.inquiry_must {
	padding: 10px;
	text-align: right;
}
.inquiry_error {
	color: #cc0000;
	text-align: center;
	background-color: #b6deff;
	font-weight: bold;
}
.inquiry_space {
	margin: 20px 0px 0px 20px;
}
/* -------------------------------------------------------------------------- */
/* 会社案内 */
.company {
	width: auto;
}
.company td {
	padding: 10px 15px;
}
.company_item {
	background-color: #b6deff;
}
.company_data {
	border-bottom: 2px solid #b6deff;
}
.company_photo {
	margin: 20px 15px 0px 0px;
	float: left;
	border: 1px solid #cccccc;
}
/* -------------------------------------------------------------------------- */
/* サイトマップ */
.sitemap {
	width: auto;
}
.sitemap_left {
	width: 355px;
	float: left;
	margin: 0px 10px 0px 0px;
}
.sitemap_right {
	width: 355px;
	float: left;
}
.sitemap ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sitemap li {
	margin-left: 35px;
}
.sitemap_item {
	margin: 15px 0px 5px 20px;
	border-bottom: 1px dotted #999999;
}
.sitemap span {
	color: #003399;
}
/* -------------------------------------------------------------------------- */
/* プライバシーポリシー */
.privacy {
	width: auto;
}
.privacy ol {
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: 1px dotted #999999;
}
.privacy ol li {
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
.privacy ol li ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.privacy ol li ul li ul li {
	margin: 0em 0em 0em 3em;
	padding: 0px;
	text-indent: -3em;
	list-style-type: none;
}
.privacy_indent {
	text-indent: 1em;
}
/* -------------------------------------------------------------------------- */
/* 権利・著作権等について */
.copyright {
	width: auto;
}
.copyright_indent {
	text-indent: 1em;
}
.copyright_registered {
	text-indent: 1em;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #999999;
}
/* -------------------------------------------------------------------------- */
/* フォトギャラリー */
.gallery {
	width: auto;
}
.gallery_frame {
	float: left;
	margin: 10px 4px 0px 4px;
	padding: 5px;
	width: 160px;
	border: 1px solid #999999;
}
.gallery_frame_title {
	padding-top: 5px;
}
.gallery_frame span {
	display: block;
	text-indent: 1em;
	font-size: 12px;
}
.gallery_page {
	clear: both;
	margin: 10px 0px 0px 0px;
	color: #999999;
}
/* -------------------------------------------------------------------------- */
/* フォトギャラリー - PopBox用 */
.PopBoxImageSmall {
	border: none 0px #ffffff;
	cursor: url("/include/popbox/magplus.cur"), pointer;
}
.PopBoxImageLarge {
	border: solid 1px #999999;
	cursor: url("/include/popbox/magminus.cur"), pointer;
}
.PopBoxImageShrink {
	cursor: url("/include/popbox/magminus.cur"), pointer;
}
.PopBoxImageLink {
	cursor: pointer;
}
.PopBoxImageMove {
	border: none 0px #ffffff;
	cursor: pointer;
}
/* -------------------------------------------------------------------------- */
/* 特定商取引法に基づく表記 */
.shop_guide {
	width: auto;
}
.shop_guide table th {
	padding: 10px 15px;
	white-space: nowrap;
	text-align: center;
	vertical-align: text-top;
	background-color: #d3ebff;
}
.shop_guide table td {
	padding: 10px;
}
.shop_guide table td table {
	border-collapse: collapse;
	margin: 5px 0px 0px 10px;
}
.shop_guide table td table td {
	padding: 3px 15px 3px 15px;
	border: 1px solid #999999;
}
.shop_guide_por_01 {
	background-color: #d8d5d1;
	text-align: center;
}
.shop_guide_por_02 {
	background-color: #edede5;
	text-align: center;
}
.shop_guide_por_03 {
	background-color: #efefef;
	text-align: left;
}
.shop_guide_por_04 {
	background-color: #fffff7;
	text-align: right;
}
.shop_guide ul {
	margin: 0px;
	padding: 0px;
}
.shop_guide li {
	margin-left: 25px;
	padding: 0px;
}
/* -------------------------------------------------------------------------- */
/* VAIO */
.shop_vaio {
	float: left;
	width: 476px;
	margin-right: 10px;
}
.shop_vaio dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px dotted #999999;
}
.shop_vaio dt {
	float: left;
	margin: 0px;
	padding: 5px 0px;
}
.shop_vaio dd {
	margin-left: 95px;
	padding: 5px 0px;
}
.shop_vaio_banner {
	margin-top: 10px;
}
.shop_vaio_banner_long {
	margin-bottom: 6px;
}
.shop_vaio_banner_half {
	margin-bottom: 6px;
}
.shop_vaio_banner_half_l {
	margin-bottom: 6px;
	margin-right: 6px;
}
/* -------------------------------------------------------------------------- */
/* ショップ バナー用 */
.shop_banner {
	float: left;
	width: 234px;
}
.shop_banner_title {
	margin-bottom: 15px;
	text-align: center;
	color: #ffffff;
	background-image: url(/shop/images/bg_shop_banner_title.gif);
	background-repeat: no-repeat;
}
/* -------------------------------------------------------------------------- */
/* ショッピングカート用 */
.sale_image {
	margin-bottom: 10px;
	border: 1px solid #003399;
}
.sale_image img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.sale_image a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.shopping {
	margin: 0px;
	padding: 0px;
	width: 720px;
}
.shopping table {
	margin: 0px 0px 0px 0px;
	border-collapse: collapse;
}

form {
margin: 0px;
}
/* フッター */
.foot {
/* width: 590px; */
clear: both;
margin: 0px;
}
.foot p {
/**.foot p/foot_p_bg/フッター部の背景色	background-color: #CCDDFF;**/
/**.foot p/foot_p_text/フッター部の文字色	color: #FFFFFF;**/
padding: 2px;
margin: 0px;
font-size: 11px;
text-align: right;
}
/* 各種テーブル */
.border_t th {
background-color: #cdf;
color: #fff;
border: 1px solid #ccc;
padding: 4px;
text-align: center;
}
.border_t td {
background-color: #fff;
color: #666;
border: 1px solid #ccc;
padding: 4px;
}
.item_list_t {
clear: both;
text-align: center;
}
.item_list_t table {
margin-left: auto;
margin-right: auto;
width: 720px;
}
.item_list_t th {
/**.item_list_t th/item_list_t_th_bg/商品一覧テーブル見出し背景色**/	background-color: #7fb5ff;
/**.item_list_t th/item_list_t_th_text/商品一覧テーブル見出し文字色**/	color: #FFFFFF;
border: 1px solid #ccc;
padding: 4px;
text-align: center;
}
.item_list_t td {
border: 1px solid #ccc;
padding: 4px;
}
.shop_i_name {
text-align: left;
}
.user_form_center {
text-align: center;
}
.td1 {
/**.td1/td1_bg/商品一覧テーブルデータ背景色１**/	background-color: #EFEFEF;
/**.td1/td1_text/商品一覧テーブルデータ文字色１**/	color: #666666;
}
.td2 {
/**.td2/td2_bg/商品一覧テーブルデータ背景色２**/	background-color: #FFFFFF;
/**.td2/td2_text/商品一覧テーブルデータ文字色２**/	color: #666666;
}
.item_note {
/**.item_note/item_note_text/商品一覧 備考の文字色**/	color: #FF3333;
}
.item_list_t p {
margin: 5px 0px;
}

/* PageUnit */
.page_unit {
float: right;
margin-top: 10px;
margin-bottom: 10px;
}

/* SearchUnit */
.search_unit {
text-align: center;
}
.search_unit table {
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
}
.search_unit td {
border-bottom: 1px solid #ccc;
padding: 4px;
}
/* BackLink */
.back_link {
margin: 10px 0px;
}
/* ShowCart */
.show_cart_money {
margin: 10px 0px;
float: right;
}
.show_cart {
margin-left: auto;
margin-right: auto;
width: auto;
}
/* Flow */
.flow {
text-align: center;
margin-bottom: 20px;
}
.flow p {
/**.flow p/flow_p_bg/カートフロー背景色**/	background-color: #FFFFDD;
/**.flow p/flow_p_text/カートフロー文字色**/	color: #666666;
border: 1px solid #ccc;
margin: 0px auto;
padding: 5px;
}
.flow_now {
/**.flow_now/flow_now_text/カートフロー現在の文字色**/	color: #3333FF;
}
/* ButtonSet */
.btn_set {
clear: both;
margin-top: 30px;
margin-bottom: 20px;
text-align: center;
}
.btn_set p {
margin-left: auto;
margin-right: auto;
}
/* CartForm */
.user_form {
text-align:center
}
.user_form table {
margin: 20px auto;
width: 90%;
}
.user_form th {
/**.user_form th/user_form_th_bg/カート情報入力テーブル見出し背景色**/	background-color: #CCDDFF;
/**.user_form th/user_form_th_text/カート情報入力テーブル見出し文字色**/	color: #666666;
border: 1px solid #ccc;
padding: 4px;
text-align: center;
}
.user_form td {
/**.user_form th/user_form_td_bg/カート情報入力テーブルデータ背景色**/	background-color: #FFFFFF;
/**.user_form th/user_form_th_text/カート情報入力テーブルデータ文字色**/	color: #666666;
border: 1px solid #ccc;
padding: 4px;
text-align: left;
}
.small {
/**.small/small_text/カート情報入力注釈の文字色**/	color: #3333CC;
font-size: 13px;
font-weight: normal;
}
.need_mark {
/**.need_mark/need_mark_text/カート情報入力必須項目※印文字色**/	color: #FF9999;
}
/********** Extras **********/
.btn_route {
width: 100px;
}
.w80 {
width: 80px;
}
.w100 {
width: 100px;
}
.w120 {
width: 120px;
}
.w160 {
width: 160px;
}
.clear {
clear: both;
}
.right {
float: right;
text-align: right;
}
.input {
height: 20px;
}
.attent {
/**.attent/attent_text/各種注目すべき文字の文字色**/	color: #CC0000;
}
.text {
letter-spacing: 0px;
text-align: left;
}
.no_border_t td {
border: none;
}
.bottom_border_t td {
border-top: none;
border-right: none;
border-left: none;
border-bottom: 1px solid #ccc;
}
/* Error 用 */
.error {
background-color: #fee;
color: #666;
border: 1px solid #fcc;
padding: 5px;
margin: 20px auto;
width: 90%;
text-align: left;
}
.error p {
margin: 5px;
text-align: center;
font-weight: bold;
}
.error span {
font-weight: bold;
}
/* message 用 */
.message {
background-color: #eef;
color: #666;
border: 1px solid #cdf;
padding: 5px;
margin: 20px auto;
width: 90%;
