/* 基本スタイル */
body {
	color: #737373; /* グレー */
	background-color: #ccc; /* 黒 */
	margin: 0px;
	font-family: Arial;
	text-align: center
}
li a:link {
	color: #498ee5; /* 文字色水色 */
	text-decoration: none;
}
li a:visited {
	color: #498ee5; /* 文字色水色 */
	text-decoration: none;
}
li a:hover {
	color: #b61515; /* 文字色赤茶 */
	text-decoration: none;
}
li a:active {
	color: #498ee5; /* 文字色水色 */
	text-decoration: none;
}
a:link {
	color: #498ee5; /* 文字色水色 */
	text-decoration: none;
}
a:visited {
	color: #498ee5; /* 文字色水色 */
	text-decoration: none;
}
a:hover {
	color: #b61515; /* 文字色赤茶 */
	text-decoration: none;
}
a:active {
	color: #498ee5; /* 文字色水色 */
	text-decoration: none;
}

/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background: #f9f9f9 url(images/hor_menu1_off.gif) repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #cccccc solid; /* 上境界線 */
border-bottom: 1px #cccccc solid; /* 下境界線 */
font-size: 11pt;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 900px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background: #f9f9f9 url(images/hor_menu1_off.gif) repeat-x top; /* メニューの背景 */
border-left: 1px #cccccc solid; /* メニューの左境界線 */
border-right: 1px #ffffff solid; /* メニューの右境界線 */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
div.nav ul.nl li {
width: 10%; /* 項目の幅 */
float: left;
}

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 11px 2px; /* リンクエリアのパディング（上下、左右） */
border-top: 1px #ffffff solid; /* リンクエリアの上境界線 */
border-bottom: 1px #808080 solid; /* リンクエリアの下境界線 */
border-left: 1px #ffffff solid; /* リンクエリアの左境界線 */
border-right: 1px #cccccc solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
background: #f9f9f9 url(hor_menu1_on.gif) repeat-x top; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}

p {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0 20px 1.5em 20px; /* 上右下左 */
}

p.right {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	text-align: right;
	margin: 0 20px 1.5em 0; /* 上右下左 */
}

p.center {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	text-align: center;
	margin: 0 0 0 0; /* 上右下左 */
}

/* --- 見出し --- */
h1 {
    font-size: 14pt; /* 文字ポイント */
    color: #0066ff;
    border-bottom:solid 2px #0066ff; /* 右の罫線を引く */
    padding-top:3px; /* 上部と文字までの間隔 */
    padding-left:3px; /* 左部と文字までの間隔 */
    width:856px; /* 全体の幅 */
    margin: 20px 0 10px 20px; /* 上右下左 */
   }

h2 {
	font-size: 12pt;
	color: #cc33ff;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 10px 20px 0px 20px; /* 上右下左 */
}

/* --- Whatsnew見出し --- */
h4 
   {
    border-right:solid 2px #808080; /* 背景色を設定 */
    border-bottom:solid 2px #808080; /* 右の罫線を引く */
    background-color:#c0c0c0; /* 下の罫線を引く */
    padding-top:3px; /* 上部と文字までの間隔 */
    padding-left:3px; /* 左部と文字までの間隔 */
    width:650px; /* 全体の幅 */
    margin: 0px 0px 0px 0px; /* 上右下左 */
}

/* テーブル */
table {
	font-size: 10pt;
	line-height: 130%;
	letter-spacing: 1px;
	margin: 0px 20px 0px 20px; /* 上右下左 */
}

/* 外枠 */
#container {
	width: 902px;
	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; /* 水色 */
}



/* カウンター */

/* メニュー */

/* コンテンツペイン */

/* 項リンク */

/* 項タイトル */

/* コピーライト */
#copy {
width: 902px;
margin: 10px auto 0 auto;
padding: 0 0 10px 0;
text-align: right;
line-height: 130%;
font-size: 8pt;
font-family: Arial;
}
