/* ▼全体のスタイル */
body{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", san-serif;
	font-size:75%;
	color:#333;
	text-align:center;
	margin:0px;
	padding:0px;
	line-height:155%;
	background-image:url("images/back3.jpg");
}
/* IE以外のモダンブラウザ向け */
.fsize:after{
	font-size:75%;
}
/* MacIE5向け */
.fsize{
	font-size:75%;
}
/* IE7向け */
*:first-child+html .fsize{
	font-size:60%;
}
/* IE6以前向け */
/*Hides from IE-mac \*/
*html .fsize{
	font-size:75%;
}
/*End hide from IE-mac*/


.red{
	color:#c00;
}
.pink{
	color:#f33;
}
.normal{
	font-weight:normal;
}



/* ▼リンクのスタイル */
a:link{
	color:#333;
}
a:visited{
	color:#444;
}
a:hover{
	color:#c00;
	text-decoration:none;
}
a:active{
	color:#c00;
}

a img{
	border-style:none;
}




/* ▼wrapのスタイル */
#wrap{
	text-align:left;
	margin:0px auto;
	background-color:#fff;
/*	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
}
/* IE以外のモダンブラウザ向け */
.wrap-w:after{
	width:760px;
}
/* IE7およびMacIE5向け */
.wrap-w{
	width:760px;
}
/* IE6以前向け */
/*Hides from IE-mac \*/
*html .wrap-w{
	width:760px;
}
/*End hide from IE-mac*/





/* ▼タイトルのスタイル */
#top{
	padding-bottom:5px;
}

#top #tagline {
	background-color:#eee;
	border-bottom:1px dotted #ccc;
	margin:0px 0px 0px;
	padding:3px;
	color:#666;
}
#top #tagline p{
	font-size:90%;
	float:left;
	width:500px;
	margin:0px;
}
#top #tagline ul{
	margin:0px 0px 0px;
	padding:0px 10px;
	list-style-type:none;
	font-size:90%;
	float:right;
}
#top #tagline li{
	display:inline;
	margin-left:1em;
}
#top #tagline li img{
	vertical-align:middle;
	margin-right:2px;
}



#top #title{
	float:left;
	width:470px;
	margin:20px 0px 0px;
}
#top #title .logo{
	margin:0px;
	padding:0px 10px;
	width:180px;
	float:left;
}
#top #title p{
	margin:0px;
	font-size:95%;
	color:#444;
	margin:10px 0px 0px 200px;
}

#top .top-links{
	margin:8px 0px 0px;
	padding:0px 10px;
	width:210px;
	float:right;
/*	text-align:right;*/
	text-align:center;
	font-size:95%;
/*border:1px solid #f00;*/
}

#top .top-links p{
	margin:5px 0px;
}
/*
#top .top-links ul{
	margin:0px 0px 0px;
	padding:0px 10px;
	list-style-type:none;
}
#top .top-links li{
	display:inline;
	margin-left:1em;
}
#top .top-links li img{
	vertical-align:middle;
	margin-right:2px;
}

#top .top-links a:link{
	color:#c00;
}
#top .top-links a:visited{
	color:#900;
}
#top .top-links a:hover{
	color:#f80;
	text-decoration:none;
}
#top .top-links a:active{
	color:#c00;
}*/


.goto-top{
	margin:15px 0px 0px;
}

.goto-top2{
	margin:50px 0px 0px;
}



/* ▼グローバルメニューのスタイル */
.gmenu-header{
	margin:0px;
}

#gmenu li{
	display:inline;
	float:left;
}

/* IE以外のモダンブラウザ向け */
.mbox:after{
	width:91px;
}
/* IE7およびMacIE5向け */
.mbox{
	width:91px;
}
/* IE6以前向け */
/*Hides from IE-mac \*/
*html .mbox{
	width:93px;
}
/*End hide from IE-mac*/


/* IE以外のモダンブラウザ向け */
#gmenu li a.line1:after{
	height:15px;
	padding:12px 0px;
}
/* IE7およびMacIE5向け */
#gmenu li a.line1{
	height:15px;
	padding:12px 0px;
}
/* IE6以前向け */
/*Hides from IE-mac \*/
*html #gmenu li a.line1{
	height:15px;
	padding:13px 0px;
}
/*End hide from IE-mac*/



/* ▼検索部分のスタイル */
#search-area form{
	margin:0px;
	padding:10px 15px;
}
#search-area form input{
/*	background-color:#fff;*/
	vertical-align:top;
}

#search-area form fieldset{
	padding:10px 30px 0px;
	border-style:none;
}
#search-area form input.btn{
	margin-right:1em;
}

#search-area .navi{
	margin:0px 45px 0px;
}

#search-area .footer{
	margin:0px;
}



/* ▼バナー部分のスタイル */
p.banner{
	width:760px;
	margin:15px auto 10px;
	text-align:center;
}



/* ▼メイン部分のスタイル */
#main{
	float:right;
	width:500px;
	background-color:#fff;
}




/* ▼メイン部分のタイトル */
#main h1.list-name ,
#main h2.list-name {
	margin:0px 15px 5px 0px;
	font-size:110%;
	color:#630;
}

#main .banner-list {
	margin-bottom:30px;
	text-align:center;
}
#main .banner-list p{
	margin:0px 0px 1px;
}



/* ▼メイン部分のスタイル */
#main #pickup{
	margin-bottom:20px;
}
#main #pickup p.icon{
	float:left;
	margin:0px 15px 15px 0px;
}



#main #recommend-list{
	margin-bottom:10px;
}
#main #recommend-list table{
	margin-bottom:25px;
}

#main #new-list{
	margin-bottom:30px;
}

#main #recommend-list .line,
#main #new-list .line{
	margin-bottom:15px;
}
#main #cate-list .line{
	margin-bottom:25px;
}
#main #new-list .list{
	margin-left:15px;
	padding:0px;
	line-height:100%;
}


#main #new-list .line p.img,
#main #cate-list .line p.img{
	float:left;
	margin:0px;
}
#main #new-list .line p.img img,
#main #cate-list .line p.img img{
	margin:0px 5px 0px 0px;
	border:1px solid #333;
}

#main #new-list .line p.copy,
#main #cate-list .line p.copy{
	margin:0px 15px 0px 0px;
	line-height:133%;
}
#main #new-list .line p.price ,
#main #cate-list .line p.price {
	margin:0px 15px 0px 0px;
	color:#f00;
	font-weight:bold;
	line-height:133%;
}
#main #new-list .line p.price span.eprice,
#main #cate-list .line p.price span.eprice{
	color:#666;
	text-decoration:line-through;
	font-weight:normal;
	font-size:80%;
}
#main #new-list .line p.price span.tax,
#main #cate-list .line p.price span.tax{
	font-size:80%;
	color:#444;
	font-weight:normal;
}

#main #recommend-list .line table{
	float:left;
}




/* ▼コメントプレビューのスタイル */
#main #cate-list form{
	margin:50px 0px 80px;
}
#main #cate-list form input{
	margin:1px 0px;
}
#main #cate-list form #comments-open-text{
	margin-top:1em;
}




/* ▼ウェブページ（特集） */
#main #cate-list .feature h2{
	margin-top:2em;
	margin-bottom:0.5em;
}
#main #cate-list .feature h3{
	margin-top:2em;
	margin-bottom:0.5em;
}
#main #cate-list .feature p{
	margin:0em 33px 1.5em 1em;
}

#main #cate-list .feature .multi table{
	float:left;
}




/* ▼アイテムページのスタイル */
.item-footer {
	margin:0px;
}

#item-page {
	padding:0px  30px;
	margin:30px 0px 0px;
}



#item-page .line{
	margin-bottom:55px;
}
#item-page .line2{
	margin:0px auto 35px;
	width:610px;
}
#item-page .line3{
	margin:80px auto 35px;
	width:610px;
}

#item-page .line p.img{
	float:left;
	margin:0px 25px 0px 0px;
}




#item-page .line .copy,
#item-page .line2 .copy{
	margin:0px 0px 5px 0px;
}


#item-page .line .copy p {
	margin:0.8em 0px;
}
#item-page .line .copy p strong.point{
	display:block;
	padding:0px;
	color:#c00;
}

#item-page .line p.price{
	margin:0px;
	font-size:200%;
	color:#f00;
	font-weight:bold;
	line-height:111%;
}
#item-page .line p.price span.eprice{
	font-size:70%;
	color:#666;
	text-decoration:line-through;
}
#item-page .line p.price span.tax{
	font-size:70%;
}


#item-page .multi table{
	float:left;
}

#item-page .line2 p.option{
	margin:0px 0px 5px 0px;
	text-align:center;
	font-weight:bold;
}

#item-page .line2 p.notes{
	border:1px solid #ccc;
	width:380px;
	margin:0px 0px 50px 40px;
	padding:5px;
}
#item-page .line2 p.notes img{
	vertical-align:middle;
}

#item-page .line2 p.goto-com{
	margin-bottom:0.5em;
}



/* ▼インフォメーションのスタイル */
#information {
	padding:50px 20px 0px;
}

#information .right{
	width:380px;
	float:right;
	margin:0px 0px 55px;
}
#information .right h2{
	margin:0px;
	font-size:120%;
	color:#933;
	border-bottom:1px solid #c99;
}
#information .right p.spec{
	margin-bottom:35px;
}


#information .left{
	width:300px;
	float:left;
	margin:0px 0px 55px;
}


#information .left h2.midashi{
	margin:0px;
	font-size:120%;
	color:#226;
	border-bottom:1px solid #999;
}
#information .left dl{
	margin:10px 0px 25px 15px;
}
#information .left dt{
	color:#339;
	font-weight:bold;
}
#information .left dd{
	margin:0px 1.5em 0.7em ; 1.5em
}


#information .left div.keywords{
	margin:50px 0px;
}
#information .left div.keywords h2{
	margin:0px 0px 0.5em;
}
#information .left div.keywords ul{
	list-style-type:none;
	padding:0px;
	margin:0px 0.5em 30px 1em;
}
#information .left div.keywords ul li{
	display:inline;
}




/* ▼コメントのスタイル */
#comments{
	margin:30px 0px 0px;
}
#comments h3{
	margin:25px 0px 5px;
	font-size:120%;
	color:#933;
	border-bottom:1px solid #c99;
}
#comments .comment{
	padding-top:0.5em;
}
#comments .comment-body{
	border-bottom:1px dotted #c99;
	padding-bottom:1em;
}
#comments .comment-body p{
	margin:0px 0px 0px 1em;
}

#comments  #comments-open-text{
	margin-top:0.5em;
}
#comments input{
	margin:1px 0px;
}



/* ▼検索ページのスタイル */
.search{
	margin:0px 0px 50px;
}
.search2{
	margin:0px 0px 150px;
}
.search h2{
	margin:50px 0px 15px;
	color:#a5196;
}




/* ▼サイド部分のスタイル */
#side{
	float:left;
	width:240px;
}
#side .header,#side .footer{
	margin:0px;
}
#side .body{
	background-color:#eee;
}

#side .menu-midashi{
	margin:0px 10px 3px;
}


#tag-menu{
	margin:0px 15px 0px 15px;
	padding:0px 0px 40px;
	line-height:200%;
}
#tag-menu .tag-list{
	margin:0px;
	padding:0px;
	line-height:155%;
}
#tag-menu .b-border{
	margin-bottom:10px;
	padding-bottom:10px;
}
#tag-menu .tag-list dt{
	margin:0px;
	padding:0px;
}
#tag-menu .tag-list dd{
	margin:0px 0px 0px 0px;
	padding:0px;
}



#guide-menu{
	margin:0px 0px 0px 30px;
	padding:0px 0px 30px;
	list-style-image:url("images/list-mark2.gif");
	line-height:200%;
	list-style-position:outside;
}








/* ▼特選キーワード（タグクラウド） */
.module-tagcloud {text-align:left; }
.module-tagcloud .module-list { list-style: none;padding:0px;margin:0px; }
.module-tagcloud .module-list .module-list-item { display: inline; }
.module-tagcloud .module-list li.taglevel1 { font-size: 19px; }
.module-tagcloud .module-list li.taglevel2 { font-size: 17px; }
.module-tagcloud .module-list li.taglevel3 { font-size: 15px; }
.module-tagcloud .module-list li.taglevel4 { font-size: 13px; }
.module-tagcloud .module-list li.taglevel5 { font-size: 11px; }
.module-tagcloud .module-list li.taglevel6 { font-size: 9px; }




/* ▼フッター部分のスタイル */
#footer{
	margin-top:30px;
}
#footer ul.text-link{
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
#footer ul li{
	display:inline;
	margin-right:0.5em;
	font-size:90%;
}
#footer ul.text-link li img{
	margin-right:2px;
	vertical-align:middle;
}

#footer p{
	background-color:#f80;
/*
	margin:5px 0px;
	padding:3px 10px;
	background-image:url("images/back2.gif");
	text-align:center;
*/
}

#footer ul.text-sitelink{
	list-style:none;
	margin:0px;
	padding:0px 0px 15px;
	text-align:center;
}


/* ===================================================== */
/* ↓floatを使用したボックスに必須 */
/* IE以外のモダンブラウザ向け */
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* IE7およびMacIE5向け */
.clearfix{
	display:inline-block;
}
/* IE6以前向け */
/*Hides from IE-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/
/* ===================================================== */


