@charset "shift_jis";

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #FFF url(../images/head.jpg) repeat-x;
	font: 75%/1.5 "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
table {
	font-size: 1em;
	text-align: 1.5;
	empty-cells: show;
}
th {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, h7 {
	margin: 0px;
	padding: 0px;
}

p {
	margin: 8px 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}

.font70 {
	font-size: 70%;
}
.font75 {
	font-size: 75%;
}
.font80 {
	font-size: 80%;
}
.font85 {
	font-size: 85%;
}
.font90 {
	font-size: 90%;
}
.font95 {
	font-size: 95%;
}
.font100 {
	font-size: 100%;
}
.font120 {
	font-size: 120%;
}
.font150 {
	font-size: 150%;
}
.font180 {
	font-size: 180%;
}

.left {
	float: left;
}
.right {
	float: right;
}

.bold {
	font-weight: bold;
}

.txt_center {
	text-align: center;
}

.txt_left {
	text-align: left;
}

.txt_right {
	text-align: right;
}


/* clearfix ハック */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear { clear: both; }

.box {
	margin-bottom: 20px;
}


/* 必須 */
.hissu {
	color: #F00;
}



/* base
------------------------------------------------------------------------*/
div#base_container {
	width: 950px;
	margin: 0 auto;
}



/* header
------------------------------------------------------------------------*/
div#header_container {
	height: 130px;
}



/* main------------------------------------------------------------------------*/
div#main_container {
}

div#main_container div#side {
	width: 230px;
	float: righi;
}

div#main_container div#main {
	width: 1000px;
	float: left;
}

div#btn_cart {
	margin-bottom: 20px;
}

div#btn_item {
	margin-bottom: 20px;
}



/* footer------------------------------------------------------------------------*/
div#footer_container {
	height: 200px;
	background: #f2f2f2;
	margin-top: 50px;
}



/* 商品一覧ページ
------------------------------------------------------------------------*/
table#item_table td {
	background: #fff;
}

table#item_table th {
	background: #f2f2f2;
}

ul#category_list li {
	display: block;
	width: 180px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px 0 0;
	list-style: none;
	padding: 5px 10px;
}


/* カートページ
------------------------------------------------------------------------*/
div#flow {
	text-align: center;
	margin: 20px 0;
}










