/* タイトル用ボックス */
.top{
	height: 90px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(image/top.jpg);
	padding-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* メニュー用ボックス（ベース） */
.manu ul{
	margin: 0px;
	padding: 0px;
}

/* メニュー用ボックス（リスト） */
.manu li{
	background-image: url(image/menu.jpg);
	list-style-type: none;
	height: 23px;
	width: 148px;
	float: left;
	padding: 7px 0px 0px;
	list-style-image: none;
}

/* 内容部分（写真・インフォメーション）用ボックス */
.main{
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

/* 写真（大）用ボックス */
.mainleft{
	float: left;
	width : 738px;
}

/* インフォメーション用ボックス */
.mainright{
	float: left;
	width : 93px;
	background-image: url(image/main_right.jpg);
	background-repeat: no-repeat;
	background-color: #010064;
}

/* 内容部分（文章・小写真）用ボックス */
.main2{
	height: 310px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(image/main_2.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-y;
	clear: both;
	background-position: center top;
}

/* 内容部分文章欄１（上） */
.textarea1{
	width: 680px;
	padding: 0px 0px 15px;
	clear: both;
	margin: 0px;
}

/* 写真（小)用ボックス */
.photo1{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

/* 内容部分文章欄２（右下） */
.textarea2{
	width: 680px;
	margin-bottom: 15px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* フッター（最下部）用ボックス */
.footer{
	height: 70px;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	background-image: url(image/footer.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* サブメニュー用ダミー */
.submenu {
}

/* サブメニュー用ボックス（ベース） */
.submenu ul{
	padding: 0px;
	margin: 0px;
	clear: both;
}

/* サブメニュー用ボックス（リスト） */
.submenu li{
	background-image: url(image/submenu.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

/* 影（左右）用ボックス */
.shadow{
	background-image: url(image/shadow.jpg);
	background-repeat: repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

/* 影（下）用ボックス */
.shadowunder{
	background-image: url(image/shadow_under.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

/* フロートクリア用ダミークラス */
.dummy{
	clear: both;
}
.subtitle{
	background-image: url(image/subtitle.gif);
	background-repeat: no-repeat;
	padding: 5px;
	clear: both;
	float: left;
	width: 670px;
	font-weight: bold;
	color: #FFFFFF;
}
h1{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(image/subtitle.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	clear: both;
	float: left;
	width: 670px;
	font-size: 16px;
	margin: 0px;
}
.toptitle a{
	color: #FFFFFF;
	text-decoration: none;
}
