@charset "utf-8";
/* CSS Document */


/* -------------------------------------
			初期値解除 
--------------------------------------*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, p, th, td {
	margin: 0;
	padding: 0;
}

th {
	font-style: normal;
}

table {
	border-collapse: collapse;
	/* border-spacing: 0; */
}

th {
	text-align: left;
}

img {
	border: 0;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #39F;
}

a:hover {
	color: #900;
}

a:visited {
	color: #39F;
}

/* -------------------------------------
			フォント
--------------------------------------*/

body {
	font-size: 75%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html>/**/body {
	font-size: 12px;
}

h1 {
	font-size: 100%;
	font-weight: normal;
	margin-bottom: 10px;
}


/*
h2 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-indent: 8px;
}
*/

h3 {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

p {
	color: #333;
}

.MainAape {
	color: #A1040C;	
}

.SubAape {
	color: #F00;	
}

/* -------------------------------------
			画像
--------------------------------------*/

/*　ボディ色設定　*/

body {
	background-color: #FEF6E1;
}

/*
body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat;
}
*/


/*　壁紙色設定　*/
#wallpaper {
	background-color: #FFF;
}


/* -------------------------------------
			ヘッダーナビ
--------------------------------------*/

#HeaderNavi {
	position: absolute;
	left: 400px;
	top: 80px;
	font-size: 12px;
	width: 590px;
}

#HeaderNavi li {
	float: left;
	margin-right: 30px;
	list-style-position: inside;
	list-style-image: url(../img/header_arrow.gif);
}

/* -------------------------------------
			メインナビ
--------------------------------------*/

/*　メインナビ余白設定　*/
#navi {
	margin-bottom: 20px;
}

/*　メインナビ横並び設定　*/
#navi li{
	display: inline;
	margin-bottom: 10px;
}


/* -------------------------------------
			商品リスト
--------------------------------------*/

/*　文字が大きかった場合ナビに隠れる　*/
.NaviList ul {
	overflow: hidden ;
}

/*　商品ごとのリスト枠　*/
.NaviList li {
	height: 28px;
	width: 230px;
	margin-bottom: 10px;
}

/*　リンク文字設定　*/
.NaviList a {
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 13px;
	color: #333;
}

/*　リンク文字ホバー設定　*/
.NaviList a:hover {
	color: #900;
}

/*　リンク文字ビジット設定　*/
.NaviList a:visited {
	color: #333;
}

/*　AAPE商品リスト背景　*/
.NaviListAape {
	background-image: url(../img/aape_list_bg.gif);
	background-repeat: no-repeat;
}

/*　AOOA商品リスト背景　*/
.NaviListAooa {
	background-image: url(../img/aooa_list_bg.gif);
	background-repeat: no-repeat;
}

/*　商品リスト画像余白設定　*/
.ImgSpace {
	margin-top: 15px;
	margin-bottom: 10px;	
}


/* -------------------------------------
			facebook
--------------------------------------*/
.fb-like-box {
	margin-top: 20px;
	margin-bottom: 15px;
}


/* -------------------------------------
			twitter
--------------------------------------*/
.twitter-timeline{
	margin-bottom: 15px;
}




/* -------------------------------------
			footer 
--------------------------------------*/

/*　会社名　*/
.name {
	font-weight: bolder;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

/*　会社詳細余白　*/
#footer .info {
  padding-left: 20px;	
}

/*　会社詳細中身　*/
dl.info dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 7.5em;
	padding-left: 5px;
	color: #333;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #C00;
}

/*　会社詳細行間　*/
dl.info dd {
	margin-bottom: 0.8em;
	margin-left: 7.5em;
}

#Copyright {
	text-align: center;	
}

/* -------------------------------------
			float clear 
--------------------------------------*/
#PageTitle {
	margin-bottom: 20px;
}


/* -------------------------------------
			float clear 
--------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* -------------------------------------
			商品ページ
--------------------------------------*/
.commodity {
	font-size:14px;
	margin-bottom: 15px;
}