@charset "utf-8";
/*@charset "shift-jis";*/

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
/*  list-style:none;*/
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}
/* reset end */

html{
height:100%;
}

/* body style */
body {
  background-color: #801E3E;

}
body h1 {
  width: 770px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  clear:both;
}
body h1.body_h1 {
  margin-top: 3px;
  margin-bottom: 3px;
}
/* 外枠部 */
#main_header_bg {
	background-image: url(../img/mainheader_img.jpg);
	background-repeat: no-repeat;
	width: 790px;
	height: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 0;
	line-height: 0;
	clear: both;
}
#main_bg {
	width: 790px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainfooter_bg {
  background-image: url(../img/mainfooter_bg.jpg);
  background-repeat: no-repeat;
  height: 13px;
}
#container {
  width: 790px;
  margin-left: auto;
  margin-right: auto;
  background-color: #801E3E;
  padding: 0px;
}

/* 中枠部 */
#contents {
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  background-repeat: repeat-y;
  background-image: url(../img/sidebar.gif);
}

/* ヘッダー部 */
#header {
  margin: 0px auto;
  width: 760px;
  height:50px;
  clear:both;
  background-color: #FFFFFF;
}
#header_left {
  float: left;
  width: 200px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  background-color: #67A253;
}


#header_right {
  color: #000000;
  background-image:url(../img/img_header.jpg);
  background-repeat:no-repeat;
  float: right;
  width: 560px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

/* フッター部 */
#footer {
  width: 760px;
  height:20px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
  text-align: center;
  background-position: center;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 1px;
  clear:both;
  padding-top: 5px;
  background-color: #FFFFFF;
}

/* サイドバー */
#sidebar {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size: 12px;
  color: #FFFF99;
  text-align: center;
  background-color: #C4FFC4;
  width: 200px;
  float: left;
  padding-bottom: 10px;
}
#sidebar p {
  line-height: 18px;
}
/*-- ulの設定 --*/
#sidebar ul {
  line-height: 0;
  background-color: #C4FFC4;
}
#sidebar ul.top {
  margin-top: 30px;
/*  margin-bottom: 5px;*/
}

/*-- sidebar li  --*/
#sidebar li {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  list-style-type: none;
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  height: 30px;
  border-bottom: solid 1px #FFFFCC;
}
/*--- sidebar li a ---*/
#sidebar li a {
  text-decoration: none;
  padding-right: 10px;
  padding-left: 18px;
/*  border-bottom: solid 1px #FFFFCC;*/
  display:block;
  background-repeat: no-repeat;
  background-position: left center;
/*  height: 30px;*/
  width: 152px;
}
#sidebar li.main a {
  background-color: #9B9B00;
  background-image:url(../img/side_menu02.gif);
  color: #FFFFFF;
}
#sidebar li.subc a {
  background-color: #C75F6F;
  background-image:url(../img/list_icon02.gif);
  color: #FFFFFF;
}
#sidebar li.home a {
  background-color: #67A253;
  background-image:url(../img/list_icon02.gif);
  color: #FFFF99;
}
#sidebar li a.sidebar_news {
  background-color:#CC6600;
  color: #FFFF99;
}
/* ---- sidebar li a:hover ----*/
#sidebar li a:hover {
/*  color: #FF3366;*/
  color:#CC3300;
  text-decoration: none;
zoom:1;
}
#sidebar li.main a:hover {
  background-color: #D3A55F;
  background-image:url(../img/side_menu01.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
#sidebar li.subc a:hover {
  background-color: #E8ACBE;
/*  color:#CC3300;*/
}
#sidebar li.home a:hover {
  background-color: #66CC66;
}
#sidebar li a.sidebar_news:hover  {
  background-color:#D3A55F;
  color: #FF3366;
}
/* ---- sidebar li a:active ----*/
#sidebar li a:active {
  color:#fff;
  text-decoration:none;
}
/* ---- sidebar others ----*/
#sidebar li a.menu_top {
  border-top: solid 1px #FFFFCC;
}
.letter_narrow {
  letter-spacing: -0.1em;
}
.shop {
	font-weight: bold;
	background-color: #FFFFFF;
	padding-left: 20px;
	font-size: 18px;
	background-image: url(../img/side_menu04.gif);
	background-repeat: no-repeat;
}
.clearfix{
zoom:1;
}
