@charset "utf-8";
/* CSS Document */

/* 基本 */

* {
	margin: 0px;
	padding: 0px;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	margin:0;
	padding:0;
}

img{
	border:0px;
}

a:link,a:visited,a:active{
	color:#3C9FC6;
	text-decoration: none;
}

a:hover{
	color:#68B6D2;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}

.normal{
	font-weight:normal;
	font-size:70%;
	color:#333;
}

.contents-left table,.table table{
    width: 100%;
    border: 1px #999999 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

.contents-left table th,.table table th{
    padding: 5px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #EFEFE0;
    font-weight: bold;
    line-height: 120%;
}

.contents-left table td,.table table td{
    padding: 5px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFFF;
}

.font-red{
	color:#F00;
}

/* 全体 */

body{
	font-size:0.8em;
	line-height: 160%;
	color:#333;
	letter-spacing:1px;
	background-image: url(../img/top/bk-header.jpg);
	background-position: center top;
	background-repeat:repeat-x;
}

#wrap{
	width:920px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/top/bk-wrap.jpg);
	background-repeat:no-repeat;
	padding-right: 15px;
	padding-left: 15px;
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0px;
  visibility: hidden;
}

/* ヘッダー */

#header{
	padding-left:35px;
	padding-right:2px;
}

#header-menu{
	float:left;
}

#header-menu ul{
	float:left;
	padding-left: 210px;
	padding-top: 27px;
	width: 260px;
}

#header-menu li{
	display:inline;
	list-style-type: none;
}

#header-menu li img{
	margin-left: 25px;
}


#header-contact{
	float:right;
	padding-right: 2px;
	padding-top: 22px;
}

#logo{
	padding-top:39px;
	float:left;
	padding-left: 20px;
}

#menu{
clear:both;
margin-left:auto;
margin-right:auto;
width:920px;
padding:0;
font-size:0;
}

#menu ul li{
	display: inline;
	list-style:none;
}

/* パンクズ */

.breadcrumbs{
	padding-top:12px;
	padding-bottom:12px;
	padding-left:14px;
	font-size:90%;
	color:#999;
}

/* メイン */

#main{
	padding-bottom:12px;
}

/* トップページ */

#top-left{
	float:left;
}

#top-right{
	float:right;
	width: 487px;
}

.banner{
	padding-right:7px;
	padding-top: 7px;
}

#news{
	padding-top:15px;
	padding-bottom:15px;
}

#shohin{
	clear:both;
}

#shohin h2{
	clear:both;
	padding-top:10px;
	padding-left:12px;
	padding-bottom:6px;
}

#shohin li{
	list-style:none;
	display:inline;
	background-image: url(../img/top/bk-shohin.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}

.shohin{
	width:172px;
	color: #666;
	float: left;
	padding-right: 13px;
	}
	
.shohin-end{
	width:172px;
	color: #666;
	float: left;
	padding-left: 1px;
	}

.shohin-wrap{
	width:146px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding:12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	min-height: 100px;	/*モダンブラウザに適用*/
	height: auto !important;	/*モダンブラウザに適用*/
	height: 100px;	/*全ブラウザに適用*/
	background-image: url(../img/top/bk-shohin.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
.pagetop{
	clear:both;
	padding-top: 20px;
	text-align: right;
	padding-right: 14px;
	padding-bottom: 42px;
}

/* フッター */

#footer-navi{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	color: #666;
	padding-bottom: 36px;
}

#footer-navi a{
	color: #666;
}

#footer-navi a:hover{
	color: #888;
}

#footer{
	color:#FFF;
	background-image:url(../img/top/bk-footer.jpg);
	background-repeat:no-repeat;
	width:950px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	background-position: center top;
	height: 77px;
	padding-top: 75px;
}

/* #footer {
	background-image:url(../img/top/bk-footer.jpg);
	background-position: center top;
	height: 230px;
} */

/* サイドメニュー */

#side{
	width:240px;
	float:left;
}

#side-wrap{
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E4E4E4;
	border-left-color: #E4E4E4;
	font-weight:bold;
	background-image: url(../img/shohin/side-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 7px;
}

#side-wrap li{
	list-style:none;
	margin-left:16px;
	padding-left:12px;
	padding-bottom:2px;
	background-image:url(../img/top/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

#side-wrap img{
	padding-top:6px;
	padding-bottom:3px;
	padding-left: 5px;
}

/* コンテンツ */
#contents{
	float:right;
	width:644px;
}

.next{
	width:80px;
	text-align:center;
	float:left;
	padding-right: 7px;
	padding-left: 7px;
}

#next{
	width:282px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

/* 第2階層コンテンツ */
.title-moku{
	width:499px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C9FC6;
	color:#3C9FC6;
	font-size:23px;
	font-weight:bold;
	background-image:url(../img/shohin/title-moku.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:130px;
	line-height:120%;
}

.title-kanbatsu{
	width:499px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C9FC6;
	color:#3C9FC6;
	font-size:23px;
	font-weight:bold;
	background-image:url(../img/shohin/title-kanbatsu.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:130px;
	line-height:120%;
}

.title-zakka{
	width:499px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C9FC6;
	color:#3C9FC6;
	font-size:23px;
	font-weight:bold;
	background-image:url(../img/shohin/title-zakka.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:130px;
	line-height:120%;
}

.title-eye{
	width:499px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C9FC6;
	color:#3C9FC6;
	font-size:23px;
	font-weight:bold;
	background-image:url(../img/shohin/title-eye.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:130px;
	line-height:120%;
}

.title-party{
	width:499px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C9FC6;
	color:#3C9FC6;
	font-size:23px;
	font-weight:bold;
	background-image:url(../img/shohin/title-party.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:130px;
	line-height:120%;
}

.title-paper{
	width:499px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C9FC6;
	color:#3C9FC6;
	font-size:23px;
	font-weight:bold;
	background-image:url(../img/shohin/title-paper.jpg);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:130px;
	line-height:120%;
}

.title{
	width:499px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #3C9FC6;
	color:#3C9FC6;
	font-size:23px;
	font-weight:bold;
	padding-right:130px;
	line-height:120%;
}

h3{
	padding-top:12px;
	padding-left:15px;
	padding-bottom:12px;
}

.main-img{
	float:left;
}

.setumei{
	background-image: url(../img/shohin/line-setumei.jpg);
	line-height: 200%;
	padding-top: 5px;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:20px;
}

.contents-wrap{
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}

.contents-left{
	float:right;
	width: 315px;
}

.contents-left th{
	text-align:center;
}

.pic-left{
	float:left;
	border: 1px solid #CCC;
}

.pic-left table{
	width:500px;
	height: 376px;
}

.pic-right{
	float:right;
}

.pic-over a{
	width:90px;
	text-align:center;
	border: 1px solid #CCC;
	margin-bottom: 7px;
	height: 68px;
	display: block;
}

#pic{
	width:601px;
	margin-left:auto;
	margin-right:auto;
	padding-top:35px;
}

#contact{
	margin-left:auto;
	margin-right:auto;
	width:486px;
	padding-top: 25px;
}

#banner{
	padding-top:25px;
}

#banner li{
	list-style:none;
	padding-bottom:10px;
}

#contents .shohin{
	text-align:center;
	float:left;
	margin-left:10px;
	width: 97px;
	height: 140px;
	font-size: 12px;
	line-height: 140%;
}

.shohin-bk{
	height: 97px;
	width: 97px;
	border: 1px solid #CCC;
}

/* お知らせ */

.list li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	list-style:none;
	padding-bottom: 7px;
	margin-bottom: 7px;
	}

#pagenavi{
	text-align:center;
	padding-top: 20px;
}

.day{
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
}

h3#reply-title{
	color:#46C146;
}

.line{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top:50px;
	margin-bottom:20px;
}

/* =Images
-------------------------------------------------------------- */

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
