body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
body {
	text-align:left;
	/*background-image: url(base.jpg);*/
	background-repeat: repeat-x;
	margin: 0px;
}
a{
	color: #039;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	/*background-color: #FF9;*/
}
input[type="submit"],
input[type="button"]{
	cursor:pointer;
}
input[type="image"]{
	cursor:pointer;
	display: inline;
	border:0;
}
input[type="image"]:hover
{
	opacity:0.7;
}
input[type=text],
input[type=number],
select {
	border: 1px solid #A2D0FF;
	background-color:#FFF;
	vertical-align:middle;
	margin:3px;
	padding: 0.3em;
}
input[type=password]{
	border: 1px solid #A2D0FF;
	background-color:#FFF;
	vertical-align:middle;
	margin:3px;
	padding: 0.3em;
}

textarea {
	border: 1px solid #A2D0FF;
	background-color:#FFF;
	ime-mode: active;
	vertical-align:middle;
	margin:3px;
	padding: 0.3em;
}

.setsubmit{
	font-size: 1em;
	line-height: 1.8em;
	padding-right: 1em;
	padding-left: 1em;
	height: 2.2em;
	border: 1px solid #0085ca;
	display: inline;
	background-color:#004b87;
	color:#FFFFFF;
}
.setsubmit:hover{
	opacity:0.7;
}
.setsubmitfin{
	font-size: 1em;
	line-height: 1.8em;
	padding-right: 1em;
	padding-left: 1em;
	height: 2em;
	border: 1px solid #e35205;
	display: inline;
	background-color:#e35205;
	color:#FFFFFF;
}
.setsubmitfin:hover{
	opacity:0.7;
}
.setsubmitfin2{
	font-size: 1em;
	line-height: 1.8em;
	padding-right: 1em;
	padding-left: 1em;
	height: 2em;
	border: 1px solid #e35205;
	display: inline;
	background-color:#f7a800;
	color:#FFFFFF;
}
.setsubmitnext{
	font-size: 1em;
	line-height: 1.8em;
	padding-right: 1em;
	padding-left: 1em;
	height: 2em;
	border: 1px solid #0085ca;
	display: inline;
	background-color:#b9d9eb;
	color:#001e46;
}
.setsubmitnext:hover{
	opacity:0.7;
}
.setsubmiprev{
	font-size: 1em;
	line-height: 1.8em;
	padding-right: 1em;
	padding-left: 1em;
	height: 2em;
	background-color:#ffcd00;
	border: 1px solid #f7a800;
}
.setsubmiprev:hover{
	opacity:0.7;
}
.asetsubmit{
	font-size: 12px;
	line-height: 23px;
	border: 1px solid #FFF;
	display: inline;
	background-color:#004b87;
	color:#FFFFFF;
	background-repeat: repeat-x;
	height: 22px;
	border: 1px solid #0085ca;
	width: 70px;
}
.asetsubmitfin{
	font-size: 12px;
	line-height: 23px;
	background-color:#f7a800;
	color:#000;
	height: 22px;
	border: 1px solid #999;
	width: 70px;
}
.asetsubmitfin2{
	font-size: 12px;
	line-height: 23px;
	background-color:#f7a800;
	color:#000;
	height: 22px;
	border: 1px solid #999;
	width: 70px;
}
.asetsubmitnext{
	font-size: 12px;
	color:#036;
	line-height: 23px;
	background-color:#b9d9eb;
	height: 22px;
	border: 1px solid #999;
	width: 70px;
}
.asetsubmiprev{
	font-size: 12px;
	color:#000;
	line-height: 23px;
background-color:#ffcd00;
	height: 22px;
	border: 1px solid #f7a800;
	width: 70px;
}
p{
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
}

form { margin: 0px; }
table {
	border-collapse: collapse;
	/*border-spacing: 10;*/
	clear: both;
	margin-bottom:5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #fffbef;
	color: #000;
}
table tr th
{
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	background-color: #5b7f95;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 3px;
}
table tr td{
	font-size: 1em;
	color: #000;
	text-align:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 3px;
	background-color: #fff;
}
#noborder {
	border:0;
}
#noborder table {
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
    border-bottom: 0px solid #999999;
    border-left: 0px solid #999999;
	margin-bottom:0px
	background-color: #ffffff;
}
#noborder tr th{
	font-size: 1em;
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
	font-weight: normal;
	background-color: #000;
	background-color: #ffffff;
}
#noborder tr td{
	font-size: 1em;
	border-top: 0px solid #999999;
	border-right: 0px solid #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #333;
	font-weight: normal;
	background-color: #ffffff;
}
input,
select,
textarea {
    border: 1px solid #ccc;
    /*background-color: #fff;*/
    font-size: 1em;
    ime-mode: active;
	vertical-align:middle;
}

input.disabled {
    ime-mode: disabled;
}

input[type="radio"],
input[type="checkbox"] {
	border: none;
	vertical-align:middle;
}
input[type="submit"],
input[type="reset"],
input[type="button"]{
	cursor:pointer;
	display: inline;
	vertical-align:middle;
}
input:focus,
select:focus,
textarea:focus {
    background-color: #e2f7ff;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	border: 1px solid #CCC;
}
#main20 {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main200 h2{
	font-size: 1.2em;
	color: #036;
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #036;
	text-align:left;
}
#maincont {
	margin-right: auto;
	margin-left: auto;
}
#slder {
	width: 770px;
		margin-right: auto;
	margin-left: auto;
}
#main1 {
	font-size: 1em;
	line-height: 1.4em;
	color: #FFF;
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top:10px;
	margin-bottom:5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #039;
	padding: 5px;
	text-indent: 10px;
}
#main2 {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	margin-top:10px;
}
.redtxt {
	color: #900;
	font-size: 0.8em;
}
.redtxtm {
	color: #F00;
	font-size: 0.8em;
}
.redtxtL {
	color: #F00;
	font-size: 1em;
	line-height: 1.2em;
}
.tcenter {
	text-align:center;
}
.tright {
	text-align:right;
}
.tleft {
	text-align:left;
}
#slide {
	height: 570px;
	width: 770px;
	position: relative;
	margin-right: auto;
	margin-left: auto;	
}
img {
	border:0;
}
#apDiv1 {
	position:absolute;
	width:770px;
	height:570px;
	z-index:1;
	left: 0;
	top: 0;
}
#box1 {
	width:770px;
	height:570px;
	display: none;
	border: 1px solid #CCC;
}
#leftbtn {
	float: left;
	margin-top: 270px;
}
#footer {
	background-color: #0085ca;
	background-image: url(../image/foot_fig.jpg);
	background-repeat: no-repeat;
		background-position:right bottom;
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top:20px;
}
#topleft {
	height: 334px;
	width: 380px;
	border: 1px solid #CCC;
	float: left;
}
#topleft h2{
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	background-image: url(../image/top1.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 200px;
	margin-top:20px;
	margin-bottom:20px;
}
#topright {
	height: 334px;
	width: 380px;
	border: 1px solid #CCC;
	float: right;
}
#topright h2{
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
	background-image: url(../image/top2.jpg);
	background-repeat: no-repeat;
	text-indent: -5000px;
	width: 230px;
	margin-top:20px;
	margin-bottom:20px;
}
#rightbtn {
	float: right;
	margin-top: 270px;
}
#trmain {
	background-color: #EEE;
	padding: 10px;
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #CCC;
	text-align:left;
	line-height: 1.4em;
	font-size: 1em;
	color: #036;
}
#tsub {
	background-color: #FFF;
	margin: 10px;
	padding: 10px;
}
#header {
	background-color: #001e46;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
	background-image: url(../image/header10.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	text-indent:20px;
	padding-top:10px;
	margin-bottom:5px;

}
#header60 {
	background-color: #001e46;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	background-image: url(../image/header10.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	text-indent:20px;
	padding-top:5px;
	margin-bottom:5px;

}

#headers {
	text-align: right;
	background-color: #FFF;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: auto;
	margin-left: auto;
	height: 179px;
	background-image: url(../image/header2.jpg);
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#header20{
	width: 900px;
	background-image: url(../image/header111.jpg);
	background-repeat: no-repeat;
	height:32px;
		margin-top:10px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
}
#header2 {
	text-align: right;
	background-color: #EEEEEE;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	line-height: 36px;
	padding-right: 50px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#maintxt {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
}
#intext {
	height: 93px;
	margin-right: 10px;
	margin-left: 250px;
	text-align:left;
	padding-top:10px;
}
#intexta {
	height: 93px;
	margin-right: 10px;
	margin-left: 250px;
	text-align:center;
	padding-top:10px;
}


#sendpass {
	line-height: 1.4em;
	background-color: #E6FFFF;
	padding: 10px;
	width: 480px;
	border: 1px solid #039;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 1em;
}
#sendpass h2{
	text-align: center;
	font-weight: bold;
	color: #006;
	margin: 0px;
	font-size: 1em;
	line-height: 2.2em;
}
h3 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
	color: #036;
	background-color: #EFEFEF;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	/*padding-left: 10px;*/
		text-indent:-2em;
	padding-left:2.8em;
	border: 1px dotted #CCC;
}
h4 {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #039;
	margin-top: 20px;
	margin-bottom: 20px;
}
#FloatEnd {
	clear:both;
}
#lstyle {
	margin-bottom:5px;
	text-indent:-1.6em;
	padding-left:1.6em;
}
.lstyle {
	margin-bottom:5px;
	text-indent:-1.6em;
	padding-left:1.6em;
}
#kaitou {
	background-color: #e8e8e7;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
#seikai {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #036;
	background-color: #EFEFEF;
	padding: 5px;
	width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
	border: 1px solid #CCC;
}
#parc {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #036;
	background-color: #E1FFFF;
	padding: 10px;
	border: 1px solid #F00;
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px dotted #CCCCCC;
	position: relative;
	z-index:10;
}
#parc2 {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	background-color: #ffcd00;
	padding: 10px;
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	border: 1px dotted #FC6;
	position: relative;
	z-index:10;
}
#parc3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #036;
	background-color: #E1FFFF;
	padding: 5px;
	border: 1px solid #F00;
	width: 160px;
	text-align: center;
	margin-bottom: 1px;
	border: 1px dotted #CCCCCC;
	position: relative;
	z-index:10;
	margin-top: 5px;
	margin-right: auto;
}
#ptitle {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #004b87;
	background-color: #b9d9eb;
	width: 780px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	position: relative;
	z-index:10;
	text-indent: 20px;
	height: 30px;
	margin-top: 10px;
}
#kojin {
	padding: 10px;
	height: 400px;
	overflow: scroll;
	text-align: left;
	line-height: 1.4em;
	border: 1px solid #CCC;
	color: #000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#kojin p{
	font-size: 1em;
	line-height: 1.6em;
}
#kojin h2{
	text-align: left;
	font-weight: bold;
	color: #036;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #036;
	font-size: 1em;
}
#kojin dt{
	text-align: left;
	font-weight: bold;
	color: #036;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #036;
	font-size: 1em;
}
#kojin dd{
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
	margin: 0px;
}
#kojin2 {
	line-height: 1.6em;
	color: #333;
	padding: 5px;
	border: 1px dotted #CCC;
}
#kojin2 ol{
	color: #000;
	margin-left: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1.6em;
	margin-bottom: 0px;
}
#kojin2 ol li{
	color: #000;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#maintxt0 {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	margin-bottom: 20px;
	background-color:#b9d9eb;
	height: 103px;
	width: 772px;
}
.toptbl {

}
.toptbl table {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	height: 90px;
	width: 772px;
	border-collapse: collapse;
	/*border-spacing: 10;*/
	clear: both;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #b9d9eb;
	color: #000;
}
.toptbl table tr th {
	font-weight: normal;
	background-color: #004b87;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	text-align:center;
	padding: 5px;
	width:200px;
	font-size:1.6em;
}
.toptbl table tr td {
	font-weight: normal;
	background-color: #b9d9eb;
	text-align:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	padding: 10px;
}

#maintxt1 {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	background-color:#b9d9eb;
	height: 103px;
	width: 772px;
}
#maintxt2 {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	background-color:#b9d9eb;
	height: 103px;
	width: 772px;
}
#maintxt3 {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	background-color:#b9d9eb;
	height: 103px;
	width: 772px;
}
#maintxt4 {
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-align: left;
	margin-bottom: 20px;
	background-color:#b9d9eb;
	height: 103px;
	width: 772px;
}
#foot2 {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 5px;
	color:#FFF;
	line-height:1.4em;
}
#foot2 a{
	color:#FFF
}
#smain {
	text-align: left;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
}
#smain p{
	font-size: 1em;
	line-height: 1.6em;
}
#smain h2{
	text-align: left;
	font-weight: bold;
	color: #036;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #036;
	font-size: 1em;
}
#smain dt{
	text-align: left;
	font-weight: bold;
	color: #036;
	text-indent: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #036;
	font-size: 1em;
}
#smain dd{
	font-size: 1em;
	line-height: 1.6em;
	color: #000;
	margin: 0px;
}
#smain2 {
	line-height: 1.6em;
	color: #333;
	padding: 5px;
	border: 1px dotted #CCC;
}
#smain2 ol{
	color: #000;
	margin-left: 1.6em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1.6em;
	margin-bottom: 0px;
}
#smain2 ol li{
	color: #000;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
#text1 {
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	font-size: 1em;
	line-height: 1.6em;
	position: relative;
	color: #000;
}
#text1 p{
	font-size: 1em;
	line-height: 1.8em;
	margin-bottom: 10px;
}
#text1 h2{
	font-size: 1.2em;
	color: #036;
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #036;
}
#text1 h3{
	font-size: 1em;
	color: #036;
	text-indent: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #900;
	background-color: #FFF;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	font-weight: bold;
}
#text1 dl{
	font-size: 1.1em;
	color: #036;
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#text1 dt{
	font-size: 1.1em;
	color: #036;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin: 0px;
	line-height: 1.6em;
}
#text1 dd{
	font-size: 1em;
	line-height: 1.6em;
	color: #036;
	text-indent: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#text1left {
	text-align: left;
	width: 370px;
	float: left;
}
#text1right {
	text-align: left;
	width: 370px;
	float: right;
	font-size: 1em;
	line-height: 1.8em;
}
#text1right h2{
	font-size: 1.2em;
	color: #036;
	text-indent: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #036;
}
#text20 {
	font-size:1.0em;
	line-height: 1.6em;
	color: #000;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align:left
}
#adtxt {
	text-align: left;
	width: 772px;
	margin-right: auto;
	margin-left: auto;
}
#ngcomt {
	text-align: left;
	padding: 10px;
	width: 500px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px dotted #CCC;
}
#ngcomt #ng1{
	font-weight: bold;
	color: #039;
	margin-bottom: 5px;
}
#ngcomt #ng1comt{
	margin-bottom: 5px;
}
#ngcomt10 {
	color: #333;
	background-color: #e8e8e7;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px dotted #CCC;
	line-height: 1.6em;
}
a img:hover{
	opacity:0.7;
	
}
