@charset "utf-8";

/***********************************/
/* Maniax全体              　　　　*/
/***********************************/

/* よく登場する要素のリセット */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {    
    margin:0;   
    padding:0;   
} 
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} 
fieldset,img {    
     border:0;   
 } 
 address,caption,cite,code,dfn,em,strong,th,var {  
     font-style:normal;   
     font-weight:normal;   
 } 
 ol,ul {  
     list-style:none;   
 } 
 caption,th {  
     text-align:left;   
 } 
 h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
     font-weight:normal;   
 } 
 q:before,q:after {  
     content:'';   
 } 
 abbr,acronym { border:0;   
 }  

body {
	margin: 0px;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	color: #666666;
	line-height:170%;
	text-align:center;
	background-image:url(../img/bg_header.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F6F6F6;	
	}

table{
	font-size:12px;
	line-height:100%;
	}

/* リンクテキスト */
a:link{
	color: #0099CC;
	text-decoration:underline;
}
a:visited{
	color: #0099CC;
	text-decoration:underline;
}
a:active{
	color: #0099CC;
	text-decoration:none;
}
a:hover{
	color: #0099CC;
	text-decoration:none;
}

strong {
	font-weight: bold !important;
}

.clear{
	clear:both;
	}

/***********************************/
/* 全ページ共通　                  */
/***********************************/

/* 全体 */
#base {
	background-image:url(../img/bg_header.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}

/* ページ全体 */
#all {
	width:980px;
	text-align:center;
	margin:auto;
	}

/* ヘッダー全体 */
#header {
	width:980px;
	height:60px;
	padding-top:15px;
	padding-bottom:5px;
	margin:0px;
	background-color:#000000;
	}

/* ヘッダー左・ロゴ */
#logo {
	width:200px;
	float:left;
	text-align:left;
	}

/* ヘッダー右全体 */
#header_right_all {
	width:492px;
	float:right;
	text-align:right;
	}

/* ヘッダー右・テキスト */
.header_txt {
	width:492px;
	text-align:right;
	font-size:10px;
	color:#FFD93C;
	line-height:120%;
	}

/* ヘッダーナビ */
.header_navi1 {
	width:80px;
	height:30px;
	float:left;
	margin-top:5px;
	}

.header_navi2 {
	width:110px;
	height:30px;
	float:left;
	margin-left:3px;
	margin-top:5px;
	}

.header_navi3 {
	width:70px;
	height:30px;
	float:left;
	margin-left:3px;
	margin-top:5px;
	}

/* メインナビ・コンテンツ全体 */
#main {
	width:980px;
	height:auto;
	padding-top:10px;
	}

/***********************************/
/* ナビ　　　　　                  */
/***********************************/
	
#navi_all {
	width:190px;
	float:left;
	}

.navi1 {
	width:190px;
	height:30px;
	margin-top:5px;
	}

.navi2 {
	width:190px;
	height:45px;
	margin-top:5px;
	}
	
/***********************************/
/* お役立ちリンク　　　            */
/***********************************/
	
.usefullink {
	width:200px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	}
	
.usefullink_txtul{
	text-align:left;
	padding:0;
	margin:0;
	display: block;
	list-style-position:inside;
   }
.usefullink_txtli{
	list-style:disc;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-position:inside;
	color:#0099CC;
   }

.usefullink2 {
	width:200px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:left;
	}

/* サイドバナー */
#side_bn {
	width:190px;
	height:auto;
	text-align:center;
	background-color:#E8E8E8;
	padding:15px 0px 15px 0px;
	}

.side_bntxt {
	font-size:10px;
	line-height:130%;
	padding:0px;
	margin:3px 0px 5px 0px;
	}
	
/***********************************/
/* カウンター　　　　　            */
/***********************************/
	
#counter {
	width:190px;
	margin-top:10px;
	margin-bottom:100px;
	text-align:center;
	font-size:10px;
	line-height:130%;
	}
	
/***********************************/
/* コンテンツ共通 　               */
/***********************************/
	
#cont_all {
	width:770px;
	float:right;
	padding-bottom:15px;
	margin-right:0px;
	background-color:#F6F6F6;
	}

#cont_details {
	width:740px;
	height:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

/* パンくず */
#topicpath {
	width:770px;
	height:auto;
	text-align:left;
	font-size:10px;
	padding-bottom:5px;
	padding-top:5px;
	}

/* ページTOP */
.pagetop {
	width:770px;
	text-align:right;
	}

/* 各コンテンツ説明 */
#explanation_all {
	width:770px;
	height:auto;
	text-align:center;
	margin-top:15px;
	margin-bottom:15px;
	}

/* h2 */
h2 {
	margin:0px;
	}

/* h3 */
h3 {
	margin-top:0px;
	}

/* h4 */
h4 {
	margin:0px;
	}

/* 新商品紹介 */
#newitem {
	width:770px;
	height:230px;
	margin-bottom:10px;
	padding-top:5px;
	text-align:center;
	background-color:#FFFFFF;
	}

/* 個別リンク・おすすめ商品全体 */
#each_recommend_boxall {
	width:770px;
	height:565px;
	text-align:left;
	margin:10px 0px 10px 0px;
	}

/* 個別リンク・おすすめ商品box1 */
.each_recommend_box1 {
	width:185px;
	height:530px;
	text-align:left;
	float:left;
	background-image:url(../img/bg_recommend_box1.jpg);
	background-repeat:no-repeat;
	}

/* 個別リンク・おすすめ商品box1_2 */
.each_recommend_box1_2 {
	width:185px;
	height:530px;
	text-align:left;
	margin-left:10px;
	float:left;
	background-image:url(../img/bg_recommend_box1.jpg);
	background-repeat:no-repeat;
	}

/* 個別リンク・おすすめ商品box2 */
.each_recommend_box2 {
	width:185px;
	height:530px;
	text-align:left;
	float:left;
	margin-left:10px;
	background-image:url(../img/bg_recommend_box2.jpg);
	background-repeat:no-repeat;
	}

/* 個別リンク・おすすめ商品box2 */
.each_recommend_box2_2 {
	width:185px;
	height:530px;
	text-align:left;
	float:left;
	background-image:url(../img/bg_recommend_box2.jpg);
	background-repeat:no-repeat;
	}

/* 個別リンク・おすすめ商品box1・タイトル */
.each_recommend_box_tit {
	width:180px;
	height:32px;
	margin:48px 0px 0px 2px;
	}

/* 個別リンク・おすすめ商品box1・リンク */
.each_recommend_box_link {
	width:180px;
	height:240px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}

/* 個別リンク・おすすめ商品box1・説明 */
.each_recommend_box_txt {
	width:140px;
	height:170px;
	background-color:#F6F6F6;
	padding:10px;
	margin:5px 0px 0px 12px;
	}

/* 個別リンク・注意書き */
.each_recommend_box_txt_s {
	font-size:10px;
	}

/* バナー */
.recommend_bn {
	width:170px;
	height:480px;
	text-align:center;
	float:right;
	padding:20px 10px 20px 10px;
	line-height:120%;
	}

/* 商品説明文 */
p.recommend_box_txt {
	line-height:150%;
	}

/***********************************/
/* フッター　　　 　               */
/***********************************/
	
#footer {
	width:980px;
	height:80px;
	background-color:#000000;
	}
	
	
	
/***********************************/
/* 余白設定       　　　　          */
/***********************************/

/* マージン下100 */
.m_b100 {
	margin-bottom:100px;
	}

/* マージン下30 */
.m_b30 {
	margin-bottom:30px;
	}

/* マージン下20 */
.m_b20 {
	margin-bottom:20px;
	}

/* マージン下15 */
.m_b15 {
	margin-bottom:15px;
	}

/* マージン下10 */
.m_b10 {
	margin-bottom:10px;
	}

/* マージン下5 */
.m_b5 {
	margin-bottom:5px;
	}

/* マージン左40 */
.m_l40 {
	margin-left:40px;
	}

/* マージン左20 */
.m_l20 {
	margin-left:20px;
	}

/* マージン左15 */
.m_l15 {
	margin-left:15px;
	}

/* マージン左10 */
.m_l10 {
	margin-left:10px;
	}

/* マージン左5 */
.m_l5 {
	margin-left:5px;
	}

/* マージン上40 */
.m_t40 {
	margin-top:40px;
	}

/* マージン上20 */
.m_t20 {
	margin-top:20px;
	}

/* マージン上15 */
.m_t15 {
	margin-top:15px;
	}

/* マージン上10 */
.m_t10 {
	margin-top:10px;
	}

/* マージン上5 */
.m_t5 {
	margin-top:5px;
	}

/* マージン右10 */
.m_r10 {
	margin-right:10px;
	}

/* マージン右5 */
.m_r5 {
	margin-right:5px;
	}

/* パディング上10 */
.p_t10 {
	padding-top:10px;
	}

/* 右寄せ */
.al_right{
	text-align:right;
	}

/* 左寄せ */
.al_left{
	text-align:left;
	}

.al_center{
	text-align:center;
	}


/***********************************/
/* 準備中　　　　 　               */
/***********************************/
	
#underconstruction {
	width:600px;
	height:300px;
	text-align:center;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	background-image:url(../img/img_underconstruction.jpg);
	background-repeat:no-repeat;
	}

.underconstruction_txt {
	width:500px;
	text-align:center;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	}

/* 準備中のアフィリエイト表示 */
#underconstruction_link_all {
	width:712px;
	height:60px;
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	}

#underconstruction_link1 {
	width:468px;
	height:60px;
	float:left;
	}

#underconstruction_link2 {
	width:234px;
	height:60px;
	float:left;
	margin-left:10px;
	}













