@charset "utf-8";

/* font
=========================================*/
body {
font: 12px/1.3  "メイリオ", "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;
	width:100%;
	background-image: url(../../file/bottm_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
        background-color: #FFF;
        margin:0;
	padding:0;
}


/* link color
=========================================*/
/* Hides from IE-mac \*/
a { overflow: hidden;}
/* End hide from IE-mac */

/* all */
a:link { color: #CC0000; text-decoration: underline;}
a:visited { color: #cc0000; text-decoration: underline;}
a:hover { color: #ccc; text-decoration: none;}
a:active { color: #ccc; text-decoration: none;}

/* main */
#main.contents a:link { color: #B3CC80; text-decoration: underline;}
#main.contents a:visited { color: #B3CC80; text-decoration: underline;}
#main.contents a:hover { color: #ccc; text-decoration: none;}
#main.contents a:active { color: #ccc; text-decoration: none;}

/* menu */
#sub dl#navi dd a:link { color: #000; text-decoration: none;}
#sub dl#navi dd a:visited { color: #666; text-decoration: none;}
#sub dl#navi dd a:hover { color: #FF6600; text-decoration: none;}
#sub dl#navi dd a:active { color: #97C200; text-decoration: none;}

/* button */
#main.contents div.infoArea a:link { color: #fff; text-decoration: underline;}
#main.contents div.infoArea a:visited { color: #FFF; text-decoration: underline;}
#main.contents div.infoArea a:hover { color: #ccc; text-decoration: none;}
#main.contents div.infoArea a:active { color: #ccc; text-decoration: none;}

/* footer */
a:link { color: #FFF; text-decoration: none;}
a:visited { color: #FFF; text-decoration: none;}
a:hover { color: #FFF; text-decoration: none;}
a:active { color: #FFF; text-decoration: none;}

/* body2 */
a:link { color: #FFF; text-decoration: none;}
a:visited { color: #FFF; text-decoration: none;}
a:hover { color: #FFF; text-decoration: none;}
a:active { color: #FFF; text-decoration: none;}


/* font size
=========================================*/
h1,h3,h4,h5,h6{ font-size: 120%;}
strong { color:#333; font-size:100%; font-weight: normal; line-height:1em;}
em { line-height:10px; color:#FF6600; font-size:125%; }
input,textarea { font-size: small;}
table,td,th{ font-size: small;}


/* the other
=========================================*/
.text-right{text-align:right;}
.contents-bottom{margin-bottom:10px;}

/*
-------------------------------------------
###########################################
layout
###########################################
-------------------------------------------
*/

#logo {
    float: left;
}

#rss {
    float: left;
}


#container {
    width: 100%;
    text-align: center;
    margin: 0px 0px 100px 0px;
	background-image: url(../../file/head_back.gif);
	background-repeat: repeat-x;
	background-position: top;
        background-color: #FFF;
        margin:0;
	padding:0;
}

#topheaderimage {
    width: 100%;
    text-align:center;
    margin: 10px 0px 10px 0px;

    padding: 0px 0px 0px 0px;
}



#header {
    width: 950px;
    text-align: center;
    margin:0 auto;
    height:80px;
}


#globalNavi2{
float: right;
text-align: left;
margin: 0;
}

#contents {
    width: 950px;
    text-align: center;
    margin:0 auto;
    background: url(../../file/main_bg.gif) repeat-y;
}



#main {
    float: right;
    width: 660px;
    text-align: left;
    margin: 15px 25px 0px 10px;
}

#sub {
    float: left;
    width: 200px;
    height: 30%;
    text-align: left;
    margin: 17px 0px 0px 20px;
}

#footer {
    width: 950px;
    text-align: center;
    margin:0 auto;
    padding: 0px 0 0;
    clear: both;
}

#body2 {
    clear: both;
    text-align: left;
    width:100%;
}




/*
-------------------------------------------
###########################################
header
###########################################
-------------------------------------------
*/

#header h1 {
    float: right;
    font-size: 12px;
    color: #999;
}

/*
-------------------------------------------
###########################################
main
###########################################
-------------------------------------------
*/
#main h3 {
    font-size: 16px;
    color: #009999;
    margin: 25px 0px 35px 20px;
}

#main h4 {
    font-size: 16px;
    color: #000000;
    margin: 5px 0px 5px 20px;
}
#main p {
    margin: 0 0 15px 20px;
}

/*NO8　画像右、テキスト左 */
#main img.right {
    float: right;
    margin: 0px 20px 0px 0px;
}

#main.contents .normal ul {
    width: 200px;
    float: right;
    margin: 0px 20px 20px 20px;
}

/*NO9　画像左、テキスト右 */
#main img.left {
    float: left;
    margin: 0px 20px 20px 00px;
}
#main.contents .normal2 ul {
    width: 250px;
    float: left;
    margin: 0px 20px 20px 0px;
}

/* 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: 35px;
    text-indent: -9999px;
}

#sub dl#navi dd a {
    display: block;
    background: url(../../file/button_bg.gif) no-repeat;
    height: 27px;
    padding: 8px 0 0 25px;
}
#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 { 
    font: 20px/1.3  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    color: #000066;    
    height: 50px;
    font-weight: bold;    
    font-size: 18px ;
    background: url(../../file/midashi_bg.gif) no-repeat;
    margin: 5px 0px 10px 0px;
    padding: 9px 0px 0px 20px;
}

#main.contents h5 { 
    color: #FF6600;    
    height: 35px;
    font-weight: bold;    
    background: url(../../file/h5.gif) no-repeat;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}

/*NO10　画像右、テキスト左（キャプション付） */

#main.contents dl.right {
    float: left;
    width: 250px;    
    margin: 0px 20px 20px 0px;
    font-weight: bold;    
}
#main.contents img.block {
    display: block;
    margin: 0px 20px 20px 20px;
    margin: 5px auto;    
}

/*NO6 画像＋キャプション（2列）*/
#main.contents ul.left {
    float: left;
    width: 250px;
    margin: 0px 30px 0px 30px;
}
#main.contents ul.right {
    float: right;
    width: 250px;
    margin: 0px 30px 0px 30px;
}


/*NO7 画像＋キャプション（3列）*/
#main.contents ul.imgList {
    clear: both;
}

#main.contents ul.imgList li {
    width: 200px;
    float: left;
    margin: 0px 15px 0px 10px;
}
* html #main.contents ul.imgList li {
    margin: 0px 7px 0px 0px;
}
#main.contents ul.imgList li.last {
    margin: 0px 0px 0px 0px;
}


/*NO11 人物紹介 */
#main.contents .profile {
    background: url(../../file/staff_box_bg.gif) no-repeat;
    margin: 20px auto;
    padding: 10px;
    width: 660px;
    height: 330px;
}

#main.contents .profile li {
width: 600px;    
}

#main.contents .profile img {
    width: 200px;
    float: left;
    margin: 20px 20px 80px 20px;
}
#main.contents .profile p{
    margin-right:30px;
}
#main.contents p.attention {
    margin: 40px 40px 40px 40px;
    padding: 0 0 0 0;
    background: #EBF5F6;
    border: 1px solid #80CCB3;
}

#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: 127px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
#main.contents div.infoArea a.no1 { top: 0px; left: 215px;}
#main.contents div.infoArea a.no2 { top: 0px; left: 120px;}
#main.contents div.infoArea a.no3 { top: 0px; left: 400px;}
#main.contents div.infoArea a.no4 { top: 0px; left: 35px;}
#main.contents div.infoArea a.no5 { top: 0px; left: 395px;}

#main.contents table.table {
    border: 1px solid #fff;
    border-bottom: none;
    font-size: 12px;
    width: 98%;
}
#main.contents table.table tr td.left {
    background: #E5E6AB;
    padding: 5px;
    font-size: 12px;
    width: 25%;
    color: #666666;
    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: 98%;
    border: 1px solid #FFFFFF;
    border-bottom: none;
}
#main.contents form fieldset table th {
    width: 25%;
    background: #CCCCCC;
    padding: 5px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    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;
}
#main.contents em {
    background: url(../../file/midashi2.gif) no-repeat;
    margin: 0 0 0 0;
    font: 15px/1.3  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;    
    font-weight: bold;
    padding: 0 0 0 20px;
}

/*-----------------------------
	　　　banner
-------------------------------*/

#banner img {
    width: 200px;
    margin: 0px 0px 0px 0px;
    margin-bottom: 7px;
    border: 0px;
}

#banner2 img {
    width: 200px;
    margin-bottom: 7px;
    border: 0px;
}

#bannercenter {
    width: 520px;
    margin: 0 0 10px 0;	
}



/*-----------------------------
	Global Navigation
-------------------------------*/
ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 800px;
        margin-top:0px;
        margin-bottom:0;
        background-color:#000;
        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 #000;
	margin: 0;
	padding: 0;
	float: left;
	width: 19.50%;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 10px;
	display: block;
	position: relative;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #000;
        line-height: 98%;
}

ul#globalNavi li a:hover {
        color: #FFFFFF;
	background-color: #FF9900;
}

#area strong {
	font-size: 100%;
	color: #552200;
	margin-top: 12px;
	margin-bottom: 8px;
	border-bottom: 1px #552200 solid; 
        width: 550px
}
#banner img {
    width: 200px;
    margin-bottom: 7px;
    border: 0px;
}

/*-----------------------------
	　　　banner
-------------------------------*/
#banner {
    width: 200px;
    margin: 0 0 0 0;	
}

#banner2 img {
    width: 200px;
    margin-bottom: 7px;
    border: 0px;
}

#banner2 {
    width: 200px;
    margin: 0 0 0 0;	
}


/*-----------------------------
	　　　imglink
-------------------------------*/
a#photolink1 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms1.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink1 {
   float: left;
}
a#photolink2 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms2.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink2:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink2 {
   float: left;
}
a#photolink3 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms3.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink3:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink3 {
   float: left;
}
a#photolink4 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms4.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink4:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink4 {
   float: left;
}
a#photolink5 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms5.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink5:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink5 {
   float: left;
}
a#photolink6 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms6.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink6:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink6 {
   float: left;
}
a#photolink7 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms7.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink7:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink7 {
   float: left;
}
a#photolink8 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms8.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink8:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink8 {
   float: left;
}

a#photolink9 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 100px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms9.jpg"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink9:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink9 {
   float: left;
}


ここまで

a#photolink10 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms4.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink10:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink10 {
   float: left;
}
a#photolink11 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms5.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink11:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink11 {
   float: left;
}
a#photolink12 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms6.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink12:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink12 {
   float: left;
}
a#photolink13 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms7.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink13:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink13 {
   float: left;
}
a#photolink14 {
   display: block;
   width: 160px; /* 画像1枚分の横幅 */
   height: 50px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/ideacms8.gif"); /* 画像ファイル名 */
   margin: 0 0 1px 0;
}
a#photolink14:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#photolink14 {
   float: left;
}




/*-----------------------------
	　　　imglink
-------------------------------*/

a#service1 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service1.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service1 {
   float: left;
}


a#service2 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service2.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}


a#service2:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service2 {
   float: left;
}


a#service3 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service3.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service3:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service3 {
   float: left;
}


a#service4 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service4.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service4:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service4 {
   float: left;
}


a#service5 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service5.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service5:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service5 {
   float: left;
}

a#service6 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service6.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service6:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service6 {
   float: left;
}

a#service7 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service7.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service7:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service7 {
   float: left;
}

a#service8 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service8.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service8:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service8 {
   float: left;
}

a#service9 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service9.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service9:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service9 {
   float: left;
}

a#service10 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service10.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service10:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service10 {
   float: left;
}

a#service11 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service11.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service11:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service11 {
   float: left;
}

a#service12 {
   display: block;
   width: 44px; /* 画像1枚分の横幅 */
   height: 150px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/service12.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;

}
a#service12:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service12 {
   float: left;
}

a#test1 {
   display: block;
   width: 200px; /* 画像1枚分の横幅 */
   height: 70px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/test1.jpg"); /* 画像ファイル名 */
   margin: 5px 0 5px 0;
}
a#test1:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#test1 {
   float: left;
}


a#service13 {
   display: block;
   width: 100px; /* 画像1枚分の横幅 */
   height: 35px; /* 画像1枚分の高さ */
   text-indent: -9999px; /* 文字を見えなくする */
   background-image: url("../../file/shiyousai.gif"); /* 画像ファイル名 */
   margin: 0 0 0 0;
}
a#service13:hover {
   background-position: top right; /* 背景画像の表示開始基準を右上に変更 */
}
a#service13 {
   float: right;
}




/*
-------------------------------------------
###########################################
CMS
###########################################
-------------------------------------------
*/

#cms {
    margin: 0 0 0 0;
}

/*
-------------------------------------------
###########################################
down_menu
###########################################
-------------------------------------------
*/

#down_menu_down {
    width: 950px;
    height:100px;
    text-align: left;
    margin: 0px auto 0;
}

#down_menu_down ul{
	float:left;
	width:190px;
	margin-bottom:10px;
}

#down_menu li {
	margin:0;
	padding:0;
	font-size: 10px;
	line-height: 16px;
}

#down_menu li a {
	color: #999999;
}

#down_menu li a:hover{
	text-decoration:underline;
	color:#cc0000;
}

#down_bar_end {
	clear:both;
}

/*
-------------------------------------------
###########################################
formmail
###########################################
-------------------------------------------
*/



@charset "UTF-8";
div#mf_wrapper {
	width: 640px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 20px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}