/* テーマ：街0908 */

body{
	margin: 0px;
	background-color: #e4e4e4;
	font-family: "ＭＳ Ｐゴシック", Osaka, monospace;
	font-size: 12px;
	line-height: 135%;
	color: #333;
	text-align: center;
}

td {
	vertical-align: top;
}

h1,h2,h3,h4 { /* 基本タイトル */
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	text-align: left;
}

a { /* 基本のリンク */
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #06c;
	text-decoration: underline;
}

ul li { /* 基本のリスト */
	list-style-type: none;
}

img { /* イメージボーダー指定 */
	border: 0px;
}

form {
	padding: 0px;
	display: inline;
}

p {
	margin: 5px 0px;
	padding: 2px 0px;
	line-height: 150%;
}

.clear_both { /* 画像の周り込み解除 */
	clear: both;
	font-size: 1px;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	text-align: center;
}

.button1 { /* inputボタン設定 */
	cursor: hand;
	color: #fff;
	background: #039;
	border: 1px solid #9cc;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	font-weight: bold;
}

.text1 { /* テキストエリアデザイン設定 */
	border: 1px solid #ccc;
}

.caution { /* エラーメッセージ */
	font-weight: bold;
	color: #c33;
}

.no2 { /* フォントズーム */
	font-size: 110%;
}

.strong { /* フォントボールド */
	font-weight: bold;
}

.red { /* フォント赤 */
	color: #c00;
}
.orange { /* フォントオレンジ */
	color: #f93;
}
.blue { /* フォント青 */
	color: #06c;
}
.green { /* フォント緑 */
	color: #396;
}
.glay { /* フォントグレー */
	color: #666;
}

.item img { /* 商品画像枠 */
	margin: 0px;
	padding: 5px;
	height: auto;
	background: #fff;
	text-align: center;
	border: 1px solid gray;
}

.spacebox { /* スペース設定 */
	height: 50px;
}

/********************************************************************/
#container { /* 大枠テーブル */
	margin: auto;
	width: 900px;
	text-align: left;
	background: #fff;
}

#enter { /* マイページ、ポップアップ画面 */
	width: 100%;
	text-align: left;
	background: #fff;
}

#header { /* ヘッダー */
	width: 900px;
	height: 100px;
	background: url(http://www.diving-ya.com/img/head_bg0908.jpg) no-repeat;
}

.NameArea {
	width: auto;
}

.shoplogo { /* サイト名（ロゴ設定の場合使用） */
	margin: 0px;
	padding: 0px;
}


#headMenu { /* ヘッダーメニュー */
	width: 900px;
	height: 25px;
	background: url(http://www.diving-ya.com/img/head_line0908.gif);
}

.headnavi { /* ヘッダーメニューテキスト */
	padding: 3px 20px 0px 20px;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.headnavi a {
	color: #fff;
	text-decoration: none;
}
.headnavi a:hover {
	color: #fff;
	text-decoration: underline;
}

.navi01 { /* ヘッダーメニューアイコン */
	background-position: left center;
	background-repeat: no-repeat;
}


/********************************************************************/

#leftSide { /* 左サイドtd */
	margin: 0px;
	padding-left: 5px;
	width: 165px;
	background: #fff;
	vertical-align: top;
}

#rightSide { /* 右サイドtd （3列）*/
	margin: 0px;
	padding: 0px;
	width: 150px;
	background: #fff;
	vertical-align: top;
}

#center1 { /* センター td （2列）*/
	margin: 0px;
	padding: 0px 5px;
	width: auto;
	vertical-align: top;
	background: #fff;
}

#center2 { /* センターtd （3列）*/
	margin: 0px;
	padding: 0px;
	width: auto;
	vertical-align: top;
	background: #fff;
}

#center3 { /* センターtd （装飾用）*/
	vertical-align: top;
	background: #fff;
}

#cartcenter { /* カート内レイアウトテーブル */
	margin: auto;
	width: auto;
}

.header_area { /* ヘッダのフリーエリア */
	margin: 0px 5px;
	padding: 0px;
	width: auto;
	text-align: left;
}

.footer_area { /* フッタのフリーエリア */
	margin: 0px 5px 0px 5px;
	padding: 0px;
	width: auto;
	text-align: left;
}

.sidebox { /* サイド用ブロック（幅設定） */
	margin: 0px;
	padding: 0px;
}

.centerbox { /* センター用ブロック（幅設定） */
	margin: 0px;
	padding: 0px 5px;
}

.center { /* センター */
	text-align: center;
}
.right { /* 左 */
	text-align: right;
}
.left { /* 右 */
	text-align: left;
}
/* テキスト縦中央 */
.middle {
	vertical-align: middle;
}
.buttom { /* テキスト縦下 */
	vertical-align: buttom;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}


/********************************************************************/
/* 基本商品テキスト設定 */

.price { /* 商品価格 */
	color: #333;
	font-weight: bold;
	text-align: left;
}
.price.zoom { /* 商品価格 （商品詳細） */
	font-size: 125%;
	font-weight: bold;
}
.expl { /* 商品説明文 */
	text-align: left;
	color: #333;
}
.expl a {
	color: #333;
	text-decoration: none;
}
.expl a:hover {
	color: #333;
	text-decoration: underline;
}

.fixed { /* 商品定価 */
	color: #333;
	text-align: left;
}

h2.goods a { /* 商品名 （商品一覧）*/
	color: #039;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
h2.goods a:hover {
	color: #039;
	text-decoration: underline;
}

/********************************************************************/
/*センターコンテンツ  */
.topIMG { /* トップイメージ 外枠設定 */
	margin: 0px;
	padding: 0px;
}

.topIMG td {
	margin: 0px;
	padding: 0px;
	background: #66c0cc;
}

.shopCopy { /* サイト説明 */
	margin: 0px;
	padding: 3px 10px 3px 10px;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

/* タイトルデザイン */

.free_title { /* タイトル1 h3 */
	margin-top: 5px;
	padding: 8px 5px 8px 5px;
	color: #fff;
	width: auto;
	height:auto;
	background: url(http://www.diving-ya.com/img/tit_bg0908.gif);
	line-height: 100%;
}

.title1 { /* タイトル1 h3 */
	margin-top: 5px;
	padding: 8px 5px 8px 5px;
	color: #fff;
	width: auto;
	height: auto;
	background: url(http://www.diving-ya.com/img/tit_bg0908.gif);
	line-height: 100%;
}
.title1 a {
	color: #fff;
	text-decoration: none;
}
.title1 a:hover {
	color: #fff;
	text-decoration: underline;
}

.title2 { /* タイトル2 h3 */
	margin-top: 5px;
	padding: 8px 5px 8px 5px;
	width: auto;
	height: auto;
	color: #fff;
	background: url(http://www.diving-ya.com/img/tit_bg0908.gif);
	line-height: 100%;
}
.title2 a {
	color: #fff;
	text-decoration: none;
}
.title2 a:hover {
	color: #fff;
	text-decoration: underline;
}

.title3 { /* タイトル3 h3 */
	margin-top: 5px;
	padding: 8px 5px 8px 5px;
	color: #fff;
	width: auto;
	height: auto;
	background: url(http://www.diving-ya.com/img/tit_bg0908.gif);
	line-height: 100%;
}

.rank {/* ランキングアイコン */
	text-align: left;
}

.mainCont { /* メインコンテンツ */
	margin: 0px;
	padding: 5px;
	width: auto;
	background: #fff;
}

.contbox { /* メインコンテンツ内項目ボックス*/
	margin: 0px;
	padding: 10px 0px;
	width: auto;
}


ul.news { /* 最新情報リスト設定 */
	margin:0px;
	padding: 0px 0px 0px 12px;
	text-align: left;
	list-style: square;
	color: #f60;
}

li.p3 {
	padding: 3px;
}

.free_list { /* リスト設定 */
	margin: 0px;
	padding: 0px;
}

ul.list{ /* リスト設定 */
	margin:0px;
	padding: 5px 10px;
	text-align: left;
	list-style: square;
	color: #333;
}

ul.map{ /* サイトマップリスト設定 */
	margin:0px;
	padding: 0px 20px;
	text-align: left;
	list-style: none;
	color: #333;
}
li.sm1 {
	margin: 4px ;
	display: block;
}
li.sm2 {
	margin: 0px 0px 0px -5px;
	display: block;
}

.sitemap{ /* サイトマップリスト 項目タイトルh4*/
	padding: 5px 3px 5px 15px;
	color: #333;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_biglink.gif) no-repeat;
	background-position: left center;
}


/* テーブル余白設定 */
.layoutp5 {
	padding: 5px 0px;
}
.layoutp5 th {
	padding: 5px;
}
.layoutp5 td {
	padding:5px;
}
.layoutp5 .border {
	border:1px solid #ccc;
}

.layoutp3 {
	padding: 3px 0px;
}
.layoutp3 th {
	padding: 3px;
}
.layoutp3 td {
	padding: 3px;
}
.layoutp3 .border {
border: 1px solid #ccc;
}

/* テーブル余白設定 */
.bordlayoutp3 {
	padding: 5px 0px;
}
.bordlayoutp3 th { /* ボーダーテーブル(余白3px) */
	padding: 3px;
	border: 1px solid #ccc;
}
.bordlayoutp3 td {
	padding: 3px;
	border: 1px solid #ccc;
}
.bordlayoutp3 .side { /* 横余白10px */
	padding: 10px 15px;
}
.backcolor1 { /* テーブル内カラー切り替え（タイトル部分） */
	background: #aadbf0;
}
.backcolor2 { /* テーブル内カラー切り替え（タイトル部分） */
	background: #aadbf0;
}
.backcolor3 { /* カート部分 */
	padding: 10px 0px;
	background: #aadbf0;
}

/* 商品レイアウト（トップページセンター、商品一覧用）*/

.layoutFrame {/* 大枠 table */
	margin: 5px 0px 0px 0px;
	padding: 2px;
	width: 99%;
	background:#fff;
}
.layoutFrame td {
	margin: 0px;
	padding: 1px;
	text-align: center;
	vertical-align: top;
}

.layout1 { /* レイアウト */
	margin: 1px;
	padding: 1px;
	background:#fff;
}
.layout1 td {
	margin: 0px;
	padding: 3px;
	text-align: center;
}

/* 第二階層 */

#bread{ /* パンクズ */
	margin: 0px;
	padding: 3px 10px;
	color: #333;
	text-align: left;
}
#bread a {
	color: #06c;
	text-decoration:none;
}
#bread a:hover {
	color:#06c;
	text-decoration: underline;
}

h4.title {
	margin: 5px 0px;
	padding: 2px 0px;
	color: #039;
	border-bottom: 1px solid;
}

.mainFrame{ /* メイン大枠 */
	margin: 0px;
	padding: 5px;
}

p.title {
	margin: 3px 0px;
	padding: 2px 0px;
	color: #693;
	border-bottom: 1px dotted;
	font-weight: bold;
}

/* メールマガジンアイコン設定 */
.mailmag_ent { /* 新規登録 h4 */
	padding: 12px 0px 0px 60px;
	background: url(../img/icon_mailmag_ent.gif) no-repeat;
}

.mailmag_cha{ /* アドレス変更 h4 */
	padding: 12px 0px 0px 60px;
	background: url(../img/icon_mailmag_cha.gif) no-repeat;
}

.mailmag_can{ /* 配信解除 h4 */
	padding: 12px 0px 0px 60px;
	background: url(../img/icon_mailmag_can.gif) no-repeat;
}

#sortList{ /* ソート */
	margin: 0px;
	padding: 10px 3px 5px 3px;
	width: auto;
	color: #333;
	float: right;
}

.pageTop { /* ページトップ */
	padding-left: 17px;
	background: url(http://www.diving-ya.com/img/icon_top.gif) left bottom no-repeat;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
.pageTop a {
	color: #333;
	text-decoration: none;
}
.pageTop a:hover {
	color: f60;
	text-decoration: underline;
}


/********************************************************************/
/*フッターーメニューレイアウト設定*/
#footer {
	margin: 0px;
	padding: 0px;
	width: 900px;
	height: 50px;
	background: url(http://www.diving-ya.com/img/foot_line0908.gif) top repeat-x;
	text-align: center;
}

.footnavi { /*フッターメニューテキスト設定*/
	padding-top: 10px;
	color: #fff;
}
.footnavi a {
	color: #fff;
	text-decoration: none;
}
.footnavi a:hover {
	color: #fff;
	text-decoration: underline;
}

#copyright { /*コピーライト*/
	margin: 0px;
	padding-top: 10px;
	width: 900px;
	height: 25px;
	background: url(http://www.diving-ya.com/img/foot_bg0908.jpg) bottom no-repeat;
	color: #036;
	text-align: center;
}
#copyright a{
	color: #036;
	text-decoration: none;
}
#copyright a:hover {
	color: #036;
	text-decoration: underline;
}

/********************************************************************/
/* サイド設定 */

#search {/* サイド商品検索枠設定 */
	padding: 6px 5px 12px 5px;
	margin: 5px 0px;
	width: auto;
	background: #ddd;
}

#search label{
	padding: 0px;
	margin: 0px;
	color: #333;
	font-weight: bold;
}

.fieldarea {
	padding: 5px 0px 5px 0px;
	virtical-align: center;
}

/*サイドメニューカテゴリリスト */

.list { /* メニュー枠設定 */
	padding: 0px;
	display: block;
	line-height: 110%;
	background: #fff;
	border-top: 1px #fff solid;
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
	border-bottom: 1px #ccc solid;
}

.list h3 { /* タイトル */
	margin: 0px;
	padding: 5px;
}

ul.free_listbox {
	margin:0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}

ul.listbox {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style: none;
}

li.ca1 {
	margin: 0px;
	border-bottom: 1px #ccc solid;
	font-size: 10px;
}
li.ca1 a {
	padding: 5px 3px 5px 15px;
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_biglink.gif) no-repeat;
	background-position: left center;
}
li.ca1 a:hover {
	color:#f60;
	font-weight: bold;
	text-decoration: none;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_biglink.gif) no-repeat;
	background-position: left center;
}

li.ca2 {
	margin: 0px;
	border-bottom: 1px #ccc solid;
	font-size: 10px;
}
li.ca2 a {
	padding: 3px 3px 3px 20px;
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_link.gif) no-repeat;
	background-position: left center;
}
li.ca2 a:hover {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_link.gif) no-repeat;
	background-position: left center;
}

li.ca3 {
	margin: 0px;
	border-bottom: 1px #ccc solid;
	font-size: 10px;
}
li.ca3 a {
	padding: 5px 3px 5px 15px;
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_biglink.gif) no-repeat;
	background-position: left center;
}
li.ca3 a:hover {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_biglink.gif) no-repeat;
	background-position: left center;
}

li.ca4 {
	margin: 0px;
	border-bottom: 1px #ccc solid;
	font-size: 10px;
}
li.ca4 a {
	padding: 3px 3px 3px 20px;
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_link.gif) no-repeat;
	background-position: left center;
}
li.ca4 a:hover {
	color: #f60;
	font-weight: bold;
	text-decoration: none;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_link.gif) no-repeat;
	background-position: left center;
}

.sline1 { /* サイドバー下ライン */
	margin: 0px;
	padding: 0px;
	height: 1px;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/bg_dot01.gif);
}

.sline2 { /* サイドバー下ライン */
	margin: 0px;
	padding: 0px;
	height: 1px;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/bg_dot01.gif);
}

/* サイドコンテンツ */
.sidemain1 { /* メイン枠 */
	margin: 0px;
	padding: 5px;
	background: #fff;
}

.sidemain1 p {
	padding: 3px 0px 3px 0px;
	margin: 0px;
	line-height: 120%;
}

.sidemain1 ul { /* リスト設定 */
	margin: 0px;
	padding:3px 0px 3px 0px;
	list-style: none;
} 

.sidemain1 li {
	padding: 2px 0px 2px 10px;
	display: block;
	color: #334d55;
	background: url(http://diving-ya.ya.shopserve.jp/pic-labo/icon_link02.gif) no-repeat;
}

/* カレンダー */
caption { /* 年月タイトル */
	padding: 3px;
	font-weight: bold;
	text-align: center;
	color: #333;
}
caption a {
	color: #06c;
	text-decoration: none;
}
caption a:hover {
	color: #06c;
	text-decoration: underline;
}

.carender { /* カレンダー テーブル*/
	margin: 0px;
	padding: 5px 0px;
	border-collapse: collapse;
	text-align: center;
}

.carender td {
	padding:2px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: right;
}

.carender th {
	padding: 2px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

th.day { /* ヘッダ平日 */
	font-weight: bold;
	color: #333;
	background: #eee;
	text-align: center;
}

th.day { /* ヘッダ平日 */
	font-weight: bold;
	color: #333;
	background: #eee;
	text-align: center;
}

th.sun { /* ヘッダ日曜 */
	color: red;
	background: #fad4d9;
	text-align: center;
}

th.sat { /* ヘッダ土曜 */
	color: blue;
	background: #c3e6f7;
	text-align: center;
}

.chert { /* 表示色説明枠 */
	margin: 5px 5px;
	padding: 10px;
	font-size: 10px;
}
.chert td {
	padding: 0px 0px 0px 10px;
	border-collapse: separate;
	border: 1px solid #ccc;
}

.line01 {
	border: #ddd 1px dotted;
	vertical-align: buttom;
}

#rss { /* RSS設定 */
	margin: 0px;
	padding: 5px;
}

#count { /* カウンター */
	margin: 0px;
	padding: 5px;
}

/********************************************************************/
/* ブログ */

.blogbox { /* コメントボックス*/
	margin: 2px 0px;
	padding: 5px;
	width: auto;
}

.entry_title { /* ブログエントリータイトル h2 */
	padding: 5px 0px 10px 0px;
	display: block;
	font-size: 116%;
	color: #d02b14;
}

.entry_date{
	padding: 10px 0px 3px 0px;
	display: block;
	color: #f69b1a;
	text-align: right;
}

.state{ /* ブログステータス */
	padding: 2px 0px;
	text-align: right;
	border-top: #ded9c5 1px dashed;
}

.subtitle {/* h3 ブロックサブタイトル */
	margin: 10px 0px 10px 0px;
	padding: 2px 0px;
	text-align: left;
	font-size: 110%;
	color: #f69b1a;
	border-bottom: #f69b1a 2px solid;
}

p.label { /* ブログコメントタイトル */
	font-weight: bold;
}

.tb_url{ /* トラックバックurl */
	margin-bottom: 10px;
	font-weight: bold;
}

/********************************************************************/
/* カート */

.point {
	font-size: 120%;
	color: red;
}

.pointline {
	font-size: 100%;
	color: red;
	padding: 3px;
	background-color: #d6c692;
}



/* ナビゲーション （固定）*/
.step_navi01,.step_navi02,.step_navi03,.step_navi04 {
	text-align: center;
	width: 100%;
	height: 83px;
}

.step_navi01 {
	background-image: url(../img/navi01.gif);
	background-repeat: no-repeat;
}

.step_navi02 {
	background-image: url(../img/navi02.gif);
}

.step_navi03 {
	background-image: url(../img/navi03.gif);
}

.step_navi04 {
	background-image: url(../img/navi04.gif);
}
