/* CSS Document */

body,td,th {
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-top: 0px;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 10px;
	line-height: 100%;
	text-align: left;
	margin: 0px;
	padding-left: 15px;
}
h2 {
	font-size: 14px;
	margin: 0px;
}
h3 {
	font-size: 14px;
}
#header {
	width: 830px;
	margin: 0px;
}
#conteinar {
	background-color: #FFFFFF;
	background-image: url(../img/mainback.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 830px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navi {
	text-align: left;
	height: 35px;
	width: 830px;
	margin: 0px;
}
#mainimage {
	background-image: url(../img/mainimg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: -9999px;
	height: 152px;
	width: 830px;
	margin: 0px;
}
#contents {
	background-color: #FFFFFF;
	background-image: url(../img/con_back.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 830px;
	float: left;
	margin: 0px;
}
#main {
	text-align: left;
	float: left;
	width: 525px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	display: inline;
}
#footer {
	text-align: left;
	clear: both;
	float: none;
	height: 22px;
	width: 830px;
	margin: 0px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
}
.info_bottom {
	background-image: url(../img/info_under.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 25px;
	width: 525px;
}
.qatop {
	background-image: url(../img/qatop.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 260px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.qa_title {
	background-repeat: no-repeat;
	text-align: left;
	height: 43px;
	width: 650px;
	margin-top: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
}
.q_title {
	background-image: url(../img/q.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 530px;
	padding-left: 45px;
	margin-left: 50px;
	padding-top: 5px;
	height: 40px;
	line-height: 100%;
	margin-bottom: 0px;
}
.qa_mid {
	font-size: 12px;
	line-height: 160%;
	background-image: url(../img/qa_mid.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 173px;
	padding-left: 22px;
	margin-top: 0px;
	margin-right: 65px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 8px;
}
.qa_bottom {
	background-image: url(../img/qa_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 19px;
	width: 260px;
}
.main_text_under {
	line-height: 180%;
	text-align: left;
	width: 440px;
	padding-left: 40px;
	margin: 0px;
	padding-right: 45px;
}
.update {
	font-size: 12px;
	line-height: 150%;
	text-align: right;
	margin: 0px;
	width: 200px;
	padding-right: 60px;
}
#left {
	float: left;
	width: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -570px;
}
.info_top {
	background-image: url(../img/info_top.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 525px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.info_mid {
	line-height: 180%;
	background-image: url(../img/info_mid.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	width: 430px;
	padding-right: 42px;
	padding-left: 53px;
}
#right {
	text-align: left;
	margin: 0px;
	float: left;
	width: 260px;
}
/* リスト全体 */
ul
   {
	width:830px;             /* リスト全体の幅 */
	height:35px;             /* リスト全体の高さ */
	list-style:none;         /* リストマークを無しにする */
	margin: 0px;
	padding: 0px;
   }

/* 各項目 */
li
   {
    height:35px;             /* 項目の高さ */
    float:left;              /* 各項目を左側から回り込み */
   }

/* リンク部分 */

.home a
   {
	display:block;            /* リンク範囲をブロックに変換 */
	width:81px;               /* リンク範囲（幅）をリスト項目範囲全て */
	height:35px;              /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
	background-position:0px 0px;
	/* ★↑背景画像の（0px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
	text-indent:-1000em;              /* リストの文字を枠外のずらす */
	text-decoration:none;             /* リストの下線を表示しない */
    }
.home a:hover
   {	
   background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
   background-position:0px -35px;   /* ★↑背景画像の（0px -35px）に移動★ */
   }
.lost a
   {
	display:block;            /* リンク範囲をブロックに変換 */
	width:104px;               /* リンク範囲（幅）をリスト項目範囲全て */
	height:35px;              /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
	background-position:-81px 0px;
	/* ★↑背景画像の（-81px 0px）の位置★ */
    background-repeat:no-repeat;  /* 背景画像繰り返し表示しない */
	text-indent:-1000em;              /* リストの文字を枠外のずらす */
	text-decoration:none;             /* リストの下線を表示しない */
    }
.lost a:hover
   {	
   background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
   background-position:-81px -35px;   /* ★↑背景画像の（-81px -35px）に移動★ */
   }

.implant a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:156px;                /* リンク範囲（幅）をリスト項目範囲全て */
	height:35px;              /* リンク範囲（高さ）をリスト項目範囲全て */
    background-image:url(../img/navibar_all.jpg);/* リンク範囲の背景画像設定 */
    background-position:-185px 0px;
                     /* ★↑背景画像の（-185px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.implant a:hover
   {	
   background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
   background-position:-185px -35px;     /* ★↑背景画像の（-185px -35px）に移動★ */
   }

.specialist a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:117px;                /* リンク範囲（幅）をリスト項目範囲全て */
	height:35px;              /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
    background-position:-341px 0px;
                     /* ★↑背景画像の（-341px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.specialist a:hover
   {	
   background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
   background-position:-341px -35px;       /* ★↑背景画像の（-341px -35px）に移動★ */
    }
 .flow a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:169px;                /* リンク範囲（幅）をリスト項目範囲全て */
	height:35px;              /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
    background-position:-458px 0px;
                     /* ★↑背景画像の（-458px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.flow a:hover
   {	
   background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
   background-position:-458px -35px;     /* ★↑背景画像の（-458px -35px）に移動★ */
    }
 .charge a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:104px;                /* リンク範囲（幅）をリスト項目範囲全て */
	height:35px;              /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
    background-position:-627px 0px;
                     /* ★↑背景画像の（-627px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.charge a:hover{	
    background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
    background-position:-627px -35px;
                     /* ★↑背景画像の（-627px -35px）に移動★ */
    }
.qa a
   {
    display:block;             /* リンク範囲をブロックに変換 */
    width:99px;                /* リンク範囲（幅）をリスト項目範囲全て */
	height:35px;              /* リンク範囲（高さ）をリスト項目範囲全て */
	background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
    background-position:-731px 0px;
                     /* ★↑背景画像の（-731px 0px）の位置★ */
    background-repeat:no-repeat;      /* 背景画像繰り返し表示しない */
    text-indent:-1000em;              /* リストの文字を枠外のずらす */
    text-decoration:none;             /* リストの下線を表示しない */
   }
.qa a:hover{	
    background-image:url(../img/navibar_all.jpg);   /* リンク範囲の背景画像設定 */
    background-position:-731px -35px;
                     /* ★↑背景画像の（-731px -35px）に移動★ */
   }
.box1 {
	background-image: url(../img/box1.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box_mid {
	line-height: 180%;
	background-image: url(../img/info_mid.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	width: 430px;
	padding-right: 42px;
	padding-left: 53px;
}
.box_bottom {
	background-image: url(../img/info_under.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 25px;
	width: 525px;
}
.box2 {
	background-image: url(../img/box2.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box3 {
	background-image: url(../img/box3.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box4 {
	background-image: url(../img/box4.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 35px;
	width: 525px;
}
.box5 {
	background-image: url(../img/box5.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 35px;
	width: 525px;
}
.box6 {
	background-image: url(../img/box6.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box7 {
	background-image: url(../img/box7.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box8 {
	background-image: url(../img/box8.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
#link {
	font-size: 10px;
	line-height: 150%;
	background-image: url(../img/con_back.gif);
	background-repeat: repeat-y;
	clear: both;
	float: none;
	width: 830px;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box9 {
	background-image: url(../img/box9.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box_mid2 {
	line-height: 180%;
	background-image: url(../img/info_mid.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	width: 405px;
	padding-right: 42px;
	padding-left: 78px;
}
.box_mid1 {
	line-height: 180%;
	background-image: url(../img/info_mid.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 430px;
	padding-right: 42px;
	padding-left: 53px;
	margin: 0px;
	padding-top: 10px;
	font-weight: bold;
}
.box10 {
	background-image: url(../img/box10.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
#main_qa {
	text-align: left;
	float: left;
	width: 785px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	display: inline;
}
#left_qa {
	float: left;
	width: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -830px;
}
.a_title {
	background-image: url(../img/a.gif);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 50px;
	margin-left: 80px;
	width: 480px;
	line-height: 180%;
}
.qa_line {
	background-image: url(../img/qa_line.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 550px;
	margin-left: 80px;
	height: 35px;
	line-height: 100%;
}
.qa_right {
	text-align: right;
	width: 620px;
	height: 35px;
}
.box11 {
	background-image: url(../img/box11.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box12 {
	background-image: url(../img/box12.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box13 {
	background-image: url(../img/box13.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box14 {
	background-image: url(../img/box14.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.diff_title1 {
	background-image: url(../img/box15.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box16 {
	background-image: url(../img/box16.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box17 {
	background-image: url(../img/box_17.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box18 {
	background-image: url(../img/box_18.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box19 {
	background-image: url(../img/box_19.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box20 {
	background-image: url(../img/box_20.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box21 {
	background-image: url(../img/box_21.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box22 {
	background-image: url(../img/box_22.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box23 {
	background-image: url(../img/box_23.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box24 {
	background-image: url(../img/box_24.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 35px;
	width: 525px;
}
.box_noline {
	line-height: 180%;
	text-align: left;
	margin: 0px;
	width: 430px;
	padding-right: 42px;
	padding-left: 53px;
}
.q_text {
	text-align: left;
	width: 570px;
	margin-left: 50px;
	line-height: 180%;
}
.formarea {
	background-color: #FFF;
	text-align: left;
	width: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 55px;
	line-height: 150%;
	color: #333;
	font-size: 14px;
}.col_red {
	color: #F33;
	font-size: 12px;
}

