@charset "utf-8";

body{
	background-color:#fff;
	background-repeat: repeat;
	font-family: sans-serif;
	margin:0;
	padding:0;
	font-family: "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

#wrap{
	overflow-x:hidden;
}


#header {
	background: url(../img/title_bg.png) no-repeat;
	text-align:center;
	position:relative;
}
#header h1 {
	color:#FFF;
	font-size:1.5em;
	margin:0;
	padding-top:8px;
	height:40px;
}
#header .navi_btn {
	width: 15%;
	position:absolute;
	top:0;
	float:right;
}
/*search_area*/
.search_area {
	background: #95c2c5; /* Old browsers */
	background: -moz-linear-gradient(top,  #95c2c5 1%, #5eaaa9 4%, #027170 97%, #025046 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#95c2c5), color-stop(4%,#5eaaa9), color-stop(97%,#027170), color-stop(100%,#025046)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95c2c5 1%,#5eaaa9 4%,#027170 97%,#025046 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95c2c5 1%,#5eaaa9 4%,#027170 97%,#025046 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95c2c5 1%,#5eaaa9 4%,#027170 97%,#025046 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #95c2c5 1%,#5eaaa9 4%,#027170 97%,#025046 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c2c5', endColorstr='#025046',GradientType=0 ); /* IE6-9 */
	padding: 8px 5px 15px 5px;
}
.search_btn {
	width:20%;
}

.form-field {
   border: 1px solid #CCC;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #c9b7a2;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   width:70%;
   float:left;
   }
.form-field:focus {
   background: #fff;
   color: #725129;
   }

#wrapper {
	background: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
	text-align:center;
	padding: 5px;
	max-width:100%;
	margin-right:auto;
	margin-left:auto;
}

#detailwrapper {
	background: url(../img/content_bg.jpg);
	background-repeat: repeat-y;
	text-align:center;
	padding: 5px;
	max-width:330px;
	margin-right:auto;
	margin-left:auto;
}

#contents {
	background-color:rgba(255,255,255,0.55);
	margin:5px auto;
	padding:0;
	/* box-shadow */
	box-shadow:rgba(66, 66, 66, 0.129412) 0px 0px 13px 1px;
	-webkit-box-shadow:rgba(66, 66, 66, 0.129412) 0px 0px 13px 1px;
	-moz-box-shadow:rgba(66, 66, 66, 0.129412) 0px 0px 13px 1px;
}
/*category_search*/
.category_search {
	margin:0;
	padding: 5px 0 0 10px;
}
.category_search .category_search_list {
	width: 30%;
	float: left;
	padding: 0 9px 20px 0;
}
/*category_list*/
.category_list {
	background:#f7f5e8;
	border:2px solid #a29153;
	padding:5px
	
}
.category_images {
	width:25%;
	/*shadow*/
	box-shadow:rgba(66, 66, 66, 0.129412) 0px 0px 13px 1px;
	-webkit-box-shadow:rgba(66, 66, 66, 0.129412) 0px 0px 13px 1px;
	-moz-box-shadow:rgba(66, 66, 66, 0.129412) 0px 0px 13px 1px;
	float: left;
}
.category_description {
	float: left;
	width: 70%;
	padding: 0 0 0 5px;
}
.category_description  h3 {
	border-top:3px solid #40594e;
	border-bottom:3px solid #84a78b;
	font-size:15px;
	margin:0;
	padding:2px;
}
.category_icons_area {
	width:45%;
}
.category_description_text {
	background: #edcab9;
	padding:4px;
	font-size:12px;
	text-align:left;
}
/*detail_area*/
.detail_area {
	padding: 0 0 10px 0;
}
.detail_area > h3 {
	margin:0;
	padding:5px 0 5px 0;
}
.detail_comment_area {
	position: relative;
	height: 168px;
}
.detail_comment_area .detail_images {
	width: 50%;
	position: absolute;
	top: 10px;
	left: 1px;
}
.detail_comment_area .detail_text_area {
	background: url(../img/comment_bg.png) no-repeat;
	width: 51%;
	position: absolute;
	top: 0;
	right: 0px;
	height: 100%;
	padding: 15px 12px 0 12px;
	text-align: left;
	font-size: 12px;
}
.detail_description_area {
	text-align:left;
	margin:5px 5px 5px 7px;
	width:95%;
	font-size:12px;
}
.detail_description_area dl {
	background: #f9f6af;
	margin:0;
	padding:5px;
}
.detail_description_area dt {
	padding: 3px 0 0 40px;
	font-size:15px;
	height: 30px;
}
.detail_description_area dd {
	margin:0;
	padding:5px 0 5px 10px;
	border-bottom:2px solid #eee9c6;
}
.detail_description_area .detail_title_01 {
	background: url(../img/detail_title_01.png) no-repeat;
}
.detail_description_area .detail_title_02 {
	background: url(../img/detail_title_02.png) no-repeat;
}
.detail_description_area .detail_title_03 {
	background: url(../img/detail_title_03.png) no-repeat;
}
.detail_description_area span {
	color:#e1e24c;
}

footer{ text-align:center;}
p{ display:inline;}
span{ letter-spacing:0px;}
form {
	text-decoration: none;
	color:#8b0000;
}
img {
	max-width:100%;
	max-heghit:100%;
	border: none;
}
h3{
}
#slideshow, #slideshow2 {
	position: relative;
	width: 320px;
	height: 50px;
	overflow: hidden;
}

#slideshow img, #slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 320px;
	height: 50px;
}

#pause1, #pause2 {
	z-index:100;
}

 li { 
	list-style-type: none; 
}

#textarea{
	width:95%;
	background-color:#FF9933;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
	padding:5px 5px 0 5px;
}

#slideshow, #slideshow2 {
	position: relative;
	width: 320px;
	height: 50px;
	overflow: hidden;
}

#slideshow img, #slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 320px;
	height: 50px;
}
/*clearfix*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
  
#box-a{  
  width: 600px;  
  float: right;  
}  
  
#box-b{  
  width: 200px;  
  float: left;  
}

.bbs_button_area input {
	padding:5px;
	background: #ffd65e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd65e 0%,#febf04 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd65e 0%,#febf04 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=0 ); /* IE6-9 */
	border:1px solid #FFE49B;
	font-size:1.2em;
	color:#FFF;
	width:95%;
	height:50px;
	margin:10px 0 10px 0;
}
.bbs_button_area input:hover {
	background: #f1e767; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}

.bbs_btn5 {
	right: 3%;
	width: 40px;
	top: 15%;
}

.bbs_btn {
	width: 12%;
	position: absolute;
	top: 12%;
}


#scroll_to_top {
  /* 「TOPに戻る」ボタンにカーソルを載せた時に、
  カーソルが指のマークになるようにしています。 */
  cursor: pointer;

  /* 常にページの右下に表示されるように固定します。 */
  position: fixed;  /* 位置を固定させます。 */
  right: 20px;      /* 画面の右橋から20px空けます。 */
  bottom: 20px;     /* 画面の下端から20px空けます。 */
}
#scroll_to_top.button {
  /* 「TOPに戻る」ボタンのデザインを整えています。 */
  padding: 0 15px;
  font-size: 15px;
  display: inline-block;
}



/*
 * ヘッダー固定
 */
html, body {
  height: 100%;
}
#content {
    position: relative;
}
header {
  position: absolute;
  width: 100%;
  z-index: 1;
}
#content .follow {
  position: fixed;
  top: 0;
}
.main{
	padding-top:48px;
}