@charset "UTF-8";
@media screen and (min-width: 600px){  
/*//////基本構成////// */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
 
}

body {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
	background-image: url(../img/bg01.jpg);
	background-repeat: repeat-x;
	width: 100%;
	min-width: 800px;
	background-color: #cfffd7;
   }


a {

	text-decoration: none;
}

a:hover {
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

body, h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
	}
#header {
	width: 800px;
	height: 78px;
	
	background-image: url(../img/mian01.png);
}


#header1 {
	width: 350px;
	padding-top: 18px;
	margin-left: 0px;
	height: 50px;
}



#btn {
	width: 800px;
	height: 35px;

	text-align: center;
}

#contents {
	width: 800px;
background-color: #FFF;	
}
.left01 {
	width: 565px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.right01 {
	width: 200px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.left02 {
	width: 370px;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
.right02 {
	width: 370px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
}
.left03 {
	width: 230px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.right03 {
	width: 510px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.left04 {
	width: 480px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.right04 {
	width: 280px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.line01 {
	border: 1px solid #FC0;	
}
.line02
 {
	border: 1px solid #333;
	padding: 10px;
	margin-bottom: 10px;
}
.cent01 {
	text-align: center;
	
}
#main {
	width: 785px;
	margin-top: 20px;
	margin-left: 8px;
	margin-right: 7px;
	
}
.bnr01 {
	margin-bottom: 10px;
	
}
.bnr02 {
	margin-bottom: 10px;
	
}
.bnr03 {
	margin-bottom: 10px;
	
}

h2 {
	margin-bottom: 10px;
}
h3.ttl01 {
	margin-bottom: 10px;
}
h3.ttl02 {
	padding-top: 5px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
}
p {
	margin-bottom: 30px;
}

.txtright{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bg01{
	width: 800px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #038a42;
	}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

#footerbg {

	line-height: 21px;
	background-color: #0f8943;
		}
#footer {
	width: 800px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
	color: #FFF;
		}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
   text-decoration:underline;
}


#contents4 {
	width:980px;
	text-align: center;
	padding-top: 8px;
	line-height: 30px;
}
#contents5 {
	text-align: center;
	padding-top: 8px;
}

.new-post {
		display: block ;		/* 非表示にする */
	}
.new-post02 {
		display: none ;		/* 表示にする */
	}
}
table.typeb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #918F8E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
}

table.typeb th {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #918F8E;
	text-align: center;
	font-weight: normal;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #cfffd7;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
	}

table.typeb td {padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #918F8E;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 17px;
	padding-left: 10px;
		}