﻿/* CSS Document */
/************************************/
/*　基本部分　*/
/************************************/
* {
margin: 0px;
padding: 0px;
font-family: Arial , "ヒラギノ角ゴ Pro W3" , Osaka , "ＭＳ Ｐゴシック" , sans-serif;
}

/* Mac版IE5のみ \*//*/
* {
font-size: 12px;
}
/* ここで終わり */ 

body {
	margin: 0px;
	padding: 0px;
	color: #3A3A3A;
	font-size: 13px;
	line-height: 145%;
	text-align: center;
	background-color:#FFFFFF;
}

a {
/*\*/
   overflow: hidden;
/**/
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: underline;
}


/*　ブラウザ中央設定　*/
html>body { text-align: center; }
div#wrapper { text-align: center; }

/*　レイアウト中央　*/
.layaut990 {
    width: 990px;
    text-align: left; /* 中央揃え 古いブラウザ対応 */
    margin-left:auto;
	margin-right:auto;		
}

/*　共通部分　*/

.clear { clear:both; }
.left { float: left; }
.right { float: right; }

/*h1～h6の余計な空白削除*/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/*pの余計な空白削除*/
p { margin: 0px;
	padding: 0px;
}

/*IMGのボーダーを非表示*/
img { border:none; 
	margin: 0px;
	padding: 0px;
	vertical-align:bottom; }

/*IEで起こるBRのバグ回避*/
br {
	margin: 0px;
	padding: 0px;
}

/*フォントスタイルノーマル化*/
em, address {
	font-weight: normal;
	font-style: normal;
}

/*FORMの余計な空白削除*/
form {
	margin: 0px;
	padding: 0px;
}

/*リストの余計な空白削除*/
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*リストの余計な空白削除*/
dl, dt, dd {
	margin: 0px;
	padding: 0px;
}

/************************************/
/*　テーブル設定　*/
/************************************/

/*　テーブル01　*/
table.Style01 {
	border: 1px #AAAAAA solid;
	border-collapse: collapse;
	margin:  10px 0px 5px 0px;	
}
table.Style01 td{
	vertical-align: middle;
	text-align: center;
	border: 1px #AAAAAA solid;
	border-collapse: collapse;
	padding: 10px;
	background-color: #F9F9F9;
	}
table.Style01 th {
	background-color:#F2FFDF;
	font-weight: normal;
	text-align: center;
	border: 1px #AAAAAA solid;
	border-collapse: collapse;
	padding: 3px;	
	white-space: nowrap;
}

/************************************/
/*　ヘッダー部　*/
/************************************/
#Header {
	background-image:url(../image/header_bk.jpg);
	background-repeat: repeat-x;
	background-position:bottom center;
	color:#666666;
	font-size:12px;
	height:110px;
	margin:0 0 1px 0;
	}
/* IE6だけに適用 */ 
* html body #Header { display:inline-block; }
/* /IE6だけに適用 */
	
#Header .Layout950 {
    width: 950px;
    text-align: left;
	margin-left:auto;
	margin-right:auto;		
	position:relative; 
    }	
#Header .Layout950 h1 { position:absolute; right:0px; top:5px; font-size:12px; }	
#Header .Layout950 h2 { position:absolute; left:0px; top:0px; }	
#Header .Layout950 h3 { position:absolute; left:150px; top:45px; }	
#Header .Layout950 p { position:absolute; right:0px; top:45px; background-image:url(../image/header_tel.jpg); width:452px; height:52px; }
#Header .Layout950 p img { position:absolute; right:3px; top:3px; }


/************************************/
/*　共通ナビゲーション　*/
/************************************/
#gNavi {
	height: 50px;
	background-image:url(../image/navi_bk.jpg);
	background-repeat: repeat-x;
	margin:0 0 0 0;
	}
#gNavi ul {
    width: 950px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;		
    }
#gNavi ul li { float: left; }

/* IE6だけに適用 */ 
* html body #gNavi ul { margin-left:0px; }
/* /IE6だけに適用 */

/************************************/
/*　共通コンテンツレイアウト　*/
/************************************/
#Contents {
	background-image:url(../image/contents_bk01.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	padding:20px 0 0 0;
}

#titleBack { background-image:url(../image/title_bk.png); background-position:top center; background-repeat:no-repeat; }

#titleArea {
	width: 950px;
	height:88px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}

#titleArea h3 { position:absolute; top:0; left:0; }
#titleArea h3.free { position:absolute; top:40px; left:50px; font-size: 40px; }
#titleArea h3.free a {
	color: #000000;
	text-decoration: none;
}	

#MainArea {
	background-image:url(../image/contents_bk02.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding:9px 0 0 0;
	border-color:#333;
	border-style:solid;
	border-width:0 0 1px 0;
	margin:0 0 1px 0;
}

#MainArea.TopImg { margin:15px 0 1px 0; }

#MainArea .Layout950 .kuzu { font-size:12px; padding:5px; background-color:#FAFAFA; border-bottom:1px dotted #CCC; text-align:left; margin:0 8px 10px 8px; }	

#MainArea h3 { margin:0 0 11px 0; }

#MainArea .Layout950 {
	width: 950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(../image/side_bk.jpg);
	background-repeat:repeat-y;
	background-position:right top;
}

.wp-pagenavi { margin:20px 0; text-align: center; }

/************************************/
/*　左レイアウト　*/
/************************************/

#MainArea #mainBox { float:right; width:695px; margin:0 5px 0 0; }

#MainArea #mainBox #contactArea { margin:20px 10px 0 10px; background-image:url(../image/contact_area.jpg); position:relative; height:165px; width:675px; }
#MainArea #mainBox #contactArea img { position:absolute; top:92px; left:41px; }

/************************************/
/*　右ナビ　*/
/************************************/

#MainArea #sideBox { float:left; width:230px; }
#MainArea #sideBox #side { width:230px; margin:0 0 15px 5px; }

#MainArea #sideBox #side p { margin:10px 0 0 0; }

#MainArea #sideBox #side p#cartBtn { margin:0 0 0; }
#MainArea #sideBox #side #cartIn { padding:1px; text-align:center; border-color:#CCC; border-style:solid; border-width:0 1px 1px 1px; margin:0 0 10px 0; }
#MainArea #sideBox #side #cartIn p { border:1px #FE971E solid; background-color:#FFFFE1; padding:5px 0; margin:0px; }
#MainArea #sideBox #side #cartIn p span { font-weight:bold; }

/*　自動更新ナビゲーション　*/
#MainArea #sideBox #side .naviStyle { border:1px solid #CDCDCD; padding:2px; background-color:#FFF; margin:0 0 15px 0; }
#MainArea #sideBox #side .naviStyle a { text-decoration:none; display:block; margin:2px 0 0 0; padding:8px 8px 8px 35px; border:1px solid #E1E1E1; background-image:url(../image/side_navi_bk.gif); background-position:center left; }
#MainArea #sideBox #side .naviStyle a:hover { background-image:url(../image/side_navi_bk_on.gif); color:#036; border:1px solid #666; }

/* IE6だけに適用 */ 
* html body #MainArea #sideBox #side .naviStyle a { display:inline-block; width:100%; }
/* /IE6だけに適用 */

/*　商品紹介　*/
#MainArea #sideBox #side #productStyle { background-image:url(../image/side_product_bk01.jpg); background-repeat:repeat-y; }
#MainArea #sideBox #side #productStyle .bottom { padding:0 5px 5px 5px; background-image:url(../image/side_product_bk02.jpg); background-position:bottom left; background-repeat:no-repeat; }
#MainArea #sideBox #side #productStyle .bottom h4 { margin:5px 0 0 0; } 
#MainArea #sideBox #side #productStyle ul { border:1px solid #CDCDCD; padding:1px 1px 0 1px; border-top:none; }
#MainArea #sideBox #side #productStyle ul li { margin:0 0 1px 0; }

/*　お問い合わせ　*/
#MainArea #sideBox #side #contactArea { background-image: url(../image/side_contact_bk.jpg); height:119px; position:relative; }
#MainArea #sideBox #side #contactArea img { position:absolute; bottom:3px; left:3px; }

/*　バナーエリア　*/
#MainArea #sideBox #side ul#linkArea li { float:left; margin:10px 5px 0 0; }

/************************************/
/*　Facebook/ツイッター設定　*/
/************************************/


#Facebook { margin:20px 0 0 0; }
#Twimg { margin:20px 0 20px 0; }


/************************************/
/*　フッター　*/
/************************************/
#Footer {
	font-size:12px;
	line-height:168%;
	background-image:url(../image/footer_bk.jpg);
	height:150px;
	color:#D8A9AD;
}
#Footer a { color:#FFF; }
#Footer .Layout950 {
	width: 950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0 15px 0;
	position:relative;
}
#Footer .Layout950 #logoArea { position:absolute; top:30px; left:0px; }
#Footer .Layout950 #FooterPank { position:absolute; top:10px; right:0px; color:#FFF; } 

/************************************/
/*　コピーライト　*/
/************************************/
#Copy { margin:1px 0 0 0; background-color:#000; color:#CCC; padding:5px 0; font-size:11px; }
#Copy p{ 
	width: 950px;
	text-align:right;
	margin-left:auto;
	margin-right:auto;
}


/************************************/
/*　プラグイン変更　設定　*/
/************************************/

/*　ページバー　設定　*/
.pagebar { text-align:center; margin:10px 0 0 0;　}


/************************************/
/*　投稿画像　設定　*/
/************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}



/*レイアウトクリアオブジェクト
=========================================================================*/
.clearfix:after,
ul:after,
dl:after,
p:after
{  content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix,
ul,
dl,
p
{ display: inline-block; }

/* \*/
* html .clearfix,
* html ul,
* html dl,
* html p
{ height:1%; }

.clearfix,
ul,
dl,
p
{ display:block; }
/* */