/***********************************************/
/* 基本設定・バックグラウンド設定 */
body {
	background-color: #FFFFFF;	/*背景色*/
	font-family:"ＭＳ ゴシック", "Osaka‐等幅", "Hiragino Kaku Gothic Pro";
/*	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS P Gothic", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;*/
	color:#333333;		/*基本文字色の設定*/
	margin:0px;
	}

a:hover {color:#FF3300 ; text-decoration: underline}
a { color: #FF3300; text-decoration: none}

p{line-height:1.4em;}

li{margin-bottom:10px ;
line-height:1.4em;}
ol{margin-top:5px ;}
td{	font-size:0.9em;}

dt {
	font-weight: bold;
}
dd {padding-bottom: 10px;
}


/***********************************************/
/* ▼ライン設定▼ */

	/*フッタブロックの定義*/
	.line {
	margin-top: 10px;
	border-bottom-width:2px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:dotted;
	border-color:#779CE1;
	}
	
	
	/*フッタブロックの定義*/
	.lineGRAY {
	margin-top: 10px;
	border-bottom-width:1px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-style:dotted;
	border-color:#999999;
	}
	
	
	
/***********************************************/
	.kakomiNomal {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border-style:solid;		/*ヘッダ部分の罫線タイプ*/
	border-color:#999999;
	border-width:1px;
	padding:0px;
	width:500px;
	}

	.kakomi {
	margin-top:10;
	margin-bottom:10;
	margin-left:0;
	margin-right:0;
	border-style:dotted;		/*ヘッダ部分の罫線タイプ*/
	border-color:#999999;
	border-width:1px;
	padding-bottom:15;
	padding-top:15;
	width:500;
	}

	
	
	.kakomiTB {
	margin-top:10;
	margin-bottom:10;
	
	border-style:dotted;		/*ヘッダ部分の罫線タイプ*/
	border-color:#999999;
	border-bottom-width:1px;
	border-top-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	padding-bottom:10;
	padding-top:10;
	width: 500;
	}



/***********************************************/
.toroku{
	background-image:url(img/bg_blue.gif);
	font-size:0.8em; 
	padding:5px;
	}

.okuri{line-height:1.6em;}

/***********************************************/

.indent{
margin-left:20px;
margin-top:-12px;
line-height:1.4em;
}

.jimusho{
padding:7px ;
line-height:1.4em;
}


/***********************************************/
.Glink{
	font-size:1.0em;
	color: #333333;
}
.Glink a{ color:#333333; text-decoration: none}
.Glink a:hover{color:#FF3300 ; text-decoration: underline}

/***********************************************/
.sandouname{
	font-size:1.0em;
	color: #333333;
	text-decoration: underline ;
}
.sandouname a{  color:#FF3300;}
.sandouname a:hover{color:#FF3300 ;}


/***********************************************/
.listCircle{list-style-type: circle;}

/*（１）など、全角3文字分のインテンドリスト*/
ul .list3words, ol .list3words, ul .list2words, ol .list2words, ul .list1words, ol .list1words
{list-style-type: none;}

.list3words{
	line-height:1.6;
	list-style-type: none;
	margin-left:3em;
	margin-bottom:5px;
	text-indent:-3em;
}

/*（1）など、全角の括弧と半角の文字のインテンドリスト*/
.list2words{
	line-height:1.6;
	list-style-type: none;
	margin-left:2.5em;
	margin-bottom:5px;
	text-indent:-2.5em;
}

.indext1words{margin-left:1em;}
.indext2words{margin-left:2em;}
.indext3words{margin-left:3em;}
.indext4words{margin-left:4em;}

/*質疑の（労）や（事務局）などのTDに使用します*/
.shitsugi{padding-right:5px;text-align:right;vertical-align:top;width:100px;}

/*（１２３）など、全角5文字分のインテンドリスト
.list5words{
	line-height:1.6;
	list-style-type: none;
	margin-left:5em;
	margin-bottom:5px;
	text-indent:-5em;
}

１２３）など、全角6文字分のインテンドリスト
.list6words{
	line-height:1.6;
	list-style-type: none;
	margin-left:6em;
	margin-bottom:5px;
	text-indent:-6em;
}

*/


/*（）［］などインテンドリスト*/
.listindent{
	line-height:1.6;
	list-style-type: none;
	margin-left:25px;
	margin-right:5px;
	margin-bottom:10px;
	text-indent:-25px;
}

/*○　●　・などインテンドリスト*/

.list1words{
	line-height:1.6;
	list-style-type: none;
	margin-left:1em;
	margin-bottom:5px;
	text-indent:-1em;
}


/***********************************************/

/* ▼マージンの設定▼ */
	.pad10{
	padding:10px ;
	}

	.mar0pad0{
	margin:0px ;
	padding:0px ;
	}

	.mar10{
	margin:10px ;
	}

	.mar20{
	margin:20px ;
	}

	.mar05btm{
	margin-bottom:5px ;
	}

	.mar20btm{
	margin-bottom:20px ;
	}

	.mar15btm{
	margin-bottom:15px ;
	}

	.mar10btm{
	margin-bottom:10px ;
	}

	.mar20left{
	margin-left:20px ;
	}

	.mar20leftpad10{
	margin-left:20px ;
	padding-left:5px ;
	}

	.mar10leftpad10{
	margin-left:10px ;
	padding-left:5px ;
	}

	.mar30left{
	margin-left:30px ;
	}

	.mar05h{
	margin-top:5px ;
	margin-bottom:5px ;
	}

	.mar10h{
	margin-top:10px ;
	margin-bottom:10px ;
	}

	.mar05w{
	margin-left:5px ;
	margin-right:5px ;
	}
	
	.mar15w{
	margin-left:15px ;
	margin-right:15px ;
	}

	
	
/***********************************************/

.colorYellow{color:#FFCC00;}

.colorGreen{color:#7BBB51;}

.colorRed{color:#FF3300;}

.colorblue{color:#527DD4;}


/***********************************************/
.link { font-size: 12px; line-height: 17px; text-decoration: none; color: # }
.dai { font-size: 16px; line-height: 22px}
.sho { font-size: 10px; line-height: 14px; text-decoration: none }
.uline {  text-decoration: underline}
.link_sho { font-size: 10px; line-height: 14px; text-decoration: none; color: #333333 }
.cap { font-size: 12px; text-decoration: none }
.tokudai { font-size: 18px; line-height: 24px; font-weight: bold}
.chu2 { font-size: 14px}
.chu {  font-size: 14px; line-height: 20px; text-decoration: none}
.touhaba { font-size: 14px; font-family: "ＭＳ ゴシック", "Osaka−等幅"}
