@charset "UTF-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, figure, img, fieldset,
a, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, small, strong, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-size:1em;
}

header,hgroup,nav,article,
section,aside,figure,footer{
	display:block;
}

ol, ul{
	list-style: none;  
}

html{
    font:14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body{
	background:#FFEBE1;
	width:100%;
	color:#333631;
}

/*	リンクタグ	*/

a,
a:hover{
	color:#3A875A;
	text-decoration:none;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header{
	width:100%;
	overflow:hidden;}


/*	タイトル	*/
#top h1{
	background:url(img/header_bg.gif) repeat-x;
	ackground-image:-moz-linear-gradient(top, #4A9469, #2F774C);
	background-image:-webkit-gradient(linear, center top, center bottom, from(#4A9469), to(#2F774C));
	background-image:-o-linear-gradient(top, #4A9469, #2F774C);
	background-image:linear-gradient(top, #4A9469, #2F774C);
	width:100%;
	padding:3% 10px;
	border-bottom:solid 1px #77B469;
	color:#FFEBE1;
	text-shadow:1px 1px 1px #17532B;
}

/*---------------------
	ヘッダー画像
--------------------*/
p#h_image{
	padding:0;
	position:relative;
}

p#h_image img{
	width:99.5%;
	margin:auto;
	border:solid 1px #3A875A;}

/*	ヘッダー画像内 文字	*/
p#h_image span{
	padding:0 10px;
	display:block;
	color:#FFF;
	position:absolute;
	z-index:2;
	top:40%;
}

/*	ヘッダー画像下 文字	*/
header h2{
	padding:10px;
	color:#3A875A;
}

header p{
	padding:0 10px;
	color:#68AA59;
}



/*------------------------------------------------------------
	カテゴリ
------------------------------------------------------------*/
article{
	width:100%;
	overflow:hidden;
}

/*---------------------
	カテゴリタイトル
--------------------*/
article .title h2{
	background-image: -moz-linear-gradient(top, #439967, #398457);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#439967), to(#398457));
	background-image: -o-linear-gradient(top, #439967, #398457);
	background-image: linear-gradient(top, #439967, #398457);
	margin:0;
	padding:3% 10px;
	color:#333631;
	border:solid 1px #286627;
	border-top:solid 1px #D1DAAE;
	text-shadow:1px 1px 1px #D1DAAE;}

/*---------------------
	カテゴリボディ
--------------------*/
article section{
	padding:4% 5px 4% 10px;
}

article section:nth-child(even){
	background-image: -moz-linear-gradient(top, #FFEBE1, #FADDC6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FFEBE1), to(#FADDC6));
	background-image: -o-linear-gradient(top, #FFEBE1, #FADDC6);
	background-image: linear-gradient(top, #FFEBE1, #FADDC6);
	border:solid 1px;
	border-color:#FFEBE1 transparent #F5C09A;
}

article section:nth-child(odd){
	background-image: -moz-linear-gradient(top, #FAD0AF, #FCDDC8);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#FAD0AF), to(#FCDDC8));
	background-image: -o-linear-gradient(top, #FAD0AF, #FCDDC8);
	background-image: linear-gradient(top, #FAD0AF, #FCDDC8);
	border:solid 1px;
	border-color:#FFEBE1 transparent #E9BEA5;
}

article section a{
	background:url(img/link_icon.png) no-repeat right center;
	padding-right:4%;
	display:block;
	overflow:hidden;
}

/*	カテゴリ画像　*/
article section a figure{
	width:35%;
	margin-right:10px;
	padding:0;
	overflow:hidden;

	border:solid 1px #68AA59;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	float:left;}

article section a figure img{
	background:#68AA59;
	width:100%;
	margin-bottom:-4.5%;

	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;}

@media screen and (min-width:480px) {
	article section a figure{
		padding-bottom:0.5%;
	}
}

/*	カテゴリ画像の説明文字　*/
article section a h2{
	width:60.5%;
	color:#68AA59;
	float:right;
}

article section a p{
	width:60.5%;
	color:#1C140D;
	float:right;
}

/*	トップに戻る　*/
p.go_top{
	text-align:right;}

p.go_top a{
	margin-right:5px;
	padding:5% 15px 5% 0;
	display:block;
	color:#3A875A;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*	フリースペース　*/
.free_space{
	padding:3% 10px;
	border:dotted #F6D7BB;
	border-width:1px 0;
}

.free_space img{
	margin:auto;
	display:block;
	border:solid 1px #333631;
}

/*	メニュー　*/
footer ul{
	padding:4% 0;
	overflow:hidden;
}

footer ul li{
	width:20%;
	margin:2% 2.5% 2% 2.5%;
	float:left;
}

footer ul li a{
	padding:1.4em 0;
	display:block;
	color:#FFEBE1;
	border:solid 1px #458C5F;

	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
	-moz-box-shadow:0px 0px 0px 1px #206136;
	-webkit-box-shadow:0px 0px 0px 1px #206136;
	box-shadow:0px 0px 0px 1px #206136;
	background-image: -moz-linear-gradient(top, #589F77, #25693F);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#589F77), to(#25693F));
	background-image: -o-linear-gradient(top, #589F77, #25693F);
	background-image: linear-gradient(top, #589F77, #25693F);
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/*	コピーライト　*/
address{
	padding:3% 0;
	border-top:dotted 1px #F6D7BB;
}

address p{
	color:#68AA59;
	font-size:0.714em;
	text-align:center;}

