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

/* ********** reset ********** */
* {
margin: 0;
padding: 0;
}

img {border:none;}
p {text-align:left;font-size:12px;}
table, tr, td, th {border:none;}
ul,li,ol {list-style-type: none;}
body {
	padding: 10px 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background: #FFFFFF;
	font-size: 12px;
	background-position: center top;
	background-repeat: repeat-y;
}

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










/* **********ヘッダー始まり********** */
/* ************************************************** */
/* ************************************************** */
#header {
	width: 700px;
	background-color: #FFFFFF;
	margin: 0 auto 0;
}

h1 {
	text-align: center;
}

h2 {
	text-align: right;
	font-size: 9px;
	color: #999999;
	padding-bottom: 10px;
}

h3 {
	font-size: 10px;
	width: 250px;
	float: left;
	text-align: left;
	text-indent: 1em;
	color: #999999;
	height: 30px;
}

h4 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	width: 250px;
	height: 50px;
	float: left;
}

h5 {
	font-size: 12px;
	color:#333333;
}


#header_menu {
	margin-left: 570px;
}

#header_menu ul {
	height: 17px;

	border-left: 1px solid #ccc;
}
#header_menu li {
	float: left;
	height: 13px;
	padding:2px 5px;
		
	border-right: 1px solid #ccc;
}
#header_menu li a {
	display:block;
	float: left;
	height: 13px;
	
	font-size:11px;
	color: #999;
}
#header_menu li a:hover {
	color: #000;
}

/* ************************************************** */
/* ************************************************** */
/* **********ヘッダー終わり********** */




/* **********フッター始まり********** */
/* ************************************************** */
/* ************************************************** */
.side_link {
	position : fixed!important;
	position : absolute;
	top: 300px;
	right: 2px;
}

.side_link_02 {
	margin-top: 12px;
	position : fixed!important;
	position : absolute;
	top: 100px;
	right: 2px;
}

.side_link_03 {
	position : fixed!important;
	position : absolute;
	bottom: 0px;
	right: 10px;
}
.corp_menu {
	clear:left;
	width: 700px;
	text-align: right;
	margin: 10px auto 10px;
}

.corp_menu li {
	display: inline;
	padding-right: 1em;
	font-size:10px;
}

#footer {
	clear: both;
	margin: 0 auto 0;
	height: 70px;
	background-image:url(_img/footer_corp.gif);
	width: 676px;
	padding: 12px;
}

#footer p {
	color: #333333;
	padding: 0 0 0 12px;
	line-height: 1.3em;
	font-size: 10px;
}

#footer img {
	display: block;
	float: right;
	padding: 5px 12px 5px 0;
}

/* ************************************************** */
/* ************************************************** */
/* **********フッター終わり********** */



/* **********ラッパー始まり********** */
/* ************************************************** */
/* ************************************************** */
.rapper {
	width: 800px;
	margin: 0 auto 0;
}

#footpath {
	width:700px;
	margin :0 auto 10px;
	clear: left;
}

#main_menu {
	width: 700px;
	height: 50px;
	margin: 0 auto 0;
}

#catgory_menu {
	width: 450px;
	height: 50px;
	background-image:url(_img/bg_menu.gif);
	float: right;
}

#catgory_menu li {
	float: left;
	margin: 2em 0 0 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

#catgory_menu li a {
	color :#666666;
}

#catgory_menu li a:hover {
	color :#ff0000;
}

.page_navi {
	width: 700px;
	margin:1em auto 0;
	clear: left;
}

.page_index {
	width: 450px;
	height: 30px;
	text-align: right;
	color: #999999;
	float: right;
}

.item_index {
	width: 705px;
	margin: 0 auto 0;
}

.page_index a {
	color :#999999;
}

.page_index a:hover {
	color :#ff0000;
}


.item {
	text-align: left;
	width: 210px;
	height:220px;
	float:left;
	padding-left: 10px;
	padding-right: 5px;
	border-color: #CCCCCC;
	border-style: solid;
	margin: 3px;
	border-width: 1px;
	padding-top: 5px;
}

.item_name {
	height: 15px;
	font-size: 11px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #993300;
}

.material {
	text-align: right;
	font-size: 10px;
	color: #999999;
}

.sale_price {
	text-decoration: line-through;
	text-align: right;
	color: #0000FF;
}	
	
.price {
	text-align: right;
	color: #ff0000;
}

.caption {
    text-align: right;
}

.index_icon {
	text-align: right;
	margin: 2px 0;
	
}


/* ************************************************** */
/* ************************************************** */
/* **********フッター終わり********** */
