@charset "utf-8";
/* CSS Document */
*{
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

body{
	font-size: 14px;
	color: #000;
	background-color: #F7F7F7;
	line-height: 1.5em;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#head {
	margin: 0px;
	padding: 0px;
	height: 93px;
	width: 750px;
	background-position: right;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 126px;
	width: 766px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
	background-position: right;
}
#wrapper {
	background-color: #FFFFFF;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px none #003366;
	padding: 0px;
	background-image: url(../image/menu/gray_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


h1,h2,h3,h4,h5,h6,em,strong,address{
font-size: 1em;
font-weight: normal;
font-style: normal;
}

a{
color: #333333;
text-decoration: none;
}
.cons {
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
	font-size: 14px;
}

#main {
	margin: 0px;
	float: right;
	width: 510px;
	text-align: left;
	height: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#main_c {
	margin: 0px;
	width: 710px;
	text-align: left;
	height: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}
.tx12_g {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.2em;
	color: #666666;
}

#menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
	height: auto;
	text-align: left;
	background-color: #CCCCCC;
}
#contents {
	height: auto;
	width: 750px;
	background-image: url(../image/menu/orange_bargif.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer {
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 12px;
	color: #666666;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #CCCCCC;
	margin: 0px;
}
.tx14 {
	font-size: 14px;
	line-height: 1.5em;
}
.tx15 {
	font-size: 15px;
	line-height: 1.5em;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
	margin-right: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#main p {
	font-size: 14px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	text-indent: 1em;
	padding-bottom: 10px;
}
.sub {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	padding-left: 15px;
	padding-top: 10px;
	background-image: url(../image/sercle_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.abc {
	list-style-type: lower-alpha;
	padding-left: 60px;
}
.iii {
	list-style-type: lower-roman;
	padding-left: 60px;
}
.bright {
	padding-left: 30px;
}
.suuji {
	list-style-type: decimal;
	font-size: 14px;
	list-style-position: outside;
	padding-left: 40px;
}
.cercle {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	list-style-type: disc;
	margin-left: 20px;
	list-style-image: url(../image/sercle_blue.gif);
}


table.t1{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	padding-right: 2px;
	padding-bottom: 2px;
}
.t1 th{
	color:#000000;
	background-color:#666666;
	padding:0.3em 1em;
	text-align:center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.t1 td{
	padding:0.3em 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.tx_greet {
	text-indent: 1em;
	padding-right: 20px;
	padding-left: 20px;
}
.left {
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
table.t2{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-left-color: #666666;
	padding-right: 2px;
	padding-bottom: 2px;
}
.t2 th{
	color:#000000;
	background-color:#666666;
	padding:0.3em 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.t2 td{
	padding:0.3em 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	text-align: left;
}
.conferences {
	font-weight: normal;
	padding: 0px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 300px;
}
.conferences a:link {
	color: #0066CC;
}
.conferences a:hover {
	color: #333333;
	background-color: #FFBBBB;
}
.conferences a:visited {
	color: #0066CC;
}
.to_tx {
	font-size: 12px;
	list-style-type: disc;
	list-style-image: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-position: outside;
}
.link {
	font-weight: normal;
	padding: 0px;
	color: #F00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 120%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.link a:link {
	color: #0066CC;
}
.link a:hover {
	color: #333333;
	background-color: #FFBBBB;
}
.link a:visited {
	color: #0066CC;
}
.caution {
	background-color: #FFF2F0;
	padding: 5px;
	border: 1px dashed #993300;
}
.HBV {
	font-size: 14px;
	font-weight: bold;
}
.cons a:link {
	color: #0066FF;
}
.cons a:hover {
	color: #333333;
	background-color: #FFBBBB;
}
.cons a:visited {
	color: #0066CC;
}
#category {
	background-color: #333399;
	display: block;
	text-indent: 20px;
	color: #FFCC00;
	font-weight: bold;
	padding: 3px;
	margin-top: 5px;
}
.px_12blue {
	font-size: 12px;
	color: #0033CC;
}
.px_10 {
	font-size: 10px;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	display: block;
}
.froat_right {
	float: right;
}
.froat_left {
	float: left;
	clear: both;
}
.froat_left_w110 {
	float: left;
	clear: both;
	width: 110px;
}
#table_set {
border-collapse:collapse;
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #000000;
}
.col_red_b {
	font-weight: bold;
	color: #900;
}

.left {
	text-align: left;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box_center {
	text-align: center;
	display: block;
}



#mainBoxFull {
	margin: 0px;
	padding: 20px;
	text-align: left;
}




.box_kakomi01 {
	border: thin dotted #036;
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 1.5em;
}
.box_kakomi02 {
	border: 1px solid #036;
	display: block;
	margin: 5px;
	padding: 10px;
	line-height: 1.5em;
}
.box_kakomi03 {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 5px;
	line-height: 1.5em;
	margin-bottom: 30px;
	margin-top: 20px;
}
.smaller_red {
	font-size: smaller;
	color: #F00;
}
.smaller {
	font-size: smaller;
}

.col_red {
	color: #FF0000;
	font-size: large;
}
.DL_word {
	background-image: url(/ninteikikou/image/point/word_icon.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	display: block;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.DL_exel {
	background-image: url(/image/point/ico_ex.jpg);
	background-repeat: no-repeat;
	text-indent: 20px;
	display: block;
	background-position: left center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.DL_PDF{
	background-image: url(../image/pdficon.gif);
	background-repeat: no-repeat;
	text-indent: 40px;
	display: block;
	vertical-align: middle;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
}

