@charset "utf-8";
/* CSS Document */

/*-------▼初期設定▼-----*/
body{
	margin:0px;
	padding:0px;
	color: #555555;
	font-size: 80%;
	/*font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";*/
	font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka‐等幅","sans-serif";
	/*font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka‐等幅","sans-serif";*/
	line-height: 150%;
	background-repeat: repeat-x;
	background-image: url(../img/base/background_under.gif);
}

/*.froat_l{
	float:left;
}

.froat_r{
	float:right;
}

*/
div.clear {
	clear:both;
}

img{
	margin:0;
	padding:0;
	border:none;
}

h1,h2,h3,h4,h5{
	margin:0;
	padding:0;
}

h3{
	width: 520px;
	height: 34px;
	font-size:110%;
	background-image: url(../img/base/h3_under.jpg);
	margin-top:20px;
	padding-left: 25px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position:0px -2px;
}

/*h4{
	width: 300px;
	height: 34px;
	font-size:110%;
	background-image: url(../img/base/h4_under.jpg);
	margin-top:20px;
	padding-left: 25px;
	padding-top: 3px;
	background-repeat: no-repeat;
	background-position:0px -2px;
}
*/
div#close{
	text-align: center;
}

p.center{
	text-align: center;
}

/*-------▲--初期設定--▲-----*/

/* ------------------------------------- 
 *	リンクの色設定
 * ------------------------------------- */

/*標準-リンク色指定
a:link    {color: #3a60ce; text-decoration: underline;}
a:visited {color: #27459e; text-decoration: underline;}
a:active  {color: #3a60ce; text-decoration: underline;}
a:hover   {color: #6f8adb; text-decoration: none;}
*/

/* pannkuzu */
div#pankuzu a:link    {color: #33a072; text-decoration: none;}
div#pankuzu a:visited {color: #33a072; text-decoration: none;}
div#pankuzu a:hover   {color: #31e197; text-decoration: none;}
div#pankuzu a:active  {color: #666666; text-decoration: none;}

/* left_navi*/
div#left_box a:link    {color: #555555; text-decoration: none;}
div#left_box a:visited {color: #555555; text-decoration: none;}
div#left_box a:hover   {color: #cccccc; text-decoration: none;}
div#left_box a:active  {color: #cccccc; text-decoration: none;}


/* left_navi_on*/
div#left_box .left_navi .icon_grey_on a:link {color: #33a072; text-decoration: none;}
div#left_box .left_navi .icon_grey_on a:visited {color: #33a072; text-decoration: none;}
div#left_box .left_navi .icon_grey_on a:hover   {color: #31e197; text-decoration: none;}
div#left_box .left_navi .icon_grey_on a:active  {color: #31e197; text-decoration: none;}



/* qanda */
div.qlist_q a:link    {color: #33a072; text-decoration: none;}
div.qlist_q a:visited {color: #33a072; text-decoration: none;}
div.qlist_q a:hover   {color: #31e197; text-decoration: none;}
div.qlist_q a:active  {color: #666666; text-decoration: none;}

/* pagetop */
div.pagetop a:link    {color: #555555; text-decoration: none;}
div.pagetop a:visited {color: #555555; text-decoration: none;}
div.pagetop a:hover   {color: #33a072; text-decoration: none;}
div.pagetop a:active  {color: #33a072; text-decoration: none;}

/* pagetop_top */
div#pagetop_top a:link    {color: #555555; text-decoration: none;}
div#pagetop_top a:visited {color: #555555; text-decoration: none;}
div#pagetop_top a:hover   {color: #33a072; text-decoration: none;}
div#pagetop_top a:active  {color: #33a072; text-decoration: none;}

/* pagetop2 */
div#pagetop2 a:link    {color: #555555; text-decoration: none;}
div#pagetop2 a:visited {color: #555555; text-decoration: none;}
div#pagetop2 a:hover   {color: #33a072; text-decoration: none;}
div#pagetop2 a:active  {color: #33a072; text-decoration: none;}


/*plan*/
div#plan_color a:link     {color: #33a072; text-decoration: none;}
div#plan_color a:visited {color: #33a072; text-decoration: none;}
div#plan_color a:hover   {color: #31e197; text-decoration: none;}
div#plan_color a:active  {color: #31e197; text-decoration: none;}

/*qanda*/
div#qanda_color a:link     {color: #33a072; text-decoration: none;}
div#qanda_color a:visited {color: #33a072; text-decoration: none;}
div#qanda_color a:hover   {color: #31e197; text-decoration: none;}
div#qanda_color a:active  {color: #31e197; text-decoration: none;}

/*close*/
div#close a:link     {color: #33a072; text-decoration: none;}
div#close a:visited {color: #33a072; text-decoration: none;}
div#close a:hover   {color: #31e197; text-decoration: none;}
div#close a:active  {color: #31e197; text-decoration: none;}

/* footer link */
.index_link a:link    {color: #555555; text-decoration: none;}
.index_link a:visited {color: #555555; text-decoration: none;}
.index_link a:hover  {color: #cccccc; text-decoration: none;}
.index_link a:active {color: #cccccc; text-decoration: none;}


/*コンテンツタイトル-リンク色指定*
#title a:link    {color: #000000; text-decoration: none;}
#title a:visited {color: #000000; text-decoration: none;}
#title a:active  {color: #000000; text-decoration: none;}
#title a:hover   {color: #000000; text-decoration: none;}

/* ------------------------------------- 
 *	文字のサイズ・色設定
 * ------------------------------------- */

/*強調文-リンク色指定*/
div.caution_1 {color: #FF0000; text-decoration: none;}
div.caution_2 {color: #FF0000; font-weight:bold;}

/*文字サイズ指定*/
div.text0_8em {font-size:0.8em;}
div.text0_6em {font-size:0.6em;}

div.suuji {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/*---レイアウト----*/
/* ---▼対象はdiv img  に使用▼---*/

ul.mtb_10 {
	margin-top:10px;
	margin-bottom:10px;
}
.mr_5{
	margin-right:5px;
}

.mr_15{
	margin-right:15px;
}

.ml_5{
	margin-left:5px;
}

.ml_10{
	margin-left:10px;
}

/* 090218 追加 */
.ml_20{
	margin-left:20px;
}

.ml_30{
	margin-left:30px;
}

.ml_40{
	margin-left:40px;
}

.ml_45{
	margin-left:45px;
}

.ml_60{
	margin-left:60px;
}
.ml_107{
	margin-left:107px;
}
/* 090218 ここまで */

.ml_14{
	margin-left:14px;
}

.ml_15{
	margin-left:15px;
}

.mb0pb0{
	margin-bottom:0px;
	padding-bottom:0px;
}

.mt0pt0{
	margin-top:0px;
	padding-top:0px;
}

.mlpl_0{
	margin-left:0px;
	padding-left:0px;
}
.mb_10{
	margin-bottom:10px;
}

.mb_20{
	margin-bottom:20px;
}

.mb_30{
	margin-bottom:30px;
}

.mt_13{
	margin-top:13px;
}

.mt_15{
	margin-top:15px;
}
/* ---▲対象はdiv img  に使用▲---*/

/*---▼header ▼---*/
div#wrapper {
	width: 840px;
	background-repeat: no-repeat;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	background-color: #FFFFFF;
}
div#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
}

img.headerimg_float_l{
	float:left;
	width:414px;
	padding-top: 6px;
}
div#search_box {
	font-size:80%;
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

div#google {
	float: right;
	width: 113px;
	margin:0px;
	padding:0px;
	font-size: 80%;
}

form#f_search {
	margin: 0px;
	padding: 0px;
}
div#h_navi {
	float: right;
	width: 320px;
}

div#h_navi ul {
	list-style:none;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: right;
}
div#h_navi li {
	/*float:left;*/
	display:inline;
	margin-left: 6px;
}



/*---▲ header ▲---*/

/*---▼g_navi ▼---*/

div#g_navi ul {
	list-style:none;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#g_navi li {	
	display: inline;
	margin:0px;
	padding:0px;
	/*float:left;*/
}
div#g_navi {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 23px;
}

div#g_navi li img {
	margin: 0px;
	padding: 0px;
	/*vertical-align:bottom;*/
}

/*---▲g_navi ▲---*/

/*---▼pankuzu ▼---*/
div#pankuzu {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

div#pankuzu ul {
	list-style:none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom:12px;
	padding-left: 0px;
	margin: 0px;
}
div#pankuzu  li {
	display: inline;
	/*float:left;*/
	margin-right: 12px;
	
}
/*---▲pankuzu ▲---*/

div#contents {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

/*---▼left_navi ▼---*/



div#left_box {
	float: left;
	width: 190px;
	background-image: url(../img/base/side_under.jpg);
	background-repeat: repeat-y;
}

div.left_navi {
	margin-top:10px;
    margin-bottom:20px;
	margin-left: 23px;

}

li.on_mouse{
	color:#33a072;
}

/* hack for IE6*/ 
*html div.left_navi {
	margin-left: 23px;
}

div.left_navi ul {
	list-style:none;
	padding-left:0px;
	margin-left:-9px;
}

/* hack for IE6*/ 
*html div.left_navi ul {
	list-style:none;
	padding-left:0px;
	margin-left:-10px;
}

div.left_navi li {
	padding-left: 25px;
	margin-top:5px;
	margin-bottom:5px;
	margin-right: 0px;
	
}

li.icon_green_a {
	background-image: url(../img/base/icon_green_a.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;

}

li.icon_green_aup {
	padding-top:10px;
	background-image: url(../img/base/icon_green_a.jpg);
	background-repeat: no-repeat;
	background-position:0px 11px;

}

li.icon_green_a_on {
	color:#33a072;
	background-image: url(../img/base/icon_green_a.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;

}

li.icon_green_a2 {
	background-image: url(../img/base/icon_green_b.jpg);
	background-repeat: no-repeat;
	background-position:0px 11px;

}

li.icon_green_a2_on {
	color:#ff0000;
	/*color:#33a072;*/
	background-image: url(../img/base/icon_green_b.jpg);
	background-repeat: no-repeat;
	background-position:0px 11px;

}

li.icon_brown_a {
	background-image: url(../img/base/icon_brown_a.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;
}

li.icon_brown_b {
	background-image: url(../img/base/icon_brown_b.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;
}

li.icon_brown_b_on {
	color:#33a072;
	background-image: url(../img/base/icon_brown_b.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;
}

li.icon_grey {
	background-image: url(../img/base/icon_grey_b.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;
}

li.icon_grey_on {
	color:#33a072;
	background-image: url(../img/base/icon_grey_b.jpg);
	background-repeat: no-repeat;
	background-position:0px 1px;
}


li.dot{
	padding-top:10px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 135px;
}



li.dot_up{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #cccccc;
	width: 135px;
	padding-bottom: 0px;
}

li.dot_down_land{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 135px;
}


img.side_banner{
	margin-bottom:15px;
	margin-left:14px;
}

/*---▼right_box ▼---*/

div#right_box {
	width: 545px;
	float: right;
	margin-left: 20px;
}
div.ｑ {
	font-size:120%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

div.qlist {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

div.qlist_q {
	font-size:100%;
	padding:0px;
	color: #33a072;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

img.q_img {
	float:left;
	width:24px;
	margin-right:15px;
	margin-bottom:10px;
}

img.qlist_img {
	float:left;
	width:24px;
	margin-right:15px;
	margin-bottom:5px;
}

img.a_img {
	float:left;
	width:24px;
	margin-right:15px;
	margin-bottom:0px;
}

div.a {
	font-size:100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
div#right_boxin_1 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.dotline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}

div.dotline135{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	padding:0px;
	margin-bottom: 5px;
	margin-top: 0px;
	width:155px;
}


/*---▲right_box▲---*/
/*---▼footer ▼---*/

div.pagetop {
	width: 115px;
	float:right;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: right;
}

div#pagetop2 {
	width: 115px;
	float:right;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: right;
}


div#pagetop_top {
	width: 115px;
	float:right;
	padding: 0px;
	margin-top: 150px;
	margin-bottom: 15px;
	text-align: right;
}

img.pagetop_img {
	width:18px;
	margin-right:5px;
	float:left;
}

div#footer ul {
	font-size:81%;
	list-style:none;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom:12px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 260px;
}
div#footer li {
	display:inline;
	/*float:left;*/
	margin-right: 12px;
}

li.line_center {
	padding-right:15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;
}
	


div#footer p {
	font-size:80%;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 20px;
}

div#footer {
	padding: 0px;
	margin-top: 15px;
}


/*---▲footer ▲---*/
.qa_sekkei_b {
	float: right;
	width: 120px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84C7A8;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #84C7A8;
	font-size: 110%;
	margin-bottom: 0px;
}

/* 090218 追加 Q&A ここから */

.a_photo_r {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}


.a_photo_l {
	float: left;
	padding-bottom: 5px;
	padding-right:5px;
}


.a_table_cap {
	text-align: left;
	margin-left: 10px;
}

.a_cap_s {
	font-size: 75%;
}

table.a_table {
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	padding: 0px;
	margin: 0px;
}

table.a15_table {
	border-top-style: solid;
	border-top-color: #333;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
	padding: 0px;
}

table.a16_table {
    font-size: 80%;
	padding: 0px;
}

.td01 {
	border-right-style: solid;
	border-right-color: #333;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
	padding: 5px;
}

.td02 {
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
	padding: 5px;
}

.td03 {
	border-right-style: solid;
	border-right-color: #333;
	border-right-width: 1px;
	padding: 5px;
}

.td04 {
	padding: 5px;
}

.td05 {
	border-left-style: solid;
	border-left-color: #333;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-right-width: 1px;
    border-top-style: solid;
	border-top-color: #333;
	border-top-width: 1px;
	padding: 3px;
}

.td06 {
	border-right-style: solid;
	border-right-color: #333;
	border-right-width: 1px;
    border-top-style: solid;
	border-top-color: #333;
	border-top-width: 1px;
	padding: 3px;
}

.td07 {
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	padding: 3px;
}

.td08 {
	border-right-style: solid;
	border-right-color: #333;
	border-right-width: 1px;
    border-top-style: solid;
	border-top-color: #333;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
	padding: 3px;
}

.td09 {
	padding-top: 3px;
}

.td10 {
	border-right-style: solid;
	border-right-color: #333;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
	padding: 3px;
}

.td11 {
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-bottom-width: 1px;
	padding: 3px;
}

.td12 {
	border-right-style: solid;
	border-right-color: #333;
	border-right-width: 1px;
	padding: 3px;
}

.td13 {
	padding: 3px;
}
.bold { font-weight: bold; }

.txt_box { 
	border-style: solid; 
	border-width: 2px;
	font-weight: bold; 
	float:left
}
.under { 
	text-decoration: underline; 
	font-weight: bold;
}

div#a19_midashi {
	padding: 0px;
}

.a19_txt {
	margin-top: 5px;
	text-align: right;
	float: right;
}

#a15_td_bg {
	background:url(../../technique/basic/koukannkui/img/a15_img1.gif) top no-repeat;
	height: 40px;
}
#a19_20_td_bg {
	background:url(../../technique/basic/koukannkui/img/a19_20_img.gif) top left no-repeat;
}

/* 090218 追加 Q&A ここまで */
#wrapper #contents #left_box .left_navi .icon_green_a #plan_color {
	color: #00FF00;
}

#main_contents {
	width: 760px;
}
#site_map_title{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 30px;
}

/* 090218 追加 Q&A ここまで */
#wrapper #header #search_box form {
	margin: 0px;
	padding: 0px;
}
#serch_set {
	float: right;
	width: 300px;
}
