@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;	/*全体の文字色*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body#top {
	background-image: url(../images/common/bg.gif);	/*斜線の壁紙設定*/
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

.clear {
clear:both;
}

/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #0087ED;
}

a:hover {
	color: #F93D69;	/*カーソルオーバー時の文字色*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1000px;	/*HPの幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（サイト名ロゴが入っているボックス）
---------------------------------------------------------------------------*/

#header {
	width:999px;
	height:335px;
	position: relative;
	background:#000 url(../images/mainimg.jpg) no-repeat;
}


h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	font-weight: normal;		/*文字色*/
	text-align:left;
	margin:10px 0px 0px 5px;
}

#header #logo {
	position: absolute;
	right:60px;	/*ヘッダーに対してサイト名ロゴを左から0pxの位置に配置*/
	top: 130px;	/*ヘッダーに対してサイト名ロゴを上から3pxの位置に配置*/
}

a img:hover{
filter:alpha(opacity=80);
opacity:0.8;
}


/*メインメニュー
---------------------------------------------------------------------------*/

#headmenu{
	margin-left:1px;
	width:998px;
	height: 70px;
	background:url(../images/common/headmenu.gif) repeat-x;
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	border-right: 1px solid #A7A7A7;
}

ul#menu {
}

ul#menu li {
	line-height: 70px;
	height: 70px;
	float: left;
	border-left: 1px solid #A7A7A7;	/*メニュー間の境界線。左側に１本。*/
}

ul#menu li.last {
	border-right: 1px solid #A7A7A7;	/*最後のメニュー用の右側の１本線。*/
}

ul#menu li a {
	display: block;
	height: 70px;
	width: 165px;	/*メニュー１個あたりの幅*/
	text-decoration: none;
	text-align: center;
	font-size: 14px;	/*文字サイズ*/
}

ul#menu a:hover {
	background-color: #F93D69;	/*カーソルオーバー時の背景色（白）*/
	color: #FFFFFF;
}



/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*メインコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 1000px;	/*幅*/
	float: left;	/*左よせ*/
	padding-top: 20px;
	display: inline;
	margin-left: 2px;
	padding-bottom: 50px;
}


#main h2 {
	font-size: 100%;
	border: 4px solid #F93D69;
	color: #F93D69;
	padding:10px;
	margin:5px;
	font-style:italic;
	font-family:Georgia, Times, serif;
	font-size:30px;
	color:#F93D69;
}

#main p {
	padding-top: 0.5em;
	padding-bottom: 1em;
	margin:2px 5px 2px 10px;
	font-size:14px;
}


/*アイテム設定
---------------------------------------------------------------------------*/

#item {
}

#iteml {
	width:600px;
	float:left;
	border: 4px solid #F93D69;
	margin:10px 5px 15px 5px;
	padding:5px;
}

.ill {
float:left;
margin:5px;
}

.ilr {
	float:left;
	margin:5px;
	width:300px;
}

.itemimg1 {
margin:10px 5px 15px 5px;
}

.itemimg2 {
	margin:10px 0px 0px 25px;
	float:left;
}

.itemimgleft {
float:left;
margin:10px 5px 15px 5px;
width:540px;
}

.itemimgright {
float:left;
margin:10px 5px 15px 5px;
width:300px;
}

.spell {
	float:left;
	width:700px;
}

#itemr {
	width:300px;
	float:right;
	border: 4px solid #F93D69;
	margin:10px 10px 15px 5px;
}

#item h3 {
	padding:3px 3px 3px 10px;
	margin:15px 10px 15px 10px;
	font-size:18px;
	font-family:Georgia, Times, serif;
	color:#F93D69;
	border-left: 5px solid #F93D69 ;
}

.notes {
	font-size:10px;
	color:#666;
}

h4 {
	padding:3px 3px 3px 55px;
	margin:25px 10px 25px 10px;
	font-size:18px;
	color:#F93D69;
	background: url(../images/contents/img5.jpg) no-repeat;
	border-bottom:3px dotted #F93D69 ;
	font-family:Georgia, Times, serif;
	width:800px;
}

#list2 .list h5 {
	padding:3px 3px 3px 55px;
	margin:25px 10px 25px 10px;
	font-size:18px;
	color:#F93D69;
	background: url(../images/contents/img5.jpg) no-repeat;
	border-bottom:3px dotted #F93D69 ;
	font-family:Georgia, Times, serif;
	width:800px;
}

#ord h5 {
	padding:15px 3px 3px 55px;
	margin:10px 20px;
	font-size:22px;
	color:#F93D69;
	background: url(../images/common/fukidashi.png) no-repeat;
	font-family:Georgia, Times, serif;
	width:900px;
	height:100px;
}

/*フッター（コピーライトなどが入っている最下部のボックス）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;		/*文字色*/
	background-color: #F93D69;	/*背景色*/
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}




/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 688px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 80px;	/*左側thタグの幅*/
	text-align: center;	/*センタリング*/
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e994a8;	/*テーブルの色が付いた見出し部分の背景色*/
	color: #FFFFFF;	/*文字色*/
}




/*左右のブロック内にある各ボックス（グレーの枠線が入った白い箱）
---------------------------------------------------------------------------*/
.box {
	background-color: #FFFFFF;	/*ボックスの背景色（白）*/
	border: 2px solid #c9c9c9;	/*ボックスの枠線*/
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/
	padding: 5px;				/*ボックス内の余白*/
}

.box1 {
	background-color: #FFFFFF;	/*ボックスの背景色（白）*/
	border: 2px solid #c9c9c9;	/*ボックスの枠線*/
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/
	padding: 5px;	
	}
	
.box1 a {
	font-size:14px;
	text-indent:13px;
	line-height:18px;
	color:#999;
	text-decoration:none;
}

.box2 {
	background: url(../images/pickup.png) no-repeat right;
	background-position: right top;
	background-color:#FFF;
	border: 2px solid #c9c9c9;	/*ボックスの枠線*/
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/
	padding: 5px;				/*ボックス内の余白*/
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
.new {
	overflow: auto;
	height: 150px;
	width: 850px;
	padding-left: 20px;
}
#main .new dl {
	clear: left;
	width: 840px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 810px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}



/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #0093a9;
}

.look {
	background-color: #ebebeb;
}

.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}

.fontred{
font-weight:bold;
color:#ff0000;
background:#FFF000;}


.blockquote {
	background:url(../images/common/i1.png) no-repeat 5px 5px;
	background-position: left top;
	background-color:#fafafa;
	margin:10px;
	font-size:14px;
	color:#000;
	padding:40px 10px 10px 20px;
	width:900px;
}

.price {
	font-size:120%;
	color: #ff0000;
	font-weight:bold;
	text-decoration:none;
}

 /* LIST #2 */
#list2 { width:900px; padding:10px;}
#list2 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:30px; color:#0000ff; margin-bottom:10px;list-style: none;}
#list2 li a{ font-style:italic; font-family:Georgia, Times, serif; font-size:16px; color:#0000ff;}
#list2 ol li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:#000; border-left: 1px solid #000; margin-bottom:12px;}
#list2 ol li p em { display:block; }

.list2bold {
font-size:14px;
}

.list {
padding-left:10px;}


.hd{
	color: #333;
	text-decoration:none;
}
/* ==============================================
▼お客様の声
=============================================== */


div#ord {
	clear:both;
	margin:0px 0 10px 10px;
	width:850px;
}

div#ord .ord_left {
	width:900px;
	margin-left:10px;
	margin-bottom:20px;
}

div#ord .ord_right {
	width:600px;
	margin-right:auto;
}

.quote {
	background:url(../images/k2.png) no-repeat top left;
	padding:10px;
}


div#ord .ord_right h4 {
	text-align:right;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin:10px 0 20px;
	background:url(../images/voice/ln_voice.gif) no-repeat bottom right;
	width:600px;
}


div#ord .ord_left p {
	font-size:14px;
	margin-top:0px;
}

div#ord .ord_right p {
	font-size:14px;
	margin:0px;
}

div#ord .ord_left img {
	float:left;
	margin:15px 20px 20px 0;
	border:1px solid #cccccc;
}

div#ord .ord_right img {
	float:right;
	margin:15px 0px 20px 20px;
	border:1px solid #cccccc;
}

.hosi{
color:#e6b422;
}

.f-left{
	margin-right:10px;
	float:left;
}	

.f-right{
	margin-left:10px;
	float:right;
}


.subcopy {
font-size:20px;
color:#666666;
padding-bottom:3px;
width:600px;
border-bottom:2px solid #999;
font-weight:bold;
font-family:Georgia, Times, serif; 
}


/* カテゴリーリスト */

#categorylist {
	width:800px;
	padding: 10px;
margin:auto;
}

#categorylist .cbox {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
	background-image: url(../img/categorylist_body.jpg);
}

#categorylist .cbox:after {
	clear: both;
}

#categorylist h4 {
	clear: none;
	background-image: url(../img/categorylist.jpg);
	background-repeat: no-repeat;
	font-size: 15px;
	padding-left: 35px;
	height: 30px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 30px;
	padding-right: 0px;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	border: none;
}

#categorylist .desc {
	font-size: 12px;
	line-height: 130%;
	color: #505050;
	padding: 10px;
}

#categorylist  .more {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#categorylist .bottom {
	width:800px;
	background-image: url(../img/categorylist_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.FloatEnd {
	clear: both;
	display: block;
	height: 1px;
}


/* ==============================================
▼こんな商品にも興味があります
=============================================== */


#hotitem {
	width:900px;
	margin:10px 0 20px 10px;
	padding:10px;
	font-size:10px;
	border: 3px solid #F93D69;
	color:#000;
}

#hotitem img {
	border:1px dotted #666;
}

#hotitem p {
font-size:11px;
margin:0px;
padding:5px;
}

#hotitem .bl1 {
	float:left;
	width:128px;
	margin-right:8px;
}

#hotitem .bl2 {
	float:left;
	width:200px;
	margin-right:8px;
	border:1px dotted #666;
}

#hotitem .bl {
font-size:16px;
font-weight:bold;
color:#ff0000;
}


/* ==============================================
▼ランキング　レフト＆ライト=============================================== */

#rank {
width:950px;
}

.ranking_left {
float:left;
width:700px;
}

.ranking_right {
float:right;
width:200px;
padding:30px 0 0 0px;
}