@charset "utf-8";

/* font
=========================================*/
body {
font: 12px/1.5  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
color: #555;
}

/* format
=========================================*/
* { margin: 0; padding: 0; }
option { padding-right: 0.5em; }
img { border: none; vertical-align: bottom; }
ol,ul,li,dl,dt,dd { list-style-type: none; }
hr,legend { display: none; }
fieldset { border: none; }
address,em { font-style: normal; }
table,td,th{ border-collapse: collapse; empty-cells: show;}

/* clearfix
=========================================*/
.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* body
=========================================*/
body {
text-align: center;
background-color: #FFF;
}


/* link color
=========================================*/
/* Hides from IE-mac \*/
a { overflow: hidden;}
/* End hide from IE-mac */

/* all */
a:link { color: #cc0000; text-decoration: none;}
a:visited { color: #cc0000; text-decoration: none;}
a:hover { color: #ccc; text-decoration: none;}
a:active { color: #ccc; text-decoration: none;}

/* main */
#main.contents a:link { color: #0066CC; text-decoration: underline;}
#main.contents a:visited { color: #333333; text-decoration: underline;}
#main.contents a:hover { color: #0066CC; text-decoration: none;}
#main.contents a:active { color: #0066CC; text-decoration: none;}

/* menu */
#sub dl#navi dd a:link { color: #000; text-decoration: none;}
#sub dl#navi dd a:visited { color: #000; text-decoration: none;}
#sub dl#navi dd a:hover { color: #FF9900; text-decoration: none;}
#sub dl#navi dd a:active { color: #FF9900; text-decoration: none;}

/* button */
#main.contents div.infoArea a:link { color: #ffffff; text-decoration: none;}
#main.contents div.infoArea a:visited { color: #ffffff; text-decoration: none;}
#main.contents div.infoArea a:hover { color: #ffffff; text-decoration: none;}
#main.contents div.infoArea a:active { color: #ffffff; text-decoration: none;}

/* footer */
a:link { color: #333; text-decoration: none;}
a:visited { color: #333; text-decoration: none;}
a:hover { color: #333; text-decoration: none;}
a:active { color: #333; text-decoration: none;}



/* font size
=========================================*/
h1,h4,h5,h6 { color:#333; font-size:100%; font-weight: normal; line-height:2em;}
input,textarea { font-size: small;}
table,td,th{ font-size: small;}
strong { color:#333; font-size:100%; font-weight: normal; line-height:1em;}


/* the other
=========================================*/
.text-right{text-align:right;}
.contents-bottom{margin-bottom:15px;}


/*
-------------------------------------------
###########################################
layout
###########################################
-------------------------------------------
*/

#container {
    width: 800px;
    text-align: left;
    margin: 0px auto 0;
}

#header {
    padding: 0 0 0px;
    background: url(../../file/main_table_top_bg.gif) no-repeat;
    background-position: bottom;
}

#globalNavi2{
    width: 800px;
    text-align: right;
    margin: 0;
}


#contents {
    text-align: center;
    background: url(../../file/main_bg.gif) repeat-y;
    padding: 0 0;
}

#main {
    float: right;
    width: 560px;
    text-align: left;
    margin: 15px 10px 0px 0px;
}

#sub {
    float: left;
    height: 60%;
    width: 180px;
    text-align: left;
    margin: 12px 0px 0px 10px;
}
#sub2 {
    float: left;
    height: 150px;
    width: 180px;
    text-align: left;
    margin: 12px 0px 0px 10px;
}

#footer {
    clear: both;
    padding: 35px 0 0;
    background: url(../../file/main_table_bottom_bg.gif) no-repeat;
    background-position: top;
    text-align: center;
}

#hedmenu {
color:#333;
font-size:100%;
font-weight: normal;
line-height:2em;
float: right;
margin: 0px 10px 0px 0px;    
}




/*
-------------------------------------------
###########################################
header
###########################################
-------------------------------------------
*/

#header h1 {
    float: left;
    font-size: 100%;
}

/*
-------------------------------------------
###########################################
main
###########################################
-------------------------------------------
*/

#main h2 {
    font-size: 14px;
    color: #000066;
    margin: 1px 0px 1px 30px;
}
#main h3 {
    font-size: 14px;
    color: #006666;
    margin: 0px 0px 10px 0px;
}
#main p {
    margin: 10px 0 10px 0px;
}
#main img.left {
    float: left;
    margin: 0px 25px 0px 10px;
}
#main img.right {
    float: right;
    margin: 0 0 0 15px;
}

/* topics
=========================================*/
#main dl.topics {
    padding: 8px 10px 10px;
    background: #fff;
}
#main dl.topics dt {
    color: #666633;
    font-weight: bold;
    margin: 2px 0 0;
}
#main dl.topics dd {
    border-bottom: 1px solid #ccc;
}

/*

-------------------------------------------
###########################################
sub
###########################################
-------------------------------------------
*/

#sub dl#navi dt {
    background: url(../../file/contents_title.gif) no-repeat;
    height: 25px;
    text-indent: -9999px;
}
#sub dl#navi dd a {
    display: block;
    background: url(../image/button_bg.jpg) no-repeat;
    height: 23px;
    _height: 26px;   
    padding: 3px 0 0 22px;

}
#sub dl#navi dd a:link { background: url(../../file/button_bg.gif) no-repeat;}
#sub dl#navi dd a:visited { background: url(../../file/button_bg.gif) no-repeat;}
#sub dl#navi dd a:hover { background: url(../../file/button_o_bg.gif) no-repeat;}
#sub dl#navi dd a:active { background: url(../../file/button_o_bg.gif) no-repeat;}
#sub dl#navi dd.nowpage a { background: url(../../file/button_o_bg.gif) no-repeat;}

/* address
=========================================*/
#sub dl.address {
    margin: 20px 0 0;
    font-size: x-small;
}
#sub dl.address dt {
    font-weight: bold;
}
#sub dl.address dd {
    margin: 2px 0 0;
    border-bottom: 1px solid #eee;
}

/*
-------------------------------------------
###########################################
contents
###########################################
-------------------------------------------
*/
#main.contents h2 {
    height: 30px;
    background: url(../../file/midashi_bg.gif) no-repeat;
    margin: 0 0 0 0px;
    padding: 3px 0 5px 20px;
}

#main.contents dl.right {
    float: right;
    width: 250px;
    margin: 0 0 10px 20px;
    font-weight: bold;    
}
#main.contents img.block {
    display: block;
    margin: 5px auto;
}
#main.contents ul.left {
    float: left;
    width: 250px;
    margin: 0 0 10px;
}
#main.contents ul.right {
    float: right;
    width: 250px;
    margin: 0 0 10px;
}
#main.contents ul.imgList {
    clear: both;
}
#main.contents ul.imgList li {
    width: 160px;
    float: left;
    margin: 0 20px 0 0;
}
* html #main.contents ul.imgList li {
    margin: 0 10px 0 0;
}
#main.contents ul.imgList li.last {
    margin: 0;
}
#main.contents .profile {
    background: url(../../file/staff_box_bg.gif) no-repeat;
    margin: 20px auto;
    padding: 10px;
    width: 560px;
    height: 150px;
}
#main.contents .profile img {
    float: left;
    margin: 0 10px 0 0;
}
#main.contents .profile p{
    margin-right:17px;
}
#main.contents p.attention {
    margin: 15px 20px;
    padding: 10px;
    background: #efefef;
}

#main.contents div.infoArea {
    position: relative;
    margin: 20px 0;
    height: 28px;
}
#main.contents div.infoArea a {
    position: absolute;
    background: url(../../file/button.gif) no-repeat;
    width: 170px;
    height: 40px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}
#main.contents div.infoArea a.no1 { top: 0px; left: 205px;}
#main.contents div.infoArea a.no2 { top: 0px; left: 50px;}
#main.contents div.infoArea a.no3 { top: 0px; left: 350px;}
#main.contents div.infoArea a.no4 { top: 0px; left: 10px;}
#main.contents div.infoArea a.no5 { top: 0px; left: 400px;}

#main.contents table.table {
    border: 1px solid #fff;
    border-bottom: none;
    font-size: 12px;
    width: 100%;
}
#main.contents table.table tr td.left {
    background: #006666;
    padding: 5px;
    font-size: 12px;
    width: 25%;
    color: #FFF;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}
#main.contents table.table tr td.right {
    padding: 5px;
    background: #eee;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

#main.contents form fieldset table {
    margin: 10px 0;
    background: #fff;
    width: 100%;
    border: 1px solid #fff;
    border-bottom: none;
}
#main.contents form fieldset table th {
    width: 35%;
    background: #CCCCCC;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
#main.contents form fieldset table td {
    padding: 5px;
    margin: 0 0 0 133px;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    background: #eee;
}
#main.contents .contactform form fieldset div.submit {
    text-align:center;
}
#main.contents .contactform form fieldset div.submit input{
    width:50px;
}
#main.contents .contactform form fieldset input{
    width:90%;
    font-size:12px;
}
#main.contents .contactform form fieldset textarea{
    width:95%;
    font-size:12px;
    height:100px;
}

/*-----------------------------
	Global Navigation
-------------------------------*/
ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 560px;
        margin-top:0px;
        margin-bottom:0;
        background-color:#1C1C6B;
        font-family:Arial,Helvetica,sans-serif;
        font-size:12px;
        color:#FFFFFF;
        float:left;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
        border-left: 1px solid #1C1C6B;
        border-right: 1px solid #FFF;
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 10px;
	display: block;
	position: relative;
	font-size: 12px;
	color: #FFF;
　　　　 font-weight: bold;	
        text-align: center;
	text-decoration: none;
	background-color: #1C1C6B;
}

ul#globalNavi li a:hover {
        border-left: 1px solid #1C1C6B;
        border-right: 1px solid #fff;
        color: #000065;
	background-color: #EEE;
}

#area strong {
	font-size: 115%;
	color: #552200;
        font-weight: bold;
}

#banner img {
    width: 100px;
    margin-bottom: 7px;
    border: 0px;
}
/*-----------------------------
	Global Navigation2
-------------------------------*/
ul#globalNavi2 {
	margin: 0;
	padding: 0;
	width: 560px;
        margin-top:0px;
        margin-bottom:0;
        background-color:#1C1C6B;
        font-family:Arial,Helvetica,sans-serif;
        font-size:12px;
        color:#FFFFFF;
        float:left;
}

ul#globalNavi2:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi2 li {
        border-left: 1px solid #1C1C6B;
        border-right: 1px solid #FFF;
	margin: 0;
	padding: 0;
	float: left;
	width: 260px;
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi2 li a {
	padding: 0.6em 10px;
	display: block;
	position: relative;
	font-size: 12px;
	color: #FFF;
　　　　 font-weight: bold;	
        text-align: center;
	text-decoration: none;
	background-color: #1C1C6B;
}

ul#globalNavi2 li a:hover {
        border-left: 1px solid #1C1C6B;
        border-right: 1px solid #fff;
        color: #000065;
	background-color: #EEE;
}

#area strong {
	font-size: 115%;
	color: #552200;
        font-weight: bold;
}

#banner img {
    width: 100px;
    margin-bottom: 7px;
    border: 0px;
}


/*-----------------------------
	　　　daihyou
-------------------------------*/

#daihyou {
    float: right;
background: url(../../file/midashi1.gif) no-repeat;
}

/*-----------------------------
	　　　imglink
-------------------------------*/

a#photolink1 {
   display: block;
   width: 280px; /* 画像1枚分の横幅 */
   height: 155px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/1.jpg"); /* 画像ファイル名 */
   margin: 0px 0px 0px 0px;
}

a#photolink1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#photolink1 {
   float: left;
}

a#photolink2 {
   display: block;
   width: 280px; /* 画像1枚分の横幅 */
   height: 155px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/2.jpg"); /* 画像ファイル名 */
   margin: 0px 0px 0px 00px;
}

a#photolink2:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}

a#photolink2 {
   float: left;
}

/*-----------------------------
	Global Navigation
-------------------------------*/
ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 800px;
        margin-top:0px;
        margin-bottom:0;
        background-color:#000000;
        font-family:Arial,Helvetica,sans-serif;
        font-size:12px;
        color:#FFF;
        float:left;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
	margin: 0;
	padding: 0;
	float: left;
	width: 133px;
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 10px;
	display: block;
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-color: #000000;
}

ul#globalNavi li a:hover {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #FFFFFF;
	background-color: #555;
}

#area em {
	font-size: 100%;
	color: #552200;
	margin-top: 12px;
	margin-bottom: 8px;
	border-bottom: 1px #552200 solid; 
        width: 550px
}
#banner img {
    width: 220px;
    margin-bottom: 7px;
    border: 0px;
}


#banner2 img {
    float: center;
    width: 200px;
    margin-bottom: 2px;
    border: 0px;
    text-align: center;
}

#banner2 p{
    text-align: center;
}



/*-----------------------------
	　　　imglink
-------------------------------*/

a#service1 {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/1.gif"); /* 画像ファイル名 */
   margin: 5px 0 5px 0;
}
a#service1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service1 {
   float: left;
}


a#service2 {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/2.gif"); /* 画像ファイル名 */
   margin: 5px 0 5px 0;
}


a#service2:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service2 {
   float: left;
}


a#service3 {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/3.gif"); /* 画像ファイル名 */
   margin: 5px 0 5px 0;
}
a#service3:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service3 {
   float: left;
}


a#service4 {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */ 
   background-image: url("../../file/4.gif"); /* 画像ファイル名 */
   margin: 5px 0 5px 0;
}
a#service4:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service4 {
   float: left;
}


a#service5 {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */ 
   background-image: url("../../file/5.gif"); /* 画像ファイル名 */
   margin: 5px 0 5px 0;
}
a#service5:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service5 {
   float: left;
}


a#service6 {
   display: block;
   width: 180px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */ 
   background-image: url("../../file/6.gif"); /* 画像ファイル名 */
   margin: 5px 0 5px 0;
}
a#service6:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service6 {
   float: left;
}
