﻿/* 使用カラー一覧--------------------

color: #009944; 原色のグリーン
color: #eeefef; 10%のライトグレー
color: #221815;	黒
color: #e60012; 赤

=========================================================================
idの一覧
#container		コンテナ全体1000px
#header			ヘッダー
#footer		フッター

classの一覧

=========================================================================*/

/*@import "font_set.css";*/

/* =========================================================================*/
/*                              以下フォント指定                               */
/* =========================================================================*/

h1 {line-height:1.2em;margin:5px 0px 10px 0px;}
h2 {line-height:1.2em;}
h3{line-height:1.2em;}
.bold_font{font-weight:bold;}
.font_red{color:#ff0000;}
.font80{font-size:80%;}

/* =========================================================================*/
/*                              　以下役物指定　                               */
/* =========================================================================*/


/* =========================================================================*/
/*                              以下マージン指定　                              */
/* =========================================================================*/

.margin6{margin:6px;}


/* =========================================================================*/
/*                                以下DIV ID                                */
/* =========================================================================*/

#container {
 margin:0 auto;
 width:1000px;
 height:auto;
 background: #FFFFFF;
 text-align:left;
 overflow: hidden;
}

#header {
 width:1000px;
 height:124px;
 background: url('../images/header_bak.png');
 background-repeat:no-repeat;
 overflow:hidden;
 line-height:1.2em;
}

#lage_box {
 width:100%;
 height:auto;
 overflow:hidden;
 background:  url('../images/haikei_PH.jpg');
 background-repeat:repeat-y;
}

#title_box{
width:100%;
 height:auto;
 overflow:hidden; 
}

#aka_no{
 width:252px;
 height:175px;
 margin:-223px 0px 0px 644px;
 background:#e60012;
 overflow:hidden;
 padding:16px;
 color:#ffffff;
 font-size:130%;
 font-weight:bold;
 line-height:1.2em;
}
#footer{
 width:1000px;
 height:auto;
 overflow:hidden;
 background:#221815;
 color:#ffffff;
 padding:6px;
 text-align:center;
}

.box1{
 margin:0px 15px 20px 15px;
}

.box1 p{
 width:888px;
 height:auto;
 line-height:1.4em;
 margin:0px 0px 0px 41px;
}

.title_img{
 margin-bottom:10px;
}

.box2{
 margin:0px 15px 20px 15px;
 background :#FFFFFF;
 text-align:center;
}

/* =========================================================================*/
/*                                 全体指定部                               */
/* =========================================================================*/

body { 
 background :#FFFFFF url('../images/static_img/back1.png');
 background-repeat:repeat-x;
 margin:0 auto;
 font-size: 80%;
 text-align:center;
 color:#333333;
 line-height:1em;
 font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

 a {color:#333333;text-decoration: underLine;}
 a:hover{color:#e4007e; text-decoration: none;}

img {border:0px;}
a:hover img {
 filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
a img {
 filter:alpha(opacity=100);
 -moz-opacity: 1;
  opacity: 1;
}

td,th {vertical-align:top;padding:4px;}