/* ページの基本デザイン用CSS*/
body	{
	background-image: url(side_bc.gif);
	background-repeat: repeat-y;
	color: #666666;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	}
h1	{
	font-size: 24px;
	font-family: Arial;
	}
h2	{
	font-size: 24px;
	font-family: Arial;
	color: #ffffff;
	margin: 1em 0px;
	padding-left: 3px;
	background-color: #cc3366;
	}
h3	{
	font-size: medium;
	color: #990033;
	clear: both;
	border-top : solid 1px #666666;
	margin-top: 10px;
	padding-top: 10px;
	}
p	{
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
	font-family: Verdana;
	margin-left: 10px;
	marigin-right: 10px;
	}
p img	{
	float: left;
	margin: 15px 5px;
	}

/* テキスト */
.text1	{
	font-family: Century;
	font-weight: bold;
	text-align: center;
	margin-top: 7px;
	}
.text2	{
	color: #000000;
	}
.text3	{
	font-family: Century;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
	margin: 7px;
	color: #990033;
	}
.text5	{
	color: #000000;
	font-weight: normal;	
	}
/*　ぱんくず*/
.text4	{
	font-size: 13px;
	}
.text4 a {
	color: #666666;
	}

/* ヘッダーのレイアウト */

.header	{
	background-image:url(top_image.jpg);
	background-repeat: no-repeat;
	width: 790px;
	height: 132px;
	padding-left: 210px;
	position: absolute;
	top: 35px;
	left: 0px;
	}
.header h1{
	margin-top: 25px;
	margin-left: 230px;
	margin-bottom: 0px;
	}
.header h2 {
	width: 577px;
	position: absolute;
	top: 77px;
	}
.header div {
	width: 580px;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	}

/* ナビゲーションバーのレイアウト */
.navbar {
	background-color: #cc3366;
	padding:0px;
	width: 790px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
.navbar p {
	font-size: 12px;
	font-weight: normal;
	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;
	margin-top: 20px;
	}

.side p {
	color: #cccccc;
	width: 165px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	}
.side p img {
	float: left;
	margin: 5px 10px 5px 0px;
	border: 0px;
	}
.side a {
	text-decoration: none;
	color: #cccccc;
	}
.side a:hover {
	color: #ffcccc;
	}

/* メインのレイアウト*/
.main	{
	width: 580px;
	position: absolute;
	top: 167px;
	left: 210px;
	border-top: solid 3px #000000;
	}
.main img {
	border: 0px;
	}

/* フッターのレイアウト */
.footer	{
	width: 790px;
	height: 100px;
	background-color: #ffffff;
	font-size: 9px;
	font-style: normal;
	text-align: right;
	border-top : solid 20px #cc3366;
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 10px;
	position: absolute;
	bottom: -150px;
	left: -210px
	}
.footer img {
	margin: 10px;
	}