﻿@charset "utf-8";

/* Hタグ */
H1{
	float: left;
	margin: 0px;
}
H2{
	font-weight: normal;
	margin: 0px;
}
H3{
	font-weight: normal;
	margin: 0px;
}
H4{
	margin-left: 300px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*===============================================
main5.css 共通部分のスタイル
===============================================*/

/* 上の青ライン */
#topBlueLine {
	width: 100%;
	height: 6px;
	background-color: #0000cc;
}
/* 上の水色ライン */
#topWaterLine {
	width: 100%;
	height: 3px;
	background-color: #66ccff;
}
/* 下の青ライン */
#bottomBlueLine {
	width: 100%;
	height: 3px;
	background-color: #0000cc;
}
/* 下の水色ライン */
#bottomWaterLine {
	width: 100%;
	height: 0px;
	background-color: #66ccff;
}



/* カウンター */
#counter {
	text-align: left;
	margin-left: 20px;
}
/* パンくずリスト */
#pageRoot {
	padding: 10px;
	text-align: left;
	clear: both;
}




/* 写真スライドサブページ */
#slidesubpage {
	margin-top: 10px;
	padding-top: 2px;
	width: 100%;
	height: 120px;
}
/* 写真スライド */
#slideTitleImg {

}
/* 写真スライドの写真 */
#slidePhoto {
	margin: 0px;
}


/*----------------------------
コンテンツ部分
----------------------------*/

/* pタグ（メニュー画像用） */
#contentsMenu p{
        float: left;
	margin: 0px;
}
/* 検索ボックス */
#searchBox {
        float: right;
	margin: 0px;
}


/* コンテンツメニュー */
#contentsMenu {
	margin: 0px;
	text-align: left;
}


/* コンテンツ部下端 */
#contentsFoot {
	clear: both;
	text-align: left;
	width: 100%;
}
/* メニュー */
#contentsFootMenu {
	width: 100%;
	margin: 20px;
	text-align: center;
}
#contentsFootNotice {
	width: 100%;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	text-align: left;
}
#contentsFootNotice img {
	margin-right: 10px;
	float: left;
}


/*----------------------------
文字スタイル
----------------------------*/
.style7 {
	font-size: 7pt;
}
.style7gray {
	font-size: 7pt;
	color: #333333;
}
.style7Blue {
	font-size: 7pt;
	color: #3333ff;
}
.style8 {
	font-size: 8pt;
}
.style9 {
	font-size: 9pt;
}
.style9gray {
	font-size: 9pt;
	color: #333333;
}
.style9white {
	font-size: 9pt;
	color: #ffffff;
}
.style10 {
	font-size: 10pt;
}
.style10white {
	font-size: 10pt;
	color: #ffffff;
}
.style11 {
	font-size: 11pt;
}
.style11white {
	font-size: 11pt;
	color: #ffffff;
}
.style12 {
	font-size: 12pt;
}
.style12white {
	font-size: 12pt;
	color: #ffffff;
}
.style12bold {
	font-size: 12pt;
	font-weight: bold;
}
.style14 {
	font-size: 14pt;
}
.style14white {
	font-size: 14pt;
	color: #ffffff;
}
.style16 {
	font-size: 16pt;
}
.style16white {
	font-size: 16pt;
	color: #ffffff;
}
.style24 {
	font-size: 24pt;
}
.style24Blue {
	font-size: 24pt;
	color: #0099ff;
}
.style9h2 {
	font-size: 9pt; font-weight:normal;
}
.style8cg {
	font-family:Century Gothic; font-size: 8pt;
}
.style8cgWhite {
	font-family:Century Gothic;
	font-size: 8pt;
	color: #ffffff;
}
.style10cg {
	font-family:Century Gothic; font-size: 10pt;
}
.style12cg {
	font-family:Century Gothic; font-size: 12pt;
}
.style14cgBoldBlue {
	font-family: Century Gothic;
	font-size: 14pt;
	font-weight: bold;
	color: #333399;
}
.style14cgBoldWhite {
	font-family: Century Gothic;
	font-size: 14pt;
	font-weight: bold;
	color: #ffffff;
}
.style18cgBoldWhite {
	font-family: Century Gothic;
	font-size: 18pt;
	font-weight: bold;
	color: #ffffff;
}
.style24cgBold {
	font-family: Century Gothic;
	font-size: 24pt;
	font-weight: bold;
	color: #333333;
}
.style24cgBoldWhite {
	font-family: Century Gothic;
	font-size: 24pt;
	font-weight: bold;
	color: #ffffff;
}
.style18cg {
	font-family:Century Gothic; font-size: 18pt;
}
