@charset "Shift_JIS";

/* 全体
---------------------------------------------------- */

* {
	margin:0;padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}

html{
	height:100%;
}
html>/**/body{
	overflow:-moz-scrollbars-vertical;
}
html:first-child body{
	min-height:100%;
	padding-bottom:1px;
} 

a:link,a:visited {
	color:#0000ff;
	text-decoration:underline;
}
a:hover,a:active {
	color:#0000ff;
	text-decoration:none;
}

img {
	border: 0;
}

hr {
	display: none;
}

input,textarea,select {
	margin:0px;
}

/* ---------------------------------------------------- */

body { 
	text-align:center;
	color:#000000;
	background: #ffffff ;
}

/* メインエリア
---------------------------------------------------- */
#main {
	width:600px;
	margin:20px auto;
}
#main p {
	font-size:14px;
	font-weight:normal;
	line-height:180%;
	text-align:left;
	text-indent:0px;
	margin:0 0 1em 0;
}
#main h1 {
	font-size:18px;
	font-weight:bold;
	line-height:180%;
	text-align:left;
	text-indent:0px;
	margin:0 0 1em 0;
}
#main h2 {
	font-size:16px;
	font-weight:bold;
	line-height:180%;
	text-align:left;
	text-indent:0px;
	margin:0 0 1em 0;
}
#main h3 {
	font-size:14px;
	font-weight:bold;
	line-height:180%;
	text-align:left;
	text-indent:0px;
	margin:0 0 1em 0;
}
#main h4 {
}
#main ul {
	margin:0 0 2em 2em;
}
#main ol {
	margin:0 0 2em 2em;
}
#main li {
	font-size:14px;
	line-height:180%;
	text-align:left;
}
#main table {
	margin:0 0 20px 0;
	border-top:#cccccc solid 1px;
}
#main td {
	font-size:14px;
	line-height:180%;
	text-align:left;
	padding:7px 14px 7px 10px;
	border-bottom:#cccccc solid 1px;
	background:#f3f3f3;
}
#main th {
	font-size:14px;
	font-weight:normal;
	line-height:180%;
	text-align:left;
	padding:7px 14px 7px 10px;
	border-bottom:#cccccc solid 1px;
	background:#e6e6e6;
}

/* サンクス
---------------------------------------------------- */
#thanks {
	width:600px;
	margin:20px auto;
}
#thanks p {
	font-size:14px;
	font-weight:normal;
	line-height:180%;
	text-align:center;
	text-indent:0px;
	margin:0 0 1em 0;
}
#thanks h1 {
	font-size:18px;
	font-weight:bold;
	line-height:180%;
	text-align:center;
	text-indent:0px;
	margin:0 0 1em 0;
}

/* フッタ
---------------------------------------------------- */

#footer {
	padding:20px 0px 20px;
}
#footer p {
	color:#333333;
	font-size:11px;
	line-height:150%;
	text-align:right;
}

address { 
	color:#555555;
	font-size:11px;
	font-style:normal;
	line-height:150%;
	text-align:left;
	text-indent:0px;
	border-top:#cccccc solid 1px;
	margin:0px;
	padding:15px 0px 20px;
}


