@charset "UTF-8";



/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:13px;
   color:#333333;
   color:#2A3F55;
   
	background: url(../images/bg_gradation_blue.gif) repeat-x;
}
}



br {
   letter-spacing:normal;
}

a {
   color:#31001D;
   text-decoration:none;
}

a:hover {
   color:#31001D;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:px;
}



	
/* ========TEMPLATE LAYOUT======== */
#top {
   width:800px;
   margin:0 auto;
   background: #FFF;
}

#header {
background:#2A3F55; /*ヘーダーの背景画像の指定*/
background-position:top;/*開始位置を右上に指定*/
height:1000px; /*ヘーダーの高さ*/
}

#menu {
   width:800px;
   margin-bottom:10px;
}

#contents {
   clear:both;
   width:800px;
   border-bottom:1px solid #535D57;
}

#headImage {
   width:757px;
}

#main {
   width:800px;
   background:#FFF;
}

#sub {
   float:right;
   width:180px;
   margin-top:10px;
}

#footer {
	background-color: #383838;   /* 背景色(黒) */
	width:100%;               /* 横の幅を100% */
	height: 120px;            /* 縦の幅を120px */
	position: absolute;       /* 絶対位置指定することを定義 */
	padding: 10px 0;          /* 上下に余白を取る */
	left: 0px;
}

/* 回り込み解除 */
#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:0;
   font-size:32px;
   color:#000;
   line-height:60px;
}

#header h1 a {
   color:#000;
}

#header h1 a:hover {
   color:#535D57;
}


/* --- ナビゲーションバー --- */
div.nav {
width: 100%; /* ナビゲーションの幅 */
background: #FFF repeat-x top; /* ナビゲーションの背景 */
border-top: 1px #cccccc solid; /* 上境界線 */
border-bottom: 1px #cccccc solid; /* 下境界線 */
font-size: 100%;
}

/* --- メニューエリア --- */
div.nav ul.nl {
width: 800px; /* メニューの幅 */
margin: 0 auto; /* センターに配置 */
padding: 0;
background:  #FFF 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: 20%; /* 項目の幅 */
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  repeat-x top; /* ポイント時の背景 */
text-decoration: underline; /* テキストの下線（あり） */
}

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

/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
   color:#31001D;
}

#main a:hover {
   color:#31001D;
   border:0;
   border-bottom:1px solid #31001D;
}

#main h2 {
   margin-bottom:8px;
    padding-left:80px;
   color:#31001;
   font-size:14px;
   font-weight:bold;
   text-align: left;
}

#main h3 {
   margin-bottom:0px;
   padding:9px;
   padding-left:80px;
   font-size:14px;
   color:#fff;
   background:url(../images/h3.jpg);
   background-repeat:no-repeat;
   text-align: left;
}

#main h4 {
   margin-bottom:2px;
   font-size:13px;
   color:#31001D;
   border-bottom:2px solid #31001D;
}
#main h5 {
   margin-top:10px;
   margin-bottom:0px;
   padding:7px;
   padding-left:77px;
   font-size:13px;
   background:url(../images/h5.jpg);
   background-repeat:no-repeat;
   text-align: left;
}
#main h6 {
   margin-bottom:3px;
   padding:9px;
   padding-left:80px;
   font-size:14px;
   color:#fff;
   background:url(../images/h6.jpg);
   background-repeat:no-repeat;
   background-align:left;
   text-align: left;
}


#main h7 {
   margin-bottom:0px;
   padding-left:0px;
   color:#00885f;
   font-size:13px;
   font-weight:bold;
   text-align:left;
}


#main p {
   margin:0 0px 1em 0;
}

#main ul,ol,dl {
   margin-right:10px;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 1em 1em;
   padding:3px;
   background:#f1f1f1;
}

#main pc{
	text-aligen:center;
	font-size:14px;
	color:#FF1493;
	}

#main fd{
	text-aligen:center;
	font-size:14px;
	}
/* ========SUB CONTENTS CUSTOMIZE======== */
#sub h2 {
   padding:3px;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   background:#31001D url(../images/bg_sub_h2.gif) 0 0 repeat-x;
}

#sub ul {
   margin:0;
   padding:5px 0 1em 0;
}

#sub li {
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background:#fff url(../images/bg_list.gif) 0 5px no-repeat;
   list-style:none;
}

#sub li a:hover {
   border-bottom:1px solid #31001D;
}

/* ========PAGE CUSTOMIZE========= */
#pageTop {
   margin:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}

#pageTop a:hover {
   border-bottom:1px solid #31001D;
}


/* ========FOOTER CUSTOMIZE======== */

.copyright {
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   color:#ffffff;
   text-align:center;
}

/* ========TABLE======== */


.table_01	{
width:80%;margin:10px 10px 10px 10px;padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
}
.table_01 th	{
width:25%;padding:4px 2px 2px 4px;
text-align:left;vertical-align:center;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #666666;border-left:5px solid #87CEFA;
}
.table_01 td	{
padding: 4px 2px 2px 4px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
text-align:left;vertical-align:center;
}
/* ========center======== */
.center{
 text-align:center;
}




.messe{
	padding-left: 90px;
}

.blue{
color:#0000ff;
}



td.yellow { 
   background-image: url(../images/yellow_back.jpg); 
   background-repeat:no-repeat;
   background-position: center center;

}


.naire{
	padding:20px;
}

