@charset "utf-8";
/* FontSizeSetting */


body{
	color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 85%;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



/* styleSetting */

#footer{
	width: 100%;
	background-color: #f0ede8;
	text-align: center;
}

/* LinkSetting */
A:link {text-decoration:none;	color: #0000ff}
A:visited {text-decoration:none;	color: #0000ff}
A:active {text-decoration:underline; color: #f9b552}
A:hover {text-decoration:underline; color: #f9b552}



/* baselayoutSetting */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

p {
	margin-bottom: 10px;
}

img{
	border: none;
	vertical-align: bottom;

}

hr{
	line-height: 0px;
	visibility: hidden;
}

.clear{
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
}


#stage {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#header{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header_left {
	width: 50%;
	float: left;
	text-align: left;
	color: #638C0B;
	font-weight: bold;
}

#header_right {
	width: 50%;
	float: right;
	text-align: right;
}

#main{	width: 100%;}

#main img{
	width: 100%;
}

#contents {
	width: 980px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

.con_set{
	overflow: hidden;
	font-size: 105%;
}

.con_set2{
	overflow: hidden;
	font-size: 105%;
	margin-top: 20px;
}

.contents_waku{
	margin-top: 20px;
	margin-bottom: 10px;
}

.con_left{
	width: 55%;
	float: left;
}

.con_right{	width: 43%;
	float: right;}

.con_right img{width: 100%;	
}
	


.con_left50{
	width: 50%;
	float: left;
}

.con_left50 img{	width: 95%;
}
.con_right50{	width: 50%;
	float: right;}



.con_left2{
	width: 58%;
	float: left;
}

.con_right2{
	width: 40%;
	float: right;
	padding-top: 30px;
}

.con_left2 img{width: 100%;	
}
	


#con_seizou{
	overflow: hidden;
}
#con_seizou ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#con_seizou ul li{
	list-style-type: none;
	width: 24%;
	margin: 0.5%;
	float: left;
}
#con_seizou ul li img{
	width: 100%;
}

#con_shouhin{	overflow: hidden;}


#con_shouhin ul{
		margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#con_shouhin ul li{
	list-style-type: none;
	width: 23.5%;
	margin: 0.5%;
	float: left;
	border: 1px solid #CCCCCC;
}
#con_shouhin ul li img{
	width: 100%;
}

#con_shouhin ul li .copy {
	padding: 10px;
}

#footer{
	width: 100%;
	background-color: #f0ede8;
	text-align: center;
	padding: 10px;	
}




/* titleSetting */

h1{
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-bottom: 10px;
	margin-top: 40px;	
}

h2{
	font-size: 140%;
	padding: 10px;
	font-weight: bold;
	border: thin solid #638C0B;
	margin-bottom: 15px;
}

	h3{
	font-weight: bold;
	font-size: 120%;
}
	

	
.txt_bold{
	font-weight: bold;
}
.txt_bold_B{
	font-weight: bold;
	font-size: 120%;
}	
.txt_bold_B_G{
	font-weight: bold;
	font-size: 120%;
	color: #638C0B;
}		


.waku_midori{
	background-color: #CDE298;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.waku_catch_center{
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	line-height: 2em;
}

.waku95{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

/* =sp
-------------------------------------------------------------- */
@media (max-width : 760px){

#stage {
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#header{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#header_left {
	width: 100%;
	text-align: center;
	color: #638C0B;
	font-weight: bold;
	float: none;	
}

#header_right {
	width: 100%;
	float: none;
	text-align: center;
}

#main{	width: 100%;}

#main img{
	width: 100%;
}
	
#contents {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
	


.contents_waku{
	margin-top: 20px;
	margin-bottom: 10px;
}

.con_left{
	width: 95%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.con_right{
		width: 95%;
	float: none;
	margin-right: auto;
	margin-left: auto;

	}

.con_right img{width: 100%;	
}
	


.con_left50{
		width: 95%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.con_left50 img{
	width: 95%;
	
}
.con_right50{	
			width: 95%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	
	}

.con_left2{
	width: 95%;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.con_right2{
	width: 95%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.con_left2 img{width: 100%;	
}
	

#con_seizou{
	overflow: hidden;
}
#con_seizou ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#con_seizou ul li{
	list-style-type: none;
	width: 48%;
	margin: 0.5%;
	float: left;
}
#con_seizou ul li img{
	width: 100%;
}

#con_shouhin{	overflow: hidden;}


#con_shouhin ul{
		margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#con_shouhin ul li{
	list-style-type: none;
	width: 47.5%;
	margin: 0.5%;
	float: left;
	border: 1px solid #CCCCCC;
}
#con_shouhin ul li img{
	width: 100%;
}

#con_shouhin ul li .copy {
	padding: 10px;
}
	
	
#footer{
	width: 100%;
	background-color: #f0ede8;
	padding: 10px;
	text-align: center;
}
	

/* titleSetting */

h1{
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}	

	h2{}
	
	h3{
	font-weight: bold;
	font-size: 120%;
}
	
/* styleSetting */
	
.txt_bold{
	font-weight: bold;
}
.txt_bold_B{
	font-weight: bold;
	font-size: 120%;
}	
.txt_bold_B_G{
	font-weight: bold;
	font-size: 120%;
	color: #638C0B;
}		
	


/* =sp760終了
-------------------------------------------------------------- */
