@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-justify: inter-ideograph;
	background-color: #f7f2e0;
}

img {
border: none;
}

a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.80;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.80;           /* Firefox 0.9より前 */
	}


#header_wrap {
	margin: auto;
	width: auto;
	background-color: #add700;
}
.header_contents {
	margin: auto;
	height: 75px;
	width: 960px;
	text-align: center;
}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
}
#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	padding-top: 50px;
}
#left_area {
	width: 240px;
	clear: none;
	float: left;
	height: auto;
	margin-right: 20px;
}

#right_area {
	clear: none;
	float: left;
	height: auto;
	width: 700px;
}

.post_box {
	clear: none;
	float: left;
	height: auto;
	width: 240px;
	background-color: #FFF;
	margin-bottom: 20px;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #ADD700;
	clear: none;
	float: left;
	height: auto;
	width: 230px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5fc268;
}
#right_area ul {
	clear: none;
	float: left;
	height: auto;
	width: 700px;
	list-style-type: none;
}
#right_area li {
	display: table-cell; /* Firefox 68.0レイアウト崩れ対策 */
	vertical-align: middle; /* Firefox 68.0レイアウト崩れ対策 */
	background-color: #ADD700;
	clear: none;
	float: left;
	height: 260px;
	width: 210px;
	margin-left: 18px;
	margin-bottom: 40px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5FC268;
}
.p_img {
	clear: none;
	height: 220px;
	width: 210px;
	margin-bottom: 8px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5FC268;
}


#foot {
	text-align: center;
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 9px;
	color: #999;
	margin-bottom: 30px;
}




.font1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #333;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 18px;
	padding-bottom: 10px;
}

.font2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 20px;
	padding-bottom: 10px;
}


#right_area a {
	color: #ffffff; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

#right_area a:visited {
	color: #ffffff;/*リンクの色*/
}

#right_area a:hover {
	color: #099; /*リンクの色*/
	text-decoration: none; /*下線あり*/
}




#left_area a {
	color: #333; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

#left_area a:visited {
	color: #333;/*リンクの色*/
}

#left_area a:hover {
	color: #099; /*リンクの色*/
	text-decoration: none; /*下線あり*/
}