* {
	margin:0;
	padding:0;
}
html {
	height: 100%;
}
body {
	margin:0px;
	padding:0px;
	color:#555555;
	background-color:#F9F9F9;
	text-align: left;
	height: 100%;
	}
textarea {
	font-family: Osaka, ＭＳ Ｐゴシック, trebuchet MS, trebuchet, verdana, arial, sans-serif;
	}
/*リンク設定ここから*/
a {
	text-decoration: underline;
	overflow:hidden;
	}
a:link {
	color: #0000FF;
	}
a:visited {
	color: #0000FF;
	}
a:active {
	color: #0000FF;
	}
a:hover {
	color: #FF8000;
	text-decoration: none;
	}
/*リンク設定ここまで*/
/*ヘッダーここから*/
#headbg {
	width:100%;
	height:75px;
	background-image: url(img/headbg.gif);
	background-repeat:repeat-x;
}
#header {
	margin: 0 auto;
	height:75px;
	width:900px;
	background-image: url(img/topbg.gif);
	background-repeat:no-repeat;
}
h1#head01 {
	margin:0;
	padding:0;
}
h1#head01 a {
	display:block;
	width:248px;
	height:75px;
	text-indent: -500em;
	background-image: url(img/top01.gif);
	background-repeat: no-repeat;
}
/*ヘッダーここまで*/
#uper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto -30px;
	background-image:url(img/contbg.gif);
	background-repeat:repeat-y;
	background-position:center;
}
/*メイン*/
#container {
	clear:both;
	width: 900px;
	margin:0 auto;
	}
/*コンテンツここから*/
.push {
	height: 30px; /* .push must be the same height as .footer */
}
/*コンテンツここから*/
#main {
	width:860px;
	padding:15px 20px 20px 20px;
}

/*設定ここから*/
h2.bg {
	background-image:url(img/ticon.gif);
	background-repeat:no-repeat;
	height: 26px;
	font-weight:bold;
	font-size:medium;
	color:#FF0000;
	padding:5px 0 15px 35px;
}
#main p {
	font-size:small;
	padding:0 0 15px;
}
/*コンテンツここまで*/
/*その他設定*/
form {
	margin: 0px;
	padding: 0px;
}
img.left { 
	float: left;
	padding-right: 1em;
	} 
img.right {
	float: right;
	padding-left: 1em;
	}
br.cls { clear: both; }
td {
	font-size: small;
	line-height: 1.3em;
	}
.red {
	color: #FF0000;
	}
.blue {
	color: #0000FF;
	}
.white {
	color: #FFFFFF;
	}
.purple {
	color: #464E6E;
	}
.line {
	text-decoration: line-through;
}
.underline {
	text-decoration: underline;
}
.redunder {
	color: #FF0000;
	text-decoration: underline;
	}
.waku {
	padding: 5px;
	border: 5px double #0099CC;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFCC;
}
.x-small {
	font-size: x-small;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
p.center {
	text-align: center;
	font-size:small;
	line-height:1.3em;
	padding-bottom:10px;
}
img.picleft { 
	float: left;
	padding: 0 10px 10px 0;
	} 
.picleft { 
	float: left;
	padding: 0 10px 15px 0;
	} 
blockquote {
	border-left:5px solid #333333;
	padding:0 0 0 10px;
	font-size:small;
}
/*コンテンツここまで*/
/*フッターここから*/
#footer {
	clear: both;
	width: 100%;
	height:20px;
	background-image:url(img/footbg.gif);
	background-repeat:repeat-x;
	background-color:#00007A;
	padding-top:10px;
}
#footer p {
	width:900px;
	margin:0 auto;
	font-size:small;
	text-align:right;
	color:#FFFFFF;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*フッターここまで*/

