/* ----- 全体構造 ----- */
/* -----------------ページマージン等//-------------------*/
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;	
	font-size: 75%; color: #333333;
}

/* -----------------//
background-color: #fff;
//-------------------*/


/* ----- リンクの設定 ----- */
A:link { color: #B400FF;
text-decoration: none; }
A:active { color: #FF0000;
text-decoration: none; }
A:visited { text-decoration: none; }
A:hover { color: #FF6000;
text-decoration: none; }


a.type1 { color:#fff; font-size:90%; }
a:hover.type1 { color:#E4FF00; }
a:visited.type1 { text-decoration: none; }


a.type2 { color:#fff; font-size:90%; }
a:hover.type2 { color:#00FFFC; }
a:visited.type2 { text-decoration: none; }


a.type3 { color:#fff; font-size:90%; }
a:hover.type3 { color:#E4B4FF; }
a:visited.type3 { text-decoration: none; }


/* ----- グローバルナビゲーション ----- */
.pan_navi {font-size:85%; line-height:160%;}

/* ----- 文字サイズ ----- */
.size1 {font-size:85%; line-height:120%;}
.size2 {font-size:90%; line-height:120%;}
.size3 {font-size:100%; line-height:160%;}
.size4 {font-size:120%; line-height:140%;}
.size5 {font-size:10px;}
.size6 {font-size:12px;}


/* ----- 見出しの設定 ----- */
h1 { font-size: 110%; margin: 0; line-height:100%;} /* 大見出し */

h2 { font-size: 110%; margin: 0; line-height:100%;} /* 中見出し */

h3 { font-size: 105%; color: #000000; font-weight: bold;  margin: 0; line-height:110%;} /* 小見出し */

h4 { font-size: 100%; color: #000000; font-weight: normal;  margin: 0; line-height:110%;} /* 小見出し */

ul{	line-height: 150%;}
	
.m00{list-style-type:none}  /*	リストタイプ　無し	*/
.m01{list-style-type:disk}   /*	リストタイプ　・	*/
.m02{list-style-type:decimal}   /*	リストタイプ　1,2,3 数字	*/
.m03{list-style-type:square;}   /*	リストタイプ　四角 ■	*/
.m04{list-style-type:square;
margin-left:3% ; 
margin-top:1%;
margin-bottom:1%; line-height: 100%;}   /*	リストタイプ　四角 ■	幅なしバージョン*/

li{	line-height: 150%;}

.box_01 {
	border-width: 1;
	background-color: #FFFFFF;
	padding: 5px;
	border-style: dotted;
	border-color: #999999;
	border-width: 1pt;
	}

	
	
/* ----- テーブルの設定 ----- */
td.box1 {background-color:#fff; border:#ccc thin solid;}

td.box2 {background-color:#fff; border-width:1px 1px 1px 1px;
border-color:#ccc;
border-style:solid;}

td.box3 {background-color:#fff; border-width:0px 0px 1px 0px;
border-style:solid;
border-color:#ccc;}

/* ----- 段落の設定 ----- */
p.small{ margin: 0; line-height:120%;}

p.midium{ margin: 0; line-height:160%;}


/* ----- フッタの設定 ----- */
#copyright {margin-bottom:50px;}
.text_white {
	color: #FFFFFF;
}
.underline_grey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.underline_grey_dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.box_job {
	color: #666666;
	margin: 1px;
	padding: 3px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.red {
	color: #990000;
}

.voice_lead {
	font-size:12px;
	color:#666666;
	line-height: 20px;	
}

.voice_question {
	font-size:12px;
	color:#EAB412;
	font-weight:bold;
	line-height: 20px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #EAB412;
	clear:both;
}

.voice_answer{
	font-size:12px;
	color:#666666;
	line-height: 20px;
}

.capsul {
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #999999;
}
.box_empty {
	padding: 5px;
}
.box_gray {
	font-size: 10px;
	background-color: #CCCCCC;
	padding: 5px;
	border: none;
}
.box_gray_narrow {
	font-size: 10px;
	background-color: #CCCCCC;
	padding: 1px 5px;
}
.box_shade {
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size:12px;
	line-height:20px;
}
div.box_shade img {
	float:left;
	margin:10px;
}
div.box_shade h5 {
	font-size:12px;
	font-weight:bold;
}

div.image {
	float:left;
	border:#999999 solid 1px;
	margin:10px 10px 10px 0px;
}

	