/* ボディに関するCSS */
body {
	text-align: center;
	background: #CFCFCF;
	font: 10pt Arial,' Helvetica',' sans-serif';
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* ページ構造に関するCSS */
#wrapper {
	background: url(gif/bg01.gif) repeat-y;
	text-align: center;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial,' Helvetica',' sans-serif';
}

/* ヘッダーに関するCSS */
#banner {
	background: url(gif/koushiboshu.gif) no-repeat;
	height: 80px;
	width: 800px;
	text-align: center;	margin-left: 5px;
	margin-bottom: -6px;
}



/* メインテキストに関するCSS */

#text {
	margin: 5px 5px 10px 150px;
	font-family: Arial,' Helvetica',' sans-serif';
}


#texttai {
	text-align: center;
}

#main {
	margin: 5px 5px 10px 5px;
}

h1 {
	background: #CCFFFF;
	font-weight: bold;
	font-size: 16px;	border: solid #0033FF 2px;
	padding: 5px 5px 5px 5px;
	margin: 5px 10px 5px 10px;
}

B {
	color: #FF0000;
	font-weight: normal;
}


h3 {
	text-align: center;
	background: #E0FFE0;
	border: solid #00E000 1px;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 4px 4px 10px;
	margin: 5px 10px 2px 10px;
}

h4 {
	text-align: center;
	background: #FFFFFF;
	border: solid #00E000 1px;
	padding: 4px 4px 4px 4px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 180px;
	font-size: 12px;
	line-height: 14px;
}
h5 {
	border: dotted #FF8000 1px;
	padding: 5px 4px 5px 4px;
	margin: 5px 2px 5px 2px;
	background: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
}



/* 右コンテンツに関するCSS */

#content {
	color: #3300FF;
	float: left;
	text-align: left
}

#contai {
	color: #008080;
	background: url(gif/contai02.gif) fixed;
	width: 180px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 10px;	padding: 1px 4px 1px 4px;
	margin: 2px 2px 2px 10px;
}

#con {
	color: #00C000;
	margin-left: 15px;
	font-size: 13px;
	line-height: 15px;
}



/* フッターに関するCSS */
#credi {
	color: #999999;
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}



