/* 基本スタイル */
body {
	color: #000000; /* グレー */
	background-color: #ccc; /* 黒 */
	margin: 0px;
	font-family: Arial;
	text-align: center;
}
a:link {
	color: #498ee5; /* 文字色水色 */
	text-decoration: none;
}
a:visited {
	color: #498ee5; /* 文字色水色 */
	text-decoration: none;
}
a:hover {
	color: #b61515; /* 文字色赤茶 */
	text-decoration: none;
}
a:active {
	color: #b61515; /* 文字色赤茶 */
	text-decoration: none;
}
p {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0 20px 1.5em 20px; /* 上右下左 */
}
p.center {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 0 0; /* 上右下左 */
}
p.ind1 {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0 15px 1.5em 40px; /* 上右下左 */
	clear: both;
}
p.title {
	font-size: 14pt;
	color: #ffff99;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0 20px 1.5em 20px; /* 上右下左 */
	clear: both;
}
table {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0 20px 0 20px; /* 上右下左 */
}
.photoL {
	float: left;
	margin: 0 20px 5px 0; /* 上右下左 */
}
.photoR {
	float: right;
	margin: 0 0 5px 20px; /* 上右下左 */
}
ul {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0 20px 1.5em 20px; /* 上右下左 */
}

/* 外枠 */
#container {
	width: 804px;
	margin: 0 auto 0 auto;
	background-color: #fff;
	text-align: left;
	border-right: 2px solid #4cb5e8; /* 水色 */
	border-left: 2px solid #4cb5e8; /* 水色 */
	border-bottom: 2px solid #4cb5e8; /* 水色 */
}

/* タイトルペイン */
#title3 {
text-align: center;
}

/* コンテンツペイン */
#contents {
	clear: both;
	padding: 5px 15px 0px 5px; /* 上右下左 */
	border-top: 2px solid #4cb5e8;
}

/* 項リンク */
#submenu {
	text-align: right;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	margin: 0px 20px 5px 20px; /* 上右下左 */
}

/* 項タイトル */
h1 {
margin: 5px 0 5px 5px; /* 上右下左 */
width: 31%; /* 帯の長さ */
background-color: #88C0EE; /* 背景色 */
text-align: center;
font-size: 12pt; /* 文字サイズ */
font-family: Arial;
font-weight: bold;
padding: 5px; /* 帯内の余白 */
border-width: 2px; /* 枠線の太さ */
border-style: solid; /* 枠線のスタイル */
border-color: #BEDDF5 #429BE3 #429BE3 #BEDDF5; /* 枠線の色（上・右・下・左） */
}

h2 {
margin: 5px 0 5px 5px; /* 上右下左 */
width: 25%; /* 帯の長さ */
background-color: #88C0EE; /* 背景色 */
text-align: center;
font-size: 9pt; /* 文字サイズ */
font-family: Arial;
font-weight: bold;
padding: 2px; /* 帯内の余白 */
border-width: 2px; /* 枠線の太さ */
border-style: solid; /* 枠線のスタイル */
border-color: #BEDDF5 #429BE3 #429BE3 #BEDDF5; /* 枠線の色（上・右・下・左） */
}

h3 {
	font-size: 11pt;
	color: #000080;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0 20px 0 20px; /* 上右下左 */
	clear: both;
}

/* --- ナビゲーションバー --- */
.nav {
width: 100%; /* ナビゲーションの幅 */
background: #000000 url(images/hor_menu4_back1.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #333333 solid; /* 上枠線 */
border-bottom: 1px #666666 solid; /* 下枠線 */
font-size: 80%;
}

/* --- メニューエリア --- */
.nav .nl {
width: 790px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #000000 url(images/hor_menu4_back1.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #000000 solid; /* メニューの左枠線 */
border-right: 1px #000000 solid; /* メニューの右枠線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
width: 14.2%; /* 項目の幅 */
float: left;
font-size: 7pt;
}

/* --- リンク --- */
.nav .nl li a {
display: block;
position: relative; /* IE6用 */
padding: 4px 2px; /* リンクエリアのパディング（上下、左右） */
border-left: 1px #666666 solid; /* リンクエリアの左枠線 */
border-right: 1px #333333 solid; /* リンクエリアの右枠線 */
text-decoration: none; /* テキストの下線（なし） */
font-weight: bold; /* 太字 */
}
/* --- リンクテキストの色 --- */
.nav .nl li a:link {
color: #ffffff;
}
.nav .nl li a:visited {
color: #ffffff;
}
.nav .nl li a:hover {
color: #ff8000;
}
.nav .nl li a:active {
color: #ff8000;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

/* --- 見出し --- */
.section h2 {
height: 16px; /* 高さ */
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background: #e0e0e0 url(images/head_top.gif) repeat-x top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 見出し2 --- */
.section2 h2 {
height: 16px; /* 高さ */
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background: #036ab4 url(images/head_topside.gif) repeat-x top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- Whatsnew見出し --- */
h4 
   {
    border-right:solid 2px #808080; /* 背景色を設定 */
    border-bottom:solid 2px #808080; /* 右の罫線を引く */
    background-color:#c0c0c0; /* 下の罫線を引く */
    padding-top:3px; /* 上部と文字までの間隔 */
    padding-left:3px; /* 左部と文字までの間隔 */
    width:450px; /* 全体の幅 */
   }

/* コピーライト */
#copy {
width: 804px;
margin: 10px auto 0 auto;
padding: 0 0 10px 0;
text-align: right;
line-height: 130%;
color: #737373; /* グレー */
font-size: 8pt;
font-family: Arial;
}
