@charset "Shift_JIS";
/*

/* クリア */
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}
/* 全体基本設定 */
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333333;
    background-color: #ffffff;
    background-image: url(images/300.gif);
    background-repeat: repeat-x;
    background-position: top;
    text-align: center;
    line-height: 165%;
}
h1 {
    color : blue;
    font-size: 12px;
    font-weight : normal;
}
h2 {
    color : #D42B51;
    font-size : 12px;
    line-height: 190%;
    padding-left: 5px;
    border-left-width : 6px;
    border-left-style: solid;
    border-left-color: #336699;
    font-weight : bold;
}
h3 {
    color : #D42B51;
    font-size : 12px;
    font-weight: bold;
    line-height : 190%;
    padding-left : 5px;
    border-left-width : 6px;
    border-left-color : orange;
    border-left-style : solid;
}
h4 {
    color : #D42B51;
    font-size : 12px;
    line-height: 190%;
    padding-left: 5px;
    border-left-width : 6px;
    border-left-style: solid;
    border-left-color: #336699;
    font-weight : bold;
}
h5 {
    color : #D42B51;
    font-size : 12px;
    font-weight: bold;
    line-height : 190%;
    padding-left : 5px;
    border-left-width : 6px;
    border-left-color : orange;
    border-left-style : solid;
}
h6 {
    color: #D42B51;
    font-size: 100%;
}
address {
    font-size: 10px;
    font-style: normal;
    color: #666666;
}
.text_red { color: #D42B51 }
.text_blue { color: #0066CC }
.text8 { font-size : 8px }
.text10 {
    font-size: 10px;
    line-height: 165%;
}
.text10_red {
    font-size: 10px;
    color: #D42B51;
    line-height: 165%;
}
.text12_red {
    font-size : 12px;
    color: #D42B51;
    font-weight: bold;
}
.text12_blue {
    font-size: 12px;
    font-weight: bold;
    color: #0066CC;
}
.text10_white {
    font-size: 10px;
    line-height: 165%;
    color: #FCFCFC;
}
.text12_white {
    font-size: 12px;
    font-weight: bold;
    color: #FCFCFC;
}
.text10_brown {
    font-size: 10px;
    color: #663300;
    line-height: 165%;
}
.text12_brown {
    font-size: 12px;
    color: #663300;
}
.text14 {
    font-size : 14px;
    line-height: 140%;
}
.text14_blue {
    font-size : 14px;
    color : #0066CC;
}
.text14_red {
    font-size : 14px;
    font-weight : bold;
    color: #D42B51;
}
.text16_red {
    font-size : 16px;
    font-weight : bold;
    color: #D42B51;
}
.text18 {
    font-size : 18px;
    line-height: 130%;
}
.text18_white {
    font-size: 18px;
    font-weight: bold;
    color: #FCFCFC;
}
.text18_blue {
    font-size : 18px;
    font-weight : bold;
    color : #0066cc;
}
.text20_red {
    font-size : 20px;
    color : red;
    font-weight : bold;
}
.text36_red {
    font-size : 36px;
    color : red;
    line-height: 110%;
}
.text_bold {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #444444;
}
.text_bold_white_center {
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #FCFCFC;
    text-align: center;
}
img { border-style: none }
.mannaka { text-align: center }
.infotext { width: 360px }
.hidari {
	text-align: left
	margin-top: 10px;
	margin-left: 30px;
}
.migi {
    text-align: right;
    margin-top: 10px;
}
.clear { clear: both }
.clear hr { display: none }
.bak { background-image: url(images/bak.jpg) }
/* リンク設定 */
a { text-decoration: none }
a:link { color: #006699 }
a:visited { color: #6666CC }
a:hover {
    text-decoration: underline;
    color: #FF0000;
}
a:active { text-decoration: none }
/* 画像 */
.images1 { padding-bottom: 10px }
.image_left {
    float: left;
    margin-right: 10px;
}
.image_clear { clear: both }
.image_u10r10 {
    padding-right: 10px;
    padding-bottom: 10px;
}
/* テーブル */
table { margin-top: 10px }
th {
    text-align: left;
    padding-bottom: 5px;
    vertical-align: top;
    background-color: #CEE8FF;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 2px;
}
td {
    text-align: left;
    padding-bottom: 5px;
    vertical-align: top;
    padding-top: 5px;
    padding-left: 2px;
}
.table_nomal {
    margin-top: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.table_nomal td {
    margin-top: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.table_kakaku {
    border: 2px solid #999999;
    border-collapse: collapse;
}
.td_kakaku {
    padding: 4px;
    border: 1px dotted #999999;
}
.table_info {
    margin-top: 5px;
    margin-left: 30px;
}
.td_info {
    padding: 4px;
    border-bottom: 1px dotted #999999;
}
.table_didegi {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 5px;
}
.table_mokuteki {
    border: 2px solid #333;
    border-collapse: collapse;
    width: 540px;
}
.table_comp {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}
.table_comp td,
th {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 5px;
}
/* ベースセンター */
#box {
    width: 1000px;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
}
#header {
    width: 1000px;
    height: 90px;
    clear: both;
}
#header_left {
    float: left;
    width: 200px;
    margin-top: 10px;
    height: 80px;
    text-align: right;
}
#header_right {
    float: left;
    width: 600px;
    margin-top: 15px;
    height: 75px;
    text-align: center;
}
#header_right2 {
    float: left;
    width: 580px;
    margin-top: 15px;
	padding-left: 20px;
    height: 75px;
}
#header_tel {
    float: right;
    width: 200px;
    margin-top: 10px;
    height: 80px;
    text-align: center;
}
#flash {
    width: 1000px;
    float: left;
}
#main {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}
#main_left {
    margin-top: 10px;
    float: left;
    width: 190px;
}
#main_box {
    float: left;
    width: 770px;
}
#main_center {
    margin-top: 10px;
    float: left;
    width: 360px;
    margin-left: 30px;
}
#main_right {
    margin-top: 10px;
    float: right;
    width: 360px;
}
#main_box2 {
    float: left;
    width: 770px;
}
#main_center2 {
    margin-top: 10px;
    float: left;
    width: 360px;
    margin-left: 30px;
}
#main_right2 {
    margin-top: 10px;
    float: right;
    width: 360px;
}
#main_center3 {
    margin-top: 10px;
    float: left;
    width: 670px;
    margin-left: 30px;
}
#main_box_kage {
    margin-top: 10px;
    float: left;
    width: 740px;
    margin-left: 30px;
}
#footer {
    text-align: center;
    width: 100%;
    clear: both;
}
#footer li {
    list-style: none;
    display: inline;
    background-color: #ffffff;
    margin: 0px 15px;
}
#footer a {
    padding-left: 15px;
    text-decoration: none;
}
#copyright {
    padding: 2px 0px;
    margin: 0px;
    color: #FFFFFF;
    line-height: 12px;
    text-align: center;
    background: #32528e;
}
#main_omimai {
    margin-top: 10px;
    float: left;
    width: 740px;
    margin-left: 30px;
}
/* メニュー */
#menu {
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu li {
    float: left;
    width: 124px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #666;
}
#menu a {
    text-align: center;
    display: block;
    width: 100%;
    background-color: #32528e;
    color: #fff;
    text-decoration: none;
}
#menu a:hover {
    background-color: #ccc;
    color: #333;
}
/* メニュー2 */
#menu2 {
    margin: 0;
    padding: 0;
    width: auto;
}
#menu2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu2 li {
    float: left;
    width: 124px;
    margin: 0;
    padding: 0;
    border-left: 1px solid #666;
}
#menu2 a {
    text-align: center;
    display: block;
    width: 100%;
    background-color: #32528e;
    color: #fff;
    text-decoration: none;
}
#menu2 a:hover {
    background-color: #ccc;
    color: #333;
}
/* レベル2用 */
#main_center_2 {
    margin-top: 10px;
    float: left;
    width: 540px;
    margin-left: 30px;
}
#main_center_3 {
    margin-top: 10px;
    float: left;
    width: 750px;
    margin-left: 30px;
}
#main_right_2 {
    margin-top: 10px;
    float: right;
    width: 180px;
}
#main_right_3 {
    margin-top: 10px;
    float: right;
    width: 750px;
}
/* メイン左で使用する枠 */
.waku_blue {
    width: 160px;
    border: 5px solid #6699CC;
    padding: 5px;
    margin-bottom: 10px;
}
.waku_purple {
    width: 160px;
    border: 5px solid #6666CC;
    padding: 5px;
    margin-bottom: 10px;
}
.waku_green {
    width: 160px;
    border: 5px solid #339999;
    padding: 5px;
    margin-bottom: 10px;
}
/* トップイメージのスライドショー */
#myslides {
    width: 1000px;
    height: 190px;
    padding: 0;
    margin: 0 auto;
    float: left;
}
#myslides img {
    width: 1000px;
    height: 190px;
    top: 0;
    left: 0;
}
#myslides2 {
    width: 160px;
    height: 66px;
    padding: 0;
    margin: 0 auto;
}
#myslides2 img {
    width: 160px;
    height: 66px;
    top: 0;
    left: 0;
}
#myslides3 {
    width: 360px;
    height: 30px;
    padding: 0;
    margin: 0 auto;
}
#myslides3 img {
    width: 360px;
    height: 30px;
    top: 0;
    left: 0;
}
/* サイトマップ */
.sm_level1 {
    padding-left: 5px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #6699CC;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sm_level2 {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #97C9EE;
    margin-left: 20px;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.sm_level3 {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #ACD7FF;
    margin-left: 40px;
    padding-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.sm_level4 {
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #ACD7FF;
    margin-left: 60px;
    padding-left: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.pankuzu {
	text-align:left;
}

div.pankuzu_area {
	float:left;
	width:750px;
}
	
div.pankuzu2 {
	text-align:left;
	padding:10px 0 0 30px;
}

/* 画像横のテキストを中央配置 */
div.imgArea p {    
	display: table-cell;    
	vertical-align: middle;    
	margin: 0;    
}    
* html .imgArea p {    
	display: inline;    
	zoom: 1;    
}    
*:first-child+html .imgArea p {    
	display: inline;
	zoom: 1;    
}
/* 画像横のテキストを中央配置　終わり */

