body {
	background-color: #000000;
	padding: 0px;
	margin: 0px;
}

p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}

strong {
	color: #993300;
	font-weight: normal;
}

/* --- 文字 --- */
p {
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	text-align: left;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
}

/* --- 見出し --- */
h5#midashi_02{
	font-size: 14px;
	font-weight: bold;
	color:#333;
	background-color: #CCCCCC;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC0000;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}


/* --- リンク文字 --- */
a {
	font-size: 12px;
	line-height: 15px;
	color: #3366CC; /* 左側の三角マーク */
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- ナビゲーションバー --- */
.nav {
	width: 100%; /* ナビゲーションの幅 */
	background-color: #CC0000; /* ナビゲーションの背景色 */
	border-top: 1px #cccccc solid; /* 上枠線 */
	border-bottom: 1px #cccccc solid; /* 下枠線 */
	font-size: 12px;
	height: 25px;
}

/* --- メニューエリア --- */
.nav .nl {
width: 100%; /* メニューの幅 */
margin: 0;
padding: 4px 0; /* メニューのパディング（上下、左右） */
list-style-type: none;
text-align: center;
}

/* --- メニュー項目 --- */
.nav .nl li {
float: left;
}

/* --- 項目の幅（emで指定） --- */
.nav .nl li.item1 {
width: 4.5em;
}
.nav .nl li.item2 {
width: 7.5em;
}
.nav .nl li.item3 {
width: 7.5em;
}
.nav .nl li.item4 {
width: 13.0em;
}
.nav .nl li.item5 {
width: 7.6em;
}

/* --- リンク --- */
.nav .nl li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 2px 5px; /* リンクエリアのパディング（上下、左右） */
	border-right: 1px #cccccc solid; /* リンクエリアの右枠線 */
	text-decoration: none; /* テキストの下線（なし） */
	color: #FFFFFF;
	font-weight: bold;
}
/* --- ポイント時の設定 --- */
.nav .nl li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
	color: #FFCC00;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: left;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
