/*
Theme Name: アラヘアム
Version: 1.0.0
*/


@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	overflow:hidden;
	outline:none;
}

img {
	border: none;
}

#wrapperTop {
	margin: 0 auto;
	width: 900px;
}

#wrapper {
	margin: 0 auto;
	width: 825px;
}

body * {line-height:1.8em;}
/* body * {line-height:1.22em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/


/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:170%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	}

/* ショップレイアウト */

#contentWrapper {
	clear: both;
	margin: 0 auto;
	width: 777px;
}

#sideMenuShop {
	background-color: #000;
	float: left;
	width: 82px;
}

#contentBoxShop {
	background-color: #000;
	width: 620px;
	float: right;
}

div#mamainfo{
font-size: 11px;
}

/* タイポグラフィー */

p,li,dt,dd{
	font-size: 11px;
}

a:link { color: #888; text-decoration:none; }
a:visited { color: #888; text-decoration:none; }
a:active { color: #888; text-decoration:none; }
a:hover { color: #000; text-decoration: none; }

li {
	list-style: none;
}


/* clearfix
---------------------------------- */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: " ";
}

.clearfix {
	display: inline-block;
}

/* \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* end */
