@charset "shift_jis";
.all {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 140%;
	font-weight: normal;
	color: #333333;
	margin: auto;
	width: 850px;
	background-color: #FFFFFF;
}
body {
	background-image: url(img/temp/back.gif);
	background-repeat: repeat-x;
}
.all .main {
	clear: left;
}
.all .main .flash {
	height: 300px;
	margin-bottom: 15px;
	background-image: url(img/top/image1.gif);
	background-repeat: no-repeat;
}
.all  .copy  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
	padding: 10px;
	clear: both;
}


* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.all h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(img/temp/h1_back.gif);
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/* --- ナビゲーションバー --- */
div.nav {
	width: 100%; /* ナビゲーションの背景 */
	border-top: 1px #002448 solid; /* 上境界線 */
	border-bottom: 1px #002448 solid; /* 下境界線 */
	font-size: 100%;
	background-color: #004080;
	background-image: url(img/temp/hor2_menu2_off.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

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

/* --- リンク --- */
div.nav ul.nl li a {
display: block;
position: relative; /* IE6用 */
padding: 5px 20px; /* リンクエリアのパディング（上下、左右） */
border-right: 1px #004080 solid; /* リンクエリアの右境界線 */
text-decoration: none; /* テキストの下線（なし） */
}
/* --- リンクテキストの色 --- */
div.nav ul.nl li a:link,
div.nav ul.nl li a:visited,
div.nav ul.nl li a:hover,
div.nav ul.nl li a:active
{
color: #ffffff;
}
/* --- ポイント時の設定 --- */
div.nav ul.nl li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
	background-color: #004080;
	background-image: url(img/temp/hor2_menu2_on.gif);
	background-repeat: repeat-x;
	background-position: 0 -1px;
}

/* --- clearfix --- */
.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}
/* --- フッタナビゲーション --- */
div.footerNav {
	font-size: 95%;
	margin-bottom: 5px;
}
.all .header {
	height: 75px;
	background-image: url(img/temp/header.gif);
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 10px;
}


/* --- メニューエリア --- */
div.footerNav ul.nl {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center; /* メニューのセンタリング */
}

/* --- メニュー項目 --- */
div.footerNav ul.nl li {
margin: 0 4px; /* 項目のパディング（上下、左右） */
display: inline;
}
.all .main .left_01 {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 5px;
}
.all .main .right_01 {
	float: right;
	width: 630px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.all .main .left_01 .sub {
	margin-bottom: 5px;
}
.all .main .left_01 .company {
	background-image: url(img/top/company.gif);
	background-repeat: no-repeat;
	height: 186px;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

.t1 {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 310px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t1 td {
	vertical-align: top;
}

.t1 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t1 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}
.t2 {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 9px;
	margin-right: 5px;
	width: 600px;
	background: url(images/item_bg.gif) repeat-x bottom;
}

.t2 td {
	vertical-align: top;
}

.t2 strong {
	background: url(images/arrow1.gif) no-repeat left top;
	padding-left: 20px;
	border-bottom: 1px dotted #CCCCCC;
	display: block;
	margin-bottom: 10px;
}

.t2 img {
	border: 1px solid #CCCCCC;
	padding: 5px;
	background: #FFFFFF;
}
/* --- 見出しエリア --- */
div.heading {
width: 620px; /* 見出しエリアの幅 */
margin-bottom: 1em;
background: #f9f9f9 url(heading_back1.gif) repeat-x; /* 見出しエリアの背景 */
border: #c0c0c0 solid; /* 見出しエリアの境界線（色、スタイル） */
border-width: 1px 1px 2px; /* 見出しエリアの境界線（太さ 上、左右、下） */
}

/* --- 見出し --- */
div.heading h3 {
margin: 0;
padding: 7px 7px 4px; /* 見出しのパディング（上、左右、下） */
border-bottom: 2px #4169e1 solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
line-height: 100%;
}
table.table-01 {
	width: 600px;
	border: 1px solid #333333;
	border-collapse: collapse;
	color: #333333;
}
table.table-01 th {
	padding: 5px;
	font-weight: bold;
	line-height: 120%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table.table-01 td {
	padding: 5px;
	border: 1px solid #333333;
	border-collapse: collapse;
}
.all .main .right_01 .waku_01 {
	padding: 10px;
	width: 580px;
	background-color: #D2EDFF;
	border: 1px solid #006699;
}
.all .main .right_01 .waku_02 {
	background-color: #FFFFCC;
	border: 1px dashed #CCCCCC;
	padding: 10px;
	width: 580px;
}
