/* ======================================== サイト全体に適用*/
* { /* 全ての要素の間隔・余白を０へ */
margin:0;
padding:0;
}


body {
	margin: 0;
	color: #333;
	text-align: center;
	background-color: #FDFDFD;
	background-image: 
	url(http://sougouannai.net/img/header_back.JPG); 
/*	background-position: top; */
/*	background-position: 0pt 70pt;  もじかぶり　*/
	background-position: 0pt 1pt; 
	background-repeat: repeat-x;
}


/* 文字サイズ */
#main{}
#menuL{
	font-size: 92%;
}


p, /* 文章の行間を指定 */
#contents li,
dl,
dd
{
	line-height: 160%;
}


p{
	margin: 0px 0em 1.5em 3px;
}

ul,ol,dl{
	margin: 0em 1em 1em 2em;
}


/* ========================================  .contentswrap 間隔・余白調整用 */
.contentswrap{
	margin: 0px;
}


/* ========================================  #page ページ外枠 */
#page {
	width: 950px;
	margin: 0px auto;
	text-align: left;
}



/* ========================================  #header 画面上部 */
#header {

/*	height: 75px; */
	height: 185px;
	margin: 0px;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}

#sitename {
	margin: 30px 0px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #000033;
}


/* ========================================  #menu 上部メニュー */
#menu {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}



ul.menu_f02{
	height: 30px;
	margin: 0px;
	border-bottom: 5px solid #333333;
	background-color: #0B7A8E;
}



ul.menu_f02 li{
	float: left;
	border-right: 1px solid #9AA7B6;
	display: block;
}



ul.menu_f02 li a{
	height: 20px;
	width: 130px;
	padding: 10px 0px 0px;
	border-bottom: 5px solid #333333;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #0B7A8E;
}



ul.menu_f02 li a.nowthis{
	border-bottom: 5px solid #FF6699!important;
}



ul.menu_f02 li a:hover , ul.menu_f01 li a.nowthis{
	padding: 10px 0px 0px;
	border-bottom: 5px solid #D3FBFE;
	color: #FFFFFF;
	background-color: #1DAFD3;
}




/* ======================================== #contents 画面中央部 #mainとサイドメニューの外枠 */
#contents{
	padding: 30px 0px 20px;
	margin: 0px;
}


/* ========================================  #main ページの本文 */
#main {
	float: right;
	width: 730px;
/*	width: 630px; */
	margin: 0px 0px 20px;
}


#main h1 {
	padding: 0px;
	margin: 0px;
	color: #0B7A8E;
}


#main h2 {
	clear: both;
	padding: 3px 0px 3px 5px;
	margin: 2em 0px 1em;
	border-left: 10px solid #F4CC0B;
	font-size: 120%;
	background-color: #F6F6F6;
}




#main h3 {
	margin: 0px 0px 0.5em 3px;
	font-size: 100%;
	color: #336699;
}


/* ========================================  menuL 左サイドメニュー */
#menuL {
	float: left;
/*	width: 300px;　*/
	width: 200px;　
	margin: 0px 0px 20px;
	background-color: #F6F6F6;
}

#menuL p{
	margin-right: 1em;
	margin-left: 1em;
}

/* ========================================  #underNavi 画面下部サブナビゲーション */
#underNavi{
	clear: both;
	margin: 0px;
	border-top: 1px solid #999999;
	text-align: center;
}


/* ========================================  #footer 画面下部 */
#footer {
	padding: 10px 0px;
	border-top: 5px solid #CCCCCC;
	color: #FFFFFF;
	text-align: center;
	background-color: #0B7A8E;
}


/* ========================================  #footer 画面下部のちょっと上 */




#footerpre table { border:none; }


#footerpre h2 {
	clear: both;
	padding: 3px 0px 3px 5px;
	margin: 2em 0px 1em;
	border-left: 10px solid #F4CC0B;
	font-size: 120%;
	background-color: #F6F6F6;
}


/* ========================================  #templatelink 画面下部:著作リンク */
#templatelink {
	padding: 3px 0px;
	margin: 0px 0px 5px;
	font-size: 14px;
	text-align: right;
}


#templatelink a{
	color: #336699;
	text-decoration: none;
}


/* ========================================  そのほか個別設定 */
.title{
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 20px;
	border-left: 30px solid #F4CC0B;
}

.label{
	padding: 7px 5px 5px 10px;
	margin: 0px 0px 10px;
	border-left: 10px solid #F4CC0B;
	font-weight: bold;
/*　masterとの合体の影響で、サイドバーがバック白、文字色白になるので、その調整
	color: #FFFFFF;
	*/
	background-color: #0B7A8E;
}


.subh {
	padding: 5px 0px 0px 3px;
	margin: 0px;
	border-top: 1px dashed #999999;
	font-weight: bold;
	color: #4A8854;
}

.photo {
	margin: 0px 0px 20px;
}

.toInfo {
	margin: 0px 0px 1em;
	text-align: right;
	list-style-type: none;
}

.box {
	float: left;
	height: 150px;
	width: 230px;
	margin: 0px 10px 15px 0px;
	font-size: 92%;
	background-color: #EBF0F3;
}

.box p{
	margin: 10px !important;
}







/*　
以下、masterより移植
*/

/**********************
タイトル<table>
**********************/
table.title { 
	font-size: 20pt;
	line-height: 135%;
	background-color: #ffe0e0;
	border: 1px #009933 solid;
}
table.title td {	padding: 10px; }

/**********************
ヘッダーの設定
**********************/
table.head { background-color: #ffffff; margin: 0px; width: 100%; }
table.head tr { vertical-align: top; }
table.head td { padding: 10px; }

/**********************
メインのレイアウト<table>
**********************/
table.main { font-size: 11pt; width: 100%; }
table.main td { padding: 0px 5px 0px 5px; }
table.main tr { vertical-align: top; }

/**********************
検索窓<table>
**********************/
table.search { font-size: 10pt; }
table.search td { vertical-align: middle; padding: 0px }
table.search .word { width:130px; }
table.search .cate { width:130px; }
table.search .price { width:50px; }

/**********************
価格範囲設定<table>
**********************/
table.pricing {}
table.pricing tr { vertical-align:middle; }
table.pricing .price { width:40px; }

/**********************
個別ECサイト選択メニュー<select>
**********************/
select.site-top { width: 125px; } /* トップページ */
select.site-view {  } /* 商品表示ページ */

/**********************
比較サイトモード切替<table>
**********************/
table.ec-hikaku {
	font-size:100%;
	background:#ffffff;
	border:1px #009933 solid;
}
table.ec-hikaku td { padding:5px; }

/**********************
タイプ変更選択メニュー<select>
**********************/
select.type-all { width: 120px; } /* <change-type-all>コマンド */
select.type { } /* <change-type>コマンド */

/**********************
管理画面のメニュー表示など
**********************/
table.admin {	background:#ffecec;	border:1px #009933 solid; }
table.admin td { border:1px #009933 solid; padding:2px 2px 2px 5px; }
table.admin td.main {	padding:10px; }
table.admin td.title { background:#ffe0e0; text-align:center; padding:5px; border:1px #009933 solid; }
table.admin tr { vertical-align:top; }
table.admin .label { background:#ffffff; }

/**********************
表題のラベル設定
**********************/
div.label-subj {
	background: #ffffff;
	margin: 1px 1px 5px 1px;
	padding: 1px 1px 1px 10px;
	font-size: 13pt;
	line-height: 120%;
}

/**********************
サイトマップ設定
**********************/
/* メインテーブル */
table.map {	font-size:12pt; line-height:100%; width:100%; }
table.map tr { vertical-align:top; }
table.map td { padding:2px 2px 2px 10px; }
/* ラベル */
div.label-map {
	background: #ffffff;
	padding:1px 1px 1px 10px;
	font-size:13pt;
	line-height:135%;
}
table.map font.level1 { font-size:12pt; } /* 1階層目 */
table.map font.level2 { font-size:11pt; } /* 2階層目 */
table.map font.level3 { font-size:10pt; } /* 3階層目 */
table.map font.level4 { font-size: 9pt; } /* 4階層目以上 */

/**********************
商品の表示<table>
**********************/
table.goods { background:#ffffff; line-height:120%; width:100%; font-size:11pt; }
table.goods td { border:1px #009933 solid; padding: 5px 2px 2px 5px; }
table.goods td.no { background:#ffffff; text-align:right; }
table.goods td.button { border-left:0px; border-right:0px; text-align:right; }  /* 全チェックボタン部 */
table.goods td.image { border-right:0px; text-align:center; }  /* 画像表示部 */
table.goods td.text { border-left:1px #009933 solid; border-right:1px #009933 solid; }  /* テキスト部 */
table.goods td font.name { font-size:12pt; font-weight: bold; } /* 商品名 */
table.goods td font.check { font-size:10pt; } /* [チェック][**件][カートイン] */
table.goods td font.price {  } /* 価格 */
table.goods td font.point {  } /* ポイント */
table.goods td font.com {  } /* 商品説明 */
table.goods tr { vertical-align: top; }

/**********************
トップページ商品紹介<table>
**********************/
table.info {	
	background: #ffffff;
	border: 0px;
	width: 100%;
	font-size:10pt;
}
table.info td { border: 0px; padding: 5px; }
table.info td font.name { font-size:11pt; } /* 商品名 */
table.info td font.check { font-size:10pt; } /* [チェック][**件][カートイン] */
table.info tr { vertical-align: top; }
/* トップページ商品紹介タイトル<div> */
div.info-title {
	background:#ffffff;
	padding:2px 2px 2px 5px;
	width: 100%
	font-size:12pt;
	text-align:left;
}

/**********************
商品の比較表示<table>
**********************/
table.hikaku { background:#ffffff; line-height:120%; width:100%; font-size:10pt; }
table.hikaku td {
	border-bottom: 1px #009933 solid;
	border-top: 1px #009933 solid;
	border-left: 1px #009933 solid;
	border-right: 1px #009933 solid;
	padding: 2px 2px 2px 5px;
}
table.hikaku td.label { border:1px #009933 solid; background:#ffffff; text-align:center; }
table.hikaku td.button {
	border-top:1px #009933 solid; border-bottom:1px #009933 solid;
	border-left:0px; border-right:0px; text-align:right;
}
table.hikaku td.last { border-bottom:1px #009933 solid; }
table.hikaku tr { vertical-align: top; }
table.hikaku td font.name {  } /* 商品名 */
table.hikaku td font.price {  } /* 価格 */
table.hikaku td font.point {  } /* ポイント */

/**********************
比較サイトモードおよび一覧表示の商品表示<table>
**********************/
table.table { background:#ffffff; line-height:120%; width:100%; font-size:90%; }
table.table tr { vertical-align:top; }
table.table td { border:1px #009933 solid; padding:2px 2px 2px 5px; }
table.table td.no {	background:#ffffff; text-align:center; }
table.table td.button { border-left:0px; border-right:0px; text-align:right; } /* 全チェックボタン部 */
table.table td.title { background:#ffffff; font-size:120%; padding:5px; } /* EC名/商品数 */
table.table td font.name { font-size:100%; } /* 商品名 */
table.table td font.check { font-size:90%; } /* [チェック][**件][カートイン] */
table.table td font.price {  } /* 価格 */
table.table td font.point {  } /* ポイント */
table.table td font.date { font-size:80%; } /* 更新日時 */

/**********************
トップページランキング<table>
**********************/
table.rank { background:#ffffff; width:100%; font-size:10pt; }
table.rank td { border:1px #009933 solid; padding:2px 2px 2px 5px; }
table.rank td font.name { font-size:11pt; } /* 商品名 */
table.rank td font.check { font-size:10pt; } /* [チェック][**件][カートイン] */
table.rank td.no { background:#ffffff; border-right:1px #009933 solid; text-align:right; }
/* ランキングタイトル */
table.rank td.title { font-size:13pt; text-align:center; background:#ffffff; }
table.rank tr { vertical-align:top; }

/**********************
カテゴリランキング<table><div>
**********************/
table.c-rank { background:#ffffff; width:100%; font-size:90%; }
table.c-rank td { border:1px #009933 solid; padding:5px; text-align:center; }
table.c-rank td font.name { font-size:100%; } /* 商品名 */
table.c-rank td font.check { font-size:90%; } /* [チェック][**件][カートイン]  */
table.c-rank tr { vertical-align:top; }
table.c-rank tr.no { background:#ffffff; }
div.c-rank { text-align:left; } /* タイトル */
div.c-rank font.date { font-size:100%; } /* 更新日時 */

/**********************
カート商品表示<table>
**********************/
/* カート内<table> */
table.cart { background:#ffffff; line-height:120%; width:100%; font-size:90%; }
table.cart td { border:1px #009933 solid; padding:5px 2px 2px 5px; }
table.cart tr.title { background:#ffffff; text-align:center; }
table.cart img.pic { width:60px; } /* 商品画像 */

/* 合計<table> */
table.sum { background:#ffffff; font-size:90%; }
table.sum td { padding:0px 2px; text-align:right; }
table.sum td.total { padding:0px 2px 5px 2px; font-size:130%; font-weight:bold; } /* 金額小計/合計 */
table.sum tr { vertical-align:top; }

/**********************
商品詳細/レビュー画面商品<table>
**********************/
table.detail { background:#ffffff; line-height:120%; width:100%; font-size:11pt; }
table.detail td { border:1px #009933 solid; padding: 5px 2px 2px 5px; }
table.detail td.image { border-right:0px; text-align:center; }  /* 画像表示部 */
table.detail td.text { border-left:1px #009933 solid; border-right:1px #009933 solid; }  /* テキスト部 */
table.detail td font.name { font-size:12pt; font-weight: bold; } /* 商品名 */
table.detail td font.check { font-size:10pt; } /* [チェック][**件][カートイン] */
table.detail td font.price {  } /* 価格 */
table.detail td font.point {  } /* ポイント */
table.detail td font.com {  } /* 商品説明 */
table.detail tr { vertical-align: top; }

/**********************
レビュー関連
**********************/
div.rev-title {
	background:#ffffff;
	padding:2px 2px 2px 5px;
	width:100%;
	text-weight: bold;
	font-size:12pt;
}
font.rev-item { font-size:10pt; }  /* レビュー項目 */
font.rev-com { font-size:11pt; }  /* レビューコメント */

/* 新着レビュー設定<table> */
table.new-rev { background:#ffffff; }
table.new-rev td font.name { font-size:100%; } /* 商品名 */
table.new-rev td font.title { font-size:90%; } /* レビュータイトル */
table.new-rev td font.date { font-size:82%; } /* 日付 */

/* レビュー投稿フォーム設定<table> */
table.rev-form { font-size:100%; }

/* レコメンドタイトル設定<div> */
div.reco {}

/**********************
ワードランキング設定<table>
**********************/
table.word-rank { background:#ffffff; }
table.word-rank td { padding:2px 5px 2px 5px; }
table.word-rank td.title { font-size:100%; } /* タイトル */
table.word-rank td.word { font-size:90%; } /* ワード */
table.word-rank tr { vertical-align:top; }

/**********************
サイト訪問ポイント抽選プレゼント当選者<table>
**********************/
table.vpre { background:#ffffff; }
table.vpre td { padding:2px 5px 2px 5px; }
table.vpre td.time { font-size:90%; } /* 当選時間 */
table.vpre td.name { font-size:90%; } /* ニックネーム */
table.vpre td.com { font-size:90%; } /* コメント */
table.vpre tr { vertical-align:top; }

/* ラベル設定 */
.label { background-color: #ffffff; }
/* 商品の写真画像の処理 */
img.pic { width: 100px; }
/* 商品の写真画像の処理(トップ画面) */
img.pic-top { width: 80px; }
/* 入力フォームのフォント設定 */
textarea { font-family: "MS UI Gothic, Osaka, ＭＳ Ｐゴシック"; }
input { font-family:"MS UI Gothic, Osaka, ＭＳ Ｐゴシック"; }
select { font-family:"MS UI Gothic, Osaka, ＭＳ Ｐゴシック"; }

/**********************
コマンド<now-level>設定<ul>
**********************/
ul.now-level { list-style-type:none; }
ul.now-level li.now { font-weight:bold; }

/**********************
コマンド<top-cate>設定<ul>
**********************/
ul.top-cate { list-style-type:none; }
ul.top-cate li { }

/**********************
コマンド<cate-under>設定<ul>
**********************/
ul.cate-under {
	list-style-type:none;
	font-size:90%;
}
ul.cate-under li {
	display:inline;
	float:left;
	width:150px;
	padding:2px;
	text-align:left;
}

/*ysad関連*/

/*画像関連*/
img.ysad_adimg_horizontal {
	border: 0px;
}

/*リンク関連*/
A.ysad_yad:link {
	color: #000000;
	text-decoration: none;
}
A.ysad_yad:visited {
	color: #000000;
	text-decoration: none;
}
A.ysad_yad:active {
	color: #000000;
	text-decoration: none;
}
A.ysad_yad:hover {
	color: red;
	text-decoration: none;
}

/*広告面*/
.ysad_ads_horizontal {
	margin: 0px;
	padding: 0px;
	width: 448px;
	font-size:12px;
	border: 1px solid #CCCCCC;
	font-family:"MS UI Gothic","MS PGothic";
	overflow: hidden;
}

/*広告面テーブル要素*/
.ysad_item_title_horizontal {
	color: #000000;
	background-color: #f2f2f2;
	border-bottom: 1px solid #D8D8D8;
	font-size:14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-family:"MS UI Gothic","MS PGothic";
}

.ysad_itemul_horizontal {
	vertical-align:top;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin: 0;
	padding: 0;
	width: 5712px;
}

.ysad_item_horizontal {
	padding: 5px;
	width: 102px;
	float: left;
}

/*広告面テーブル要素 内*/
div.ysad_item_desc_horizontal {
	padding-top: 8px;
}

div.ysad_item_img_horizontal {
	text-align: center;
	overflow: hidden;
}

.ysad_item_rank {
	color: #003366;
	font-weight: bold;
}
/* 矢印ボタン */
.ysad_ad_footer_horizontal {
	width: 448px;
	height: 18px;
	float: left;
}
.ysad_bullet_button_left {
	/*width: 18px;
	height: 18px;*/
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
.ysad_bullet_button_right {
	/*width: 18px;
	height: 18px;*/
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	font-weight: bold;
	float: right;
}

/*ysad関連、ここまで*/
