@charset "Shift_JIS";
/* CSS Document */



/* reset */
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,a,table,th,td,dl,dt,dd,form {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 100%;
	font-style: normal;
	letter-spacing: 0;
}

br {
	padding:0px;
	margin:0px;
}

img {
	padding:0px;
	margin:0px;
	border:0px;
}

/* css hack */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
	zoom:1;
}


/*---------------------
	[a]
---------------------*/

a {
	color: #0e692e;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: underline;

}



/*---------------------
	[body]
---------------------*/
body {
	background: #ffffff url(../img/bg_ribon.jpg) repeat center top;
	color: #000;
	font-size: 14px;
}



/*---------------------
	[container]
---------------------*/
#container {
	width: 850px;
	margin: auto;
	padding: 0 0 30px 0;
}



/*---------------------
	[header]
---------------------*/
#header {
}

h2 {
	width: 850px;
	margin: 25px 0 10px 0px;
	line-height: 170%;
	text-align: center;
	color: #46413e;
	font-size: 17px;
}
p.text {
	width: 850px;
	margin: 0px 0 25px 0px;
	line-height: 170%;
	text-align: center;
	color: #46413e;
}



/*---------------------
	[Comment box]
---------------------*/
#com_m {
	padding: 20px 20px 15px 35px;
	border: solid 2px #e6bf26;
	width: 640px;
	margin: 15px auto;
	color:#46413e;
	background-color:#fff;
	border-radius:10px;
	font-size:13px;
	line-height: 150%;
}

#com_c {
	padding: 20px 20px 15px 35px;
	border: solid 2px #e9729c;
	width: 640px;
	margin: 15px auto;
	color:#46413e;
	background-color:#fff;
	border-radius:10px;
	font-size:13px;
	line-height: 150%;
}



/* link */
#link {
	font-size: 17px;
}
ul.list_text {
	width: 440px;
	margin: auto;
	list-style: none;
	line-height: 200%;
}
ul.list_text li {
	background: #c8f0d6;
	padding: 5px;
	margin: 0 auto 5px auto;
}

/* text */
p.text_2 {
	text-align: left;
	margin: 25px auto 0 auto;
	color: #46413e;
	line-height: 170%;
}



/*---------------------
	[form]
---------------------*/

/* footer */
#footer {
	margin: 50px 0 0 0;
	text-align: center;
	font-size: 12px;
}
p.copy {
	color: #4f4f4f;
	margin-top: 8px;
}

