@charset "UTF-8";
/* [javascript/Ajax Samples]
 * Summary: reset browser style
 * Modified: 2009-05-12
 */

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object {
	margin: 0;
	padding: 0;
}

/* body */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body { font-size: 16px;
       font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif }
* html body {font-size: 100%;}
*:first-child+html body {font-size: 100%;}

/* block elements */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
li {
	list-style-type: none;
}
hr { display: none; }
address { font-style: normal; }

/* table */
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	padding: 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/* form */
textarea { font-size: 100%; }

/* inline-elements*/
img {
	border: 0;
	vertical-align: bottom;
}
object { vertical-align: bottom; }
em { font-style: normal; }
a:link,
a:visited {}
a:hover,
a:focus,
a:active {}
#enviromental_title01 {
	font-size: 24px;
}
#text_waku01 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}

#board {
	padding: 10px;
	font-size: 16px;
	text-align: center;
	width: 1000px;
	color: #F00;
	margin-top: 40px;
	border: 2px solid #F00;
	line-height: 25px;
	margin-bottom: 15px;
}
#board_text01 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 3px;
}
