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

html
	{
	/*font-family:"メイリオ", Osaka , Arial, Helvetica;*/
	margin:0;
	padding:0;
	}

body
	{ 
	background:#fff; /*背景色*/
	text-align: center;
	color: #454545; /*文字色*/
	font-size: 10px; /*文字の大きさ*/
	font-family: Verdana, Arial, sans-serif;
	line-height:120%;
	}

td
	{
	font-size:12px; /*文字の大きさ*/
	line-height:120%; /*行間の高さ*/
	padding:5px 0;
	word-break:break-all;
	word-wrap:break-word;
	}


/**********リンク設定**********/

a
	{
	color:#2338DC;
	text-decoration:none;
	}

a:hover
	{
	text-decoration:underline;
	}

a img
	{
	border: 0;
	}

h1, h2, h3, h4, h5, h6
	{
	margin:0;
	padding:0;
	}


/**********メイン設定**********/

#wrap
	{
	width:760px;
	text-align:left;
	margin:0 auto;
	padding:0;
	}

#main
	{
	width:760px;
	text-align:left;
	background:#fff;
	}


/**********ヘッダー部分設定**********/

#header
	{
	background:#fff;
	margin:10px 0 20px 0;
	text-align:left;
	clear:both;
	}

#header h1
	{
	margin:0 0 10px 0;
	font-size:18px; /*タイトル文字の大きさ*/
	line-height:120%;
	letter-spacing:2px;
	}

#header h1 a
	{
	color:#26262d;
	text-decoration:none;
	}

#header h1 a:hover
	{
	text-decoration:underline;
	}

.desc
	{
	padding:0;
	line-height:120%;
	font-size:12px;
	}


/**********メイン部分設定**********/

#box ,.entry_box
	{
	width:760px;
	margin-bottom:20px;
	font-size:12px;
	line-height:125%;
	word-break:break-all;
	word-wrap:break-word;
	}

.box_h2
	{
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
	padding:2px 8px;
	background:#FFFF99;
	}

.box_h2tr
	{
	font-size:18px;
	letter-spacing:1px;
	color:#383638;
	margin-bottom:10px;
	margin-top:20px;
	border-bottom:4px double #999;
	padding:2px 8px;
	background:#fff;
	}

.box_h3
	{
	color:#9599AA;
	font-size:12px;
	letter-spacing:1px;
	margin:5px;
	}

.box_p
	{
	color:#9599AA;
	font-size:12px;
	padding:0;
	margin: 0 10px 10px 40px;
	}

.box_entry p
	{
	}

.topbox_list
	{
	width:760px;
	}

.topbox_list ul
	{
	margin:0px 10px;
	padding:0px;
	list-style-type:none;
	}

.topbox_list ul li
	{
	font-size:12px;
	float:left;
	margin:2px 12px 2px 0;
	white-space: nowrap;
	}

.topbox_list ul a
	{
	font-size:12px;
	font-weight:bold;
	}

.topbox_list ul a:hover
	{
	font-size:12px;
	font-weight:bold;
	}

.clear
	{
	clear:both;
	}


/**********ページトップ設定**********/

.gotop
	{
	text-align:left;
	margin:10px 0 10px 0;
	font-size:12px;
	}


/**********パンくずリスト設定**********/

.pan
	{
	width:760px;
	border-bottom:1px solid #eaeae9;
	font-size:12px;
	line-height:140%;
	}

.pan a
	{
	text-decoration:none;
	}

.pan a:hover
	{
	text-decoration:underline;
	}


/**********検索ボックス設定**********/

.s_box
	{
	clear:both;
	width:340px;
	margin:20px 0 10px 10px;
	padding:10px 0 0 20px;
	border:1px dotted #ccc;
	background:#FDE4F9;
	font-size:12px;
	line-height:125%;
	}

.s_box p
	{
	margin:0 0 10px 0px;
	padding:0;
	}

.s_box input
	{
	padding:1px 3px;
	margin:0px 5px 4px 0px;
	width:150px;
	}


/**********クレジット表記**********/

#credit
	{
	text-align:right;
	}

#credit ul
	{
	margin:20px 0 0 0;
	padding:0;
	list-style:none;
	font-size:12px;
	width:100%;
	height:48px;
	overflow:hidden;
	line-height:140%;
	}


/**********フッター設定**********/

#footer
	{
	clear:both;
	margin:0 0 10px 0;
	text-align:right;
	}


#footer-inner
	{
	padding-top:10px;
	font-size:12px;
	line-height:120%;
	}

#footer a
	{
	text-decoration:none;
	color:#777777;
	}

#footer a:hover
	{
	text-decoration:underline;
	}


/**********【list】商品テーブル設定**********/

.t1
	{
	width:760px;
	margin-top:10px;
	border:1px solid #8e8e8e; /*テーブル枠線の色*/
	border-collapse:collapse;
	}

.td1
	{
	border:1px solid #8e8e8e; /*テーブル枠線の色*/
	padding:5px;
	width:33%; /*4列にした場合25%。3列なら33%。2列なら50%。*/
	}

.t2
	{
	border:none;
	}

.t2 td
	{
	padding:5px;
	}

.t2 td a
	{
	font-weight:bold;
	}

/**********【detail】商品テーブル設定**********/

#d_d
	{
	width:600px; /*detailページ商品テーブル横幅*/
	margin-left:70px;
	margin-top:40px;
	}

.d_i
	{
	float:left;
	margin-right:20px;
	}

#d_d p
	{
	margin-top:15px;
	margin-left:10px;
	padding-bottom:5px;
	}

#d_d div
	{
	clear:both;
	width:600px;
	line-height:150%;
	margin-bottom:20px;
	margin-top:50px;
	}


/**********【detail】施設テーブル設定**********/

.t3
	{
	width:760px;
	margin-top:10px;
	border:1px solid #8e8e8e; /*テーブル枠線の色*/
	border-collapse:collapse;
	}

.t3 td
	{
	border:1px solid #8e8e8e; /*テーブル枠線の色*/
	padding:5px;
	}

.t3 td a
	{
	font-weight:bold;
	}

.bg
	{
	background-color:#FDE4F9;
	}