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

body{
	margin:0;
	padding:0;
	background:#eeeeee;
	font-family: "Meiryo","MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	font-size:85%;
	line-height:160%;
	color:#333333;
	border:0 solid #333333;
	border-width:5px 0 20px;
	line-height:150%;
}

.root{
	width:900px;
	margin:0 auto;

}

h1{
	width:200px;
	height:85px;
	margin:0;
	padding:0;
	font-size:100%;
}
h1 a{
	display:block;
	height:85px;
	background:url("../img/header_logo.gif") no-repeat;
	text-indent:-10000px;
}
h2{
	margin:0 0 10px;
	padding:0;
	font-size:100%;
}

h3{
	margin:10px 0 10px;
	padding:0;
	font-size:100%;
	clear:both;
}
.side h3
{
	margin:0 0 10px;
}

h4{
	margin:10px 5px 10px;
	padding:5px 10px;
	font-size:100%;
	border:1px solid #aaaaaa;
	border-left-width:5px;
	clear:both;
}

h5{
	margin:10px 10px 10px;
	padding:0 7px;
	font-size:100%;
	border-left:10px solid #d2bf9c;
	clear:both;
	color:#555555;
}

p{
	margin:1em 1ex;
	padding:0;
}


a{
	outline:none;
}
a img{
	border:0;
}



.header{
	position:relative;
}


.hmenu-contact{
	position:absolute;
	top:0;
	left:807px;
	width:93px;
	height:26px;
}
	.hmenu-contact a{
		height:26px;
		display:block;
		background:url("../img/hmenu_contact.gif") no-repeat;
		text-indent:-9984px;
	}

.hmenu{
	top:47px;
	left:538px;
	margin:0;
	padding:0 1px 0 0;
	list-style-type:none;
	position:absolute;
	background:url("../img/hmenu_bg.gif") 100% 0 no-repeat;
}
	.hmenu li{
		float:left;
		width:90px;
		height:25px;
		margin:0;
		padding:0;
	}
	.hmenu li a{
		display:block;
		text-indent:-9990px;
		height:25px;
	}
	
	.hmenu-gallery a	{background:url("../img/hmenu_gallery.gif") 0 0 no-repeat;}
	.hmenu-products a	{background:url("../img/hmenu_products.gif") 0 0 no-repeat;}
	.hmenu-profile a	{background:url("../img/hmenu_profile.gif") 0 0 no-repeat;}
	.hmenu-link a		{background:url("../img/hmenu_link.gif") 0 0 no-repeat;}

.breadcrumbs{
	font-size:90%;
	margin-bottom:1ex;
}
	.breadcrumbs a:link{
		color:#666688;
		text-decoration:none;
	}
	.breadcrumbs a:visited{
		color:#666688;
		text-decoration:none;
	}
	.breadcrumbs a:hover{
		color:#000088;
		text-decoration:underline;
	}
	.breadcrumbs a:active{
		color:#000088;
		text-decoration:underline;
	}
.content{
	float:left;
	width:680px;
	min-height:640px;
}
	#toppage .content{
		min-height:240px;
	}
	.content-left{
		float:left;
		width:330px;
	}
	.content-right{
		float:right;
		width:330px;
	}


.side{
	float:right;
	width:200px;
}
	.side-products{
		margin:0 0 0;
		padding:0;
		list-style-type:none;
	}
	.side-products li{
		margin:0 0 5px;
		padding:0;
		list-style-type:none;
	}

.footer{
	clear:both;
	padding:50px 0 0;
	text-align:right;
}

.clear{
	haight:1px;
	clear:both;
}





.mainimg{
	margin:0 0 15px;
}

.news-table{
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
}
	.news-table tr{
		background:url("../img/line_dotted.gif") 0 100% no-repeat;
	}
	.news-table td{
		vertical-align:top;
		text-align:left;
		padding:1ex 0 1ex 1ex;
	}
	.news-table th{
		vertical-align:top;
		text-align:left;
		padding:1ex 0 1ex;
		width: 8ex;
		white-space: nowrap;
	}





.photo-list{
	border:0;
	border-collapse:collapse;
	border-spacing:0;
	margin:10px auto 10px;
	clear:both;
}
.photo-list td{
	height:160px;
	width:160px;
	text-align:center;
	vertical-align:middle;
	border:5px solid #eeeeee;
	border-collapse:collapse;
	background:#333333;
}
.photo-list .caption td{
	height:1em;
	width:160px;
	text-align:center;
	vertical-align:top;
	border:5px solid #eeeeee;
	border-collapse:collapse;
	background:#ffffff;
}






.product-jacket{
	width:240px;
	float:left;
	padding-bottom:10px;
}
.product-comment{
	width:430px;
	float:right;
	padding-bottom:10px;
}


.product-list{
	margin:0;
	padding:0;
	list-style-type:none;
}
.product-list li{
	margin:0;
	padding:0;
	list-style-type:none;
}
.product-list-jacket{
	width:140px;
	float:left;
}
.product-list-comment{
	width:530px;
	float:right;
}

.single-date{
	font-size:90%;
	font-weight:bold;
	text-align:right;
	margin:0 1em;
	font-family:Arial, Helvetica, sans-serif;
}
ul.category-list{
	margin:1ex 0 4em;
	padding:0 0 0 30px;
}
ul.category-list li{
	margin:0;
	padding:0;
}


.purchase-table{
	width:660px;
	margin:1ex 10px;
	border-collapse:collapse;
	border:0;
}
.purchase-table-img{
	text-align:center;
	width:140px;
}
.purchase-table-body{
	width:190px;
}




