/* ページの基本デザイン用CSS*/
body	{
	background-image: url(side_bc.gif);
	background-repeat: repeat-y;
	color: #666666;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	}
p	{
	font-size: 12px;
	font-weight: normal;
	}

/* テキスト */
.text1	{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
	color: #000000;
	}
.text2	{
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	}
.text3	{
	font-size: 18px;
	font-family: Century;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
	color: #990033;
	}
.text4	{
	font-size: 23px;
	font-family: Century;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
	color: #990033;
	}
.text5	{
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
	color: #000000;
	}
/* ヘッダーのレイアウト */
.header	{
	background-image:url(top_head.jpg);
	background-repeat: no-repeat;
	width: 790px;
	height: 132px;
	position: absolute;
	top: 35px;
	left: 0px;
	}

/* ナビゲーションバーのレイアウト */
.navbar {
	background-color: #cc3366;
	padding:0px;
	width: 795px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
.navbar p {
	width: 195px;
	float: left;
	text-align: center;
	margin: 0px;
	font-family: Century;
	color: #ffffff;
	line-height: 35px;
	}
.navbar a {
	text-decoration: none;
	color: #ffffff;
	}

/* サイドバーのレイアウト */
.side {
	position: absolute;
	top: 167px;
	left: 0px;
	width: 200px;
	height: 750px;
	margin-top: 20px;
	border-bottom: solid 3px #000000;
	}
.side p {
	font-weight: bold;
	font-family: Arial;
	line-height: 20px;
	color: #cccccc;
	width: 165px;
	}
.side p img {
	float: left;
	margin: 5px 10px;
	border: 0px;
	}
.side a {
	text-decoration: none;
	color: #cccccc;
	}
.side a:hover {
	color: #ffcccc;
	}
.side div {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	font-family: Verdana;
	color: #000000;
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	}

/* メインのレイアウト*/
.main	{
	background-image: url(main_bc.jpg);
	background-repeat: repeat-y;
	width: 590px;
	height: 800px;
	position: absolute;
	top: 167px;
	left: 200px;
	border-top: solid 3px #000000;
	border-left: solid 3px #000000;
	}
.main img {
	border-color: #000000;
	}
.main td {
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	}
.main th {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	}
.main2	{
	position: absolute;
	top: 545px;
	left: 0px;
	width: 590px;
	height: 200px;
	border-top: solid 3px #000000;
	background-image: url(main2_bc.jpg);
	background-repeat: repeat-y;
	}

/* フッターのレイアウト */
.footer	{
	width: 792px;
	height: 100px;
	background-color: #ffffff;
	font-size: 9px;
	font-style: normal;
	text-align: right;
	border-top : solid 20px #cc3366;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 0px;
	clear: both;
	position: absolute;
	top: 900px;
	left: 0px;
	}
.footer img {
	margin: 10px;
	}