/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
img { border: 0; }

/* link */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited { color: #333333
}
a:hover {
	text-decoration: underline;
}


/* page */
html {
overflow-y:scroll;
}

body {
	text-align: center;
	background-repeat:repeat-y;
	background-position: center;
	color: #333333;
	line-height: 1.5em;
	font-size: 90%;
	background-image:url(img/bg.gif);
font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;	overflow-y:scroll;
overflow-y:hidden;
}  

/* style */	

.clear {
	clear: both;
}
.m0p0 {
	margin: 0px;
	padding: 0px;
}
.m10 {
	margin: 10px;
}
.top_m10 {
	margin-top: 10px;
}
.top_m20 {
	margin-top: 20px;
}
.top_m30 {
	margin-top: 30px;
}
.bottom_m5 {
	margin-bottom: 5px;
}
.bottom_m10 {
	margin-bottom: 10px;
}
.bottom_m15 {
	margin-bottom: 15px;
}
.left_m5 {
	margin-left: 5px;
}
.left_m10 {
	margin-left: 10px;
}
.left_m20 {
	margin-left: 20px;
}

.right_m5 {
	margin-right: 5px;
}
.right_m10 {
	margin-right: 10px;
}
.right_m20 {
	margin-right: 20px;
}
.cap {
	font-size: 80%;
	line-height: 1.2em;
	padding-top: 3px;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

h1 {
	font-size: 11px;
	line-height: 1.2em;
}

h2 {
	font-size: 150%;
	line-height: 1.5em;
	color: #666666;
	font-weight: bold;
}


h3 {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.7em;
	padding-left: 10px;
	padding-bottom: 10px;
}

p {
	padding-bottom: 0.8em;
}

#pankuzu {
	padding: 5px;
	font-size: 80%;
}

ul {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 90%;
}

li {
	background-image: url(img/list.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding-left: 12px;
}
strong {
	font-weight: bold;
}

