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

/*----------------------------------------------------------------------*/
/* base */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background:#3f3f3f url(../images/bg.jpg) repeat-y;
	}

img {
	border: none;
}

a {
	outline: none;
	border-style: none;
	}
a:focus {
	outline: 0;
	}

.center {
	text-align:center;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}

.leftbox {
	float: left;
}
.rightbox {
	float: right;
}

/*----------------------------------------------------------------------*/

/*#container {
	overflow: hidden;
	width: 466px;
	height: 600px;
	padding: 25px 22px 0 22px;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	}
*/
#container_yoko {
	overflow: hidden;
	width: 566px;
	height: 530px;
	padding: 25px 22px 0 22px;
	background-image: url(../images/bg_top_yoko.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}
	
#container_c {
	overflow: hidden;
	width: 466px;
	height: 460px;
	padding: 25px 22px 0 22px;
	background-image: url(../images/bg_top_s.jpg);
	background-repeat: no-repeat;
	}
#container_d {
	overflow: hidden;
	width: 466px;
	height: 580px;
	padding: 25px 22px 0 22px;
	background-image: url(../images/bg_top_s2.jpg);
	background-repeat: no-repeat;
	}
	
#container_s {
	overflow: hidden;
	width: 466px;
	height: 250px;
	padding: 25px 22px 0 22px;
	background-image: url(../images/bg_top_s.jpg);
	background-repeat: no-repeat;
	}

#sakuhin_detail {
	font-size: 11px;
	padding: 0 0 24px 0;
	}
	
#sakuhin_detail .image {
	width:100px;
	float: left;
	}
		
#sakuhin_detail .author {
	float: left;
	font-size: 14px;
	font-weight:bold;
	padding: 0 0 0 10px;
	}
	
#sakuhin_detail .author_detail {
	font-size: 10px;
	font-weight: normal;
	}

#sakuhin_detail .detail {
	clear:both;
	width:466px;
	padding: 10px 0 0 0;
	line-height: 20px;
	}

#sakuhin_footer {
	clear: both;
	height: 24px;
	width: 510px;
	background:#3f3f3f url(../images/bg_footer.jpg) no-repeat;
	text-align:center;
	}
#sakuhin_footer a,
#sakuhin_footer_yoko a{
	text-decoration:none;
	color: #CC0000;
	font-size: 11px;
	}
#sakuhin_footer_yoko {
	clear: both;
	height: 24px;
	width: 610px;
	background:#3f3f3f url(../images/bg_footer_yoko.jpg) no-repeat;
	text-align:center;
	}
#sakuhin_footer a:hover,
#sakuhin_footer_yoko a:hover{
	text-decoration:underline;
	}
/*----------------------------------------------------------------------*/

