/* CSS Document */
@charset "Shift_JIS";

/*リンク */
a:link         { color: #333; text-decoration: none; border-width: 0 }
a:visited        { color: #000; text-decoration: none }
a:hover        { color: #000; text-decoration: none; position: relative }
a:active        { color: #666; text-decoration: none }

A.ex:link       { color: #fff; text-decoration: none }
A.ex:visited      { color: #fff; text-decoration: none }   
A.ex:hover   { color: #c03; text-decoration: none } 
A.ex:active   { color: #c90033; text-decoration: none }

/* レイアウトの設定*/
body             { background-color: #002f42; text-align: center; margin-top: 0 }

/* ラッパーの設定*/
#wrap { background-color: #fff; margin: auto; width: 740px; height: auto }
/* ヘッダーの設定*/
#top_head    { background-image: url("../img/top_back.gif"); background-repeat: repeat-x; text-align: left; width: 740px; height: 80px }
#head      { background-image: url("../img/top_back.gif"); background-repeat: repeat-x; text-align: left; width: 740px; height: 80px }
#botton   { background-image: url("../img/Unti.gif"); text-align: center; width: 740px; height: 30px }

/* タイトルの設定*/
#title       { color: #fff; font-size: 14px; font-weight: bold; background-color: #fff; background-image: url("../img/title_back.gif"); background-repeat: no-repeat; background-position: center 15px; text-align: left; padding-top: 28px; padding-left: 60px; width: auto; height: 80px }

#title_side      { color: #fff; font-size: 14px; font-weight: bold; background-color: #fff; background-image: url("../img/title_back.gif"); background-repeat: no-repeat; background-position: center 15px; text-align: left; padding-top: 28px; padding-left: 60px; width: auto; height: 80px }

#title_side      { 
	clear: both;
    margin: 30px 0 0;
    padding: 7px 10px;
    font-size: 120%;
    border: 1px solid #dadada;
    border-bottom: 0;
    background: #fff url(images/img_bg_title.jpg) repeat-x 0 100%;
    font-weight: bold;
}

/* センターの設定*/
#out_center                { font-size: 14px; line-height: 25px; text-align: left; margin-top: 0; padding: 0 50px 5px; height: auto }
#map_c       { font-size: 14px; line-height: 18px; text-align: left; margin: 12px auto; padding: 4px; width: 640px; height: auto; border: solid 1px #ccc }
#center_in         { font-size: 14px; line-height: 25px; background-color: #e6e6e6; margin: 0; padding: 0 20px; width: auto; height: auto }
#out_center_in                  { color: #333; font-size: 14px; line-height: 25px; text-align: left; margin: 0; padding: 0 15px 10px }

/* フッターの設定*/
#foot        { color: #fff; font-size: 12px; background-image: url("../img/ber_02.gif"); background-repeat: repeat-x; text-align: right; padding-top: 6px; padding-bottom: 6px; width: 740px; height: 24px; clear: left }
#foot_02       { font-size: 12px; background-color: #fff; text-align: right; padding-top: 3px; position: relative; width: 740px; height: auto; clear: left }