@charset "UTF-8";

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	/*background:#F6F6F6;*/
	background:#FFFFFF;
	font-size:74.5%;
	font-family:verdana, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "lr oSVbN", "MS PGothic", Sans-Serif;
	color:#EAEAEA;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}
/*
input, textarea {
	background: #E4FFCA;
	font: lighter 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

input {
}
*/
h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2 {
	font-weight: bold;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #666666;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.0em;
	color: #666666;
}

p {
	margin:0 0 1em;
}

li {
	list-style:none;
	line-height: 1.3;
}

img,
fieldset {
	border:0;
}
/*
submit{
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #0099FF;
}
*/
/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*min-width: 140px;
  max-width: 140px;*/
  width: 100%;
}

/*
form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}
*/



form div {
clear: left;
}

form div label {
float: left;
width: 140px;
text-align: right;
}

.clearfloat { clear: both; }

/*----------------
form div.submit {
	width: 100%;
	text-align: center;
}

form div.submit div {
  float: left;
  text-align: left;
  width: auto;
  padding: 0;
  margin: 0;
}
*/
#noline {

}

#noline table {
	background: #fff;
	color: #333;
	border:none;
	width: 100%;
	float: left;
}
#noline th {
	background: #f2f2f2;
	text-align: center;
	border:none;
	width: 20%;
}
#noline table tr td {
	background: #fff;
	border:none;
}

#back_g {

}

#back_g table {
	background: #990000;
	color: #333;
	border:none;
	width: 100%;
	float: left;
}
#back_g th {
	background: #f2f2f2;
	text-align: center;
	border:none;
	width: 20%;
}
#back_g table tr td {
	background: #E3E3E3;
	border:none;
}







/*form*/
.form-area{margin-top:25px}
.form-index{font-size:125%; border-left:6px solid #5BA411; padding-left:6px; font-weight:bold; margin-bottom:15px}
.form-attention{margin-bottom:5px}
.g-square{color:#5BA411}
table.form-a{border-top:1px solid #DDD; border-bottom:0; border-left:0; border-right:0; width:100%}
.form-a th{border-bottom:1px solid #DDD; border-top:0; border-left:0; border-right:0; background-color:#FFF; padding:8px 0; font-weight:normal; vertical-align:top}
.form-a td{border-bottom:1px solid #DDD; border-top:0; border-left:0; border-right:0; background-color:#FFF; padding:8px 0 8px 10px}
.form-a span{margin-left:5px}
.form-a p{margin:0; padding:0}
table.form-b{border:0; width:100%}
.form-b th{border:0; padding:8px 0; background-color:#FFF;  font-weight:normal; vertical-align:top; width:150px}
.form-b td{border:0; padding:8px 0 8px 10px}
.error-message{color:#FF0000; font-weight:bold; margin-bottom:5px}
/*--------------------
.form-submit{margin-top:10px; text-align:center}
.form-submit span{margin-left:10px}
.submit{margin-bottom:20px}
.form-submit-top{margin:0}
*/


















/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	font-weight: lighter;
}

a:link {
	font-weight: lighter;
}

a:visited {
	font-weight: lighter;
}

a:hover {
	font-weight: lighter;
}

a:active {
	font-weight: lighter;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	width:1000px;
	margin:0px auto 0;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

#container800 {
	width:800px;
	margin:0px auto 0;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 15px;
}

#container_sys {
	/*width:900px;*/
	width:1200px;
	margin:0px auto 0;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 15px;
	padding-left: 5px;
}

/*-----------------------------------------------
 __subtitle
-----------------------------------------------*/

#subtitle {
	text-align: right;
	padding: 0px;
	height: 30px;
	background-color: #99CCFF;
	display: block;
	clear: both;
	width: 100%;
	border-bottom-width: 23px;
	border-bottom-style: solid;
	border-bottom-color: #BFD5FF;
	margin-bottom: 5px;
}

#subtitle .subt{
	text-align: left;
	font-size: 9px;
	color: #FFFFFF;
	vertical-align: text-botom;
	margin-left: 110px;
}

#subtitle h1{
	text-align: right;
	font-size: 12px;
	font-weight: 200;
	color: #FFFFFF;
	line-height: 60px;
	vertical-align: text-botom;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	line-height: normal;
}

#logo h1 {
	/*padding: 47px 0 0 20px;*/
	padding: 0px 0 0 100px;
	font-size: 3em;
	color: #62D6F5;
}

#logo p {
	padding: 18px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #199DD2;
}

#logo a {
	text-decoration: none;
	color: #0000FF;
}


















#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0px 30px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 25px;
	margin: 0 0 0 2px;
	padding: 5px 0 0;
	background: #1B97CE url(../images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	background: #26BADF url(../images/img04.gif) no-repeat;
}


/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: auto;
	width: 1030px;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;
	clear: both;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	padding:5px 15px 0;
	font-size: 12px;
	color: #333333;
}

#header p#siteDescription {
	margin:0;
	padding:0 15px 10px 30px;
}

/*header800*/
#header800 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: auto;
	width: 830px;
	text-align: center;
	padding: 0px;
	background-color: #FFFFFF;
	clear: both;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header800 h1 {
	padding:5px 15px 0;
	font-size: 12px;
	color: #333333;
}

#header800 p#siteDescription {
	margin:0;
	padding:0 15px 10px 30px;
}




/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:100%;
	padding:20px 10px;
	background:#000099;
}

#footer ul {
	margin:0 auto 5px;
	text-align:center;
}

#footer ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	line-height:1.5;
	border-left:1px solid #333;
}

#footer ul li.utilityHome {
	border-left:0;
}

#footer p#copyright {
	text-align:center;
	margin-bottom:0;
}

/*-----------------------------------------------
 __Footer Link Color Setting
-----------------------------------------------*/

#footer a {
	color: #FFFFFF;
}

#footer a:link {
	color: #FFFFFF;
}

#footer a:visited {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFFF00;
}

#footer a:active {
}

/* __main
------------------------------------------*/

#main {
	float:right;
	width:795px;
	margin-bottom:10px;
	color:black;
	padding-bottom: 10px;
	font-size: 12px;
}



#main_sys {
	float:right;
	/*width:1000px;*/
	width:1200px;
	margin-bottom:10px;
	color:black;
	padding-bottom: 10px;
	font-size: 12px;
}

#main_kanri {
	float:left;
	width:580px;
	margin-bottom:10px;
	color:black;
	padding-bottom: 10px;
	font-size: 12px;
}



#main_user {
	float:right;
	width:580px;
	margin-bottom:10px;
	color:black;
	padding-bottom: 10px;
	font-size: 12px;
}

#main a {
	color:blue;
}

#main .cmain {
	width: 580px;
	vertical-align: top;
	display: block;
	float: left;
}


#main .cmain550 {
	width: 550px;
	vertical-align: top;
	display: block;
	float: right;
}

#main .smain {
	width: 100%;
	vertical-align: top;
	display: block;
	float: left;
}





#main .mtitle {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#main .qtitle {
	font-size: 16px;
	line-height: 50px;
	color: #FFFFFF;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #009966;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#main .mbox {
	position: relative;
	clear: both;
	font-weight: lighter;
	padding-left: 10px;
}
#main .mbox_L {
	float: left;
	width: 120px;
	color: #FF0000;
	font-weight: lighter;
}
#main .mbox_R {
	float: right;
	width: 450px;
	font-weight: lighter;
}

#main .mlistbox {
	clear: both;
	width: 580px;
	position: relative;
	padding-left: 5px;
}



#main .title {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title04.jpg);
	background-repeat: no-repeat;
	width: 580px;
	letter-spacing: 0.1em;
}

#main .staff_title {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title04.jpg);
	background-repeat: no-repeat;
	width: 580px;
	letter-spacing: 0.1em;
}

#main .title550 {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title550.jpg);
	background-repeat: no-repeat;
	width: 580px;
	letter-spacing: 0.1em;
}

#main .btitle {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title03.jpg);
	background-repeat: no-repeat;
	width: 795px;
	letter-spacing: 0.1em;
}


#main600 .btitle600 {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title580.jpg);
	background-repeat: no-repeat;
	width: 580px;
	letter-spacing: 0.1em;
}

#main .title2 {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-image: url(../img/title01.jpg);
	background-repeat: no-repeat;
}

#main .stitle {
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EEFFB9;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	top: 5px;
	bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main .box {
	position: relative;
	clear: both;
}
#main .box_L {
	float: left;
	width: 120px;
	color: #FF0000;
}
#main .box_R {
	float: right;
	width: 450px;
}

#main .listbox {
	clear: both;
	width: 780px;
	position: relative;
}
#main .popimg {
	width: 105px;
	float: left;
	height: 160px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}

#main .sign {
	width: 730px;
	border-left: 2px dotted #006633;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: both;
}
#main .red_font {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
#main .black_font {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
}
#main .sign_R {
	text-align: right;
	float: right;
}
#main h1{
	font-size: 20px;
}

#main .imgbox {
	width: 720px;
	clear: both;
	padding: 10px;
	margin: 20px;
	border-top: 1px dotted #006633;
}

#main .mainimg {
	width: 330px;
	float: left;
	padding-top: 10px;
	text-align: center;
}
#main .subimg {
	width: 370px;
	float: right;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}

#main_kanri .mbox {
	font-weight: lighter;
	height: auto;
	display: block;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_kanri .mbox_L {
	float: left;
	width: 120px;
	color: #FF0000;
	font-weight: lighter;
	display: block;
	padding-left: 5px;
}
#main_kanri .mbox_R {
	float: right;
	width: 440px;
	font-weight: lighter;
	display: block;
	padding-right: 5px;
}

#main_kanri .mlistbox {
	clear: both;
	width: 580px;
	position: relative;
	padding-left: 5px;
	text-align: right;
	display: block;
}



#main_kanri .title {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title04.jpg);
	background-repeat: no-repeat;
	width: 580px;
	letter-spacing: 0.1em;
}

#main_kanri .btitle {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title03.jpg);
	background-repeat: no-repeat;
	width: 795px;
	letter-spacing: 0.1em;
}

#main_kanri .title2 {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	
	background-image: url(../img/info_title.jpg);
	background-repeat: no-repeat;
}

#main_kanri .stitle {
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EEFFB9;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	top: 5px;
	bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* main600 */
#main600 {
	float:right;
	width:600px;
	margin-bottom:10px;
	margin-right:10px;
	color:black;
	padding-bottom: 10px;
	padding-left:0px;
	font-size: 12px;
	display: block;
}

#main600_sys {
	float:right;
	/*width:1000px;*/
	width:1200px;
	margin-bottom:10px;
	color:black;
	padding-bottom: 10px;
	font-size: 12px;
}

#main600_kanri {
	float:left;
	width:580px;
	margin-bottom:10px;
	color:black;
	padding-bottom: 10px;
	font-size: 12px;
}



#main600_user {
	float:right;
	width:580px;
	margin-bottom:10px;
	color:black;
	padding-bottom: 10px;
	font-size: 12px;
}

#main600 a {
	color:blue;
}

#main600 .cmain600 {
	width: 580px;
	vertical-align: top;
	display: block;
	padding-left:15px;
	/*float: left;*/
}


#main600 .cmain550 {
	width: 550px;
	vertical-align: top;
	display: block;
	float: right;
}

#main600 .smain600 {
	width: 100%;
	vertical-align: top;
	display: block;
	float: left;
}





#main600 .mtitle {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#main600 .qtitle {
	font-size: 16px;
	line-height: 50px;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-left:10px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #009966;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	display: block;
	width: 600px;
}

#main600 .mbox {
	position: relative;
	clear: both;
	font-weight: lighter;
	padding-left: 10px;
}
#main600 .mbox_L {
	float: left;
	width: 120px;
	color: #FF0000;
	font-weight: lighter;
}
#main600 .mbox_R {
	float: right;
	width: 420px;
	font-weight: lighter;
}

#main600 .mlistbox {
	clear: both;
	width: 580px;
	position: relative;
	padding-left: 5px;
}



#main600 .title {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title04.jpg);
	background-repeat: no-repeat;
	width: 580px;
	letter-spacing: 0.1em;
}

#main600 .staff_title {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title360.jpg);
	background-repeat: no-repeat;
	/*width: 330px;*/
	letter-spacing: 0.1em;
}

#main600 .title550 {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title550.jpg);
	background-repeat: no-repeat;
	width: 580px;
	letter-spacing: 0.1em;
}

#main600 .btitle {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title600.jpg);
	background-repeat: no-repeat;
	width: 600px;
	letter-spacing: 0.1em;
	display: block;
	margin-left: 10px;
}

#main600 .title2 {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-image: url(../img/title01.jpg);
	background-repeat: no-repeat;
}

#main600 .stitle {
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EEFFB9;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	top: 5px;
	bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main600 .box {
	position: relative;
	clear: both;
	padding-left:15px;
}
#main600 .box_L {
	float: left;
	width: 120px;
	color: #FF0000;
}
#main600 .box_R {
	float: right;
	width: 450px;
}

#main600 .listbox {
	clear: both;
	width: 600px;
	position: relative;
	padding-left:15px;
}
#main600 .popimg {
	width: 105px;
	float: left;
	height: 160px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
}

#main600 .sign {
	width: 570px;
	border-left: 2px dotted #006633;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: both;
}
#main600 .red_font {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}
#main600 .black_font {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	color: #000000;
}
#main600 .sign_R {
	text-align: right;
	float: right;
}
#main600 h1{
	font-size: 20px;
}

#main600 .imgbox {
	width: 570px;
	clear: both;
	padding: 10px;
	margin: 20px;
	border-top: 1px dotted #006633;
}

#main600 .mainimg {
	width: 330px;
	float: left;
	padding-top: 10px;
	text-align: center;
}
#main600 .subimg {
	width: 140px;
	float: right;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}

#main600_kanri .mbox {
	font-weight: lighter;
	height: auto;
	display: block;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main600_kanri .mbox_L {
	float: left;
	width: 120px;
	color: #FF0000;
	font-weight: lighter;
	display: block;
	padding-left: 5px;
}
#main600_kanri .mbox_R {
	float: right;
	width: 440px;
	font-weight: lighter;
	display: block;
	padding-right: 5px;
}

#main600_kanri .mlistbox {
	clear: both;
	width: 580px;
	position: relative;
	padding-left: 5px;
	text-align: right;
	display: block;
}



#main600_kanri .title {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title04.jpg);
	background-repeat: no-repeat;
	width: 580px;
	letter-spacing: 0.1em;
}

#main600_kanri .btitle {
	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title03.jpg);
	background-repeat: no-repeat;
	width: 795px;
	letter-spacing: 0.1em;
}

#main600_kanri .title2 {
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	
	background-image: url(../img/info_title.jpg);
	background-repeat: no-repeat;
}

#main600_kanri .stitle {
	font-size: 14px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EEFFB9;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	top: 5px;
	bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}












#main $main600 .title {  
overflow: hidden;  
}  
    
* html #main #main600 .title {  
height: 1%;  
}

div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:185px;
	margin-bottom:10px;
	background:#FFFFFF;
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
}

#sub_menu {
	float:left;
	width:185px;
	margin-bottom:10px;
	background:#FFFFFF;
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
}

#sub_menu h3 {
	font-size:100%;
	letter-spacing:1px;
}

#sub_menu ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub_menu ul li {
	padding:5px 10px;
	background-image: url(../img/ul-01.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#sub_menu ul li a {
	text-decoration: none;
	/*color: #C9ECF5;*/
	color:#0000FF;
}

#sub_menu ul li a:hover {
	/*color: #FFFFFF;*/
	color:#199DD2;
}
/*
#sub .coteg {
	height: 30px;
	width: 180px;
	line-height: 30px;
	text-indent: 22px;
	margin-bottom: 3px;
	font-weight: lighter;
}

#sub .coteg a:link {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	line-height: 30px;
	background-repeat: no-repeat;
	height: 30px;
	width: 175px;
	display: block;
	border-bottom: 1px solid #2872A6;
	font-weight: lighter;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#sub .coteg a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	background-repeat: no-repeat;
	height: 30px;
	width: 175px;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #2872A6;
	font-weight: lighter;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#sub .coteg a:hover {
	color: #FF6600;
	text-decoration: none;
	font-size: 14px;
	background-repeat: no-repeat;
	height: 30px;
	width: 175px;
	line-height: 30px;
	display: block;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #0000FF;
	font-weight: lighter;
}
*/
#sub_cm {
	float:left;
	width:185px;
	margin-bottom:10px;
	background:#FFFFFF;
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
}

#sub_cm ul {
	margin:0 0 20px;
	padding:0 5px;
}

#sub_cm ul li {
	padding:5px 10px;
}

#cl {
	width: 580px;
	clear: both;
	margin-bottom: 10px;
}
#main .mainimg_tit {
	width: 100px;
	text-align: center;
	padding: 5px;
	border: 1px solid #999999;
	background-color: #FF9900;
	margin-bottom: 10px;
	clear: both;
	font-size: 10px;
}
#main .subimg_tit {
	width: 100px;
	font-size: 10px;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background-color: #336600;
	color: #FFFFFF;
	clear: both;
}


#main .detailbox {
	clear: both;
	width: 793px;
	background-color: #EFEFEF;
	position: relative;
	vertical-align: middle;
	margin-right: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#main .detail_L {
	float: left;
	color: #333333;
	background-color: #EFEFEF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 9px;
}

#main .detail_R {
	width: 633px;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}


#main600 .detailbox {
	clear: both;
	width: 550px;
	padding-left: 15px;
	background-color: #666699;
	position: relative;
	vertical-align: middle;
	margin-left: 25px;
	margin-bottom: 5px;
}

#main600 .detail_L {
	float: left;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #666699;
	padding-top: 8px;
	padding-bottom: 8px;
}

#main600 .detail_R {
	width: 420px;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}






#main600 .detailbox2 {
	clear: both;
	width: 550px;
	padding-left: 15px;
	background-color: #666699;
	position: relative;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 5px;
}

#main600 .detail2_L {
	float: left;
	color: #FFFFFF;
	padding-left: 10px;
	background-color: #666699;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main600 .detail2_R {
	width: 420px;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

/*-----------------------------*/

#main .detailbox_Lm {
	clear: none;
	width: 395px;
	background-color: #EFEFEF;
	position: relative;
	vertical-align: middle;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

#main .detailbox_Rm {
	clear: none;
	width: 396px;
	background-color: #EFEFEF;
	position: relative;
	vertical-align: middle;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}


#main .detail_Lm {
	float: left;
	color: #333333;
	background-color: #EFEFEF;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#main .detail_Rm {
	width: 231px;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
	padding-top: 8px;
	padding-bottom: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
}


/*-------------------------------*/









#main .detailbox2 {
	clear: both;
	width: 475px;
	padding-left: 15px;
	background-color: #EBEBEB;
	position: relative;
	vertical-align: middle;
	margin-left: 10px;
	margin-bottom: 5px;
}

#main .detail2_L {
	float: left;
	color: #333333;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main .detail2_R {
	width: 370px;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#main .inq {
	clear: both;
	width: 193px;
	text-align: center;
	line-height: 24px;
	height: 24px;
}
#main .inq a {
	text-decoration: none;
	background-color: #FFCC00;
	padding: 3px 10px;
	width: 150px;
	font-weight: lighter;
}

#main .inq a:link {
	text-decoration: none;
	background-color: #FFCC00;
	padding: 3px 10px;
	width: 150px;
	border: 1px solid #999999;
	font-weight: lighter;
}

#main .inq a:visited {
	font-weight: lighter;
}

#main .inq a:hover {
	color: #FFFFFF;
	background-color: #999900;
	padding: 3px 10px;
	width: 150px;
	border: 1px solid #999999;
	text-decoration: none;
	font-weight: lighter;
}

#main .inq {
	clear: both;
	width: 193px;
	text-align: center;
	line-height: 24px;
	height: 24px;
}
#main600 .inq a {
	text-decoration: none;
	background-color: #FFCC00;
	padding: 3px 10px;
	width: 150px;
	font-weight: lighter;
}

#main600 .inq a:link {
	text-decoration: none;
	background-color: #FFCC00;
	padding: 3px 10px;
	width: 150px;
	border: 1px solid #999999;
	font-weight: lighter;
}

#main600 .inq a:visited {
	font-weight: lighter;
}

#main600 .inq a:hover {
	color: #FFFFFF;
	background-color: #999900;
	padding: 3px 10px;
	width: 150px;
	border: 1px solid #999999;
	text-decoration: none;
	font-weight: lighter;
}

#main .thumbimg {
	width: 187px;
	float: left;
	height: 280px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}

#main600 .thumbimg {
	width: 187px;
	float: left;
	height: 280px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 10px;
	padding-right: 3px;
	padding-left: 3px;
	text-align: center;
}

.inqcl {
	width: 193px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .paging{
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	margin-bottom: 5px;
}

#main .paging a {
	text-decoration: none;
	background-color: #FFCC00;
	padding: 3px 10px;
}
#main .paging a:hover {
	text-decoration: none;
	background-color: #999900;
	padding: 3px 10px;
	color: #FFFFFF;
}
.tbl_tit {
	color: #FFFFFF;
	text-align: center;
	background-color: #000099;
	line-height: 22px;
}
.tbl {
	width: 580px;
}
.tbl_info1 {
	background-color: #FFFFFF;
	text-align: center;
}
.tbl_info2 {
	background-color: #E3E3E3;
	text-align: center;
}
.imghalfL {
	text-align: center;
	padding: 5px;
	width: 280px;
	float: left;
}
.imghalfR {
	text-align: center;
	padding: 5px;
	width: 280px;
	float: right;
}
.red_font_n {
	font-weight: bold;
	color: #FF0000;
}
.blue_font_n {
	font-weight: bold;
	color: #0000FF;
}
/****************************************
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
**************************************/
.R_sub {
	float: right;
	width: 200px;
	text-align: center;
}






.L_detailbox {
	float: left;
	width: 500px;
}

.R_detailbox {
	float: right;
	width: 235px;
	margin-right: 10px;
	text-align: center;
	padding: 10px;
}
#main .view_box {
	width: 900px;
}

#main .but_box {
	width: 700px;
}

#main .wd {
	width: 140px;
	display: block;
	overflow: hidden;
	clear: both;
}

#line {
	width: 100%;
	display: block;
}
.submit_box {
	text-decoration: none;
	background-color: #0000FF;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	width: auto;
	padding: 5px;
	text-align: center;
}

.submit_r {
	text-decoration: none;
	background-color: #009933;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	width: auto;
	padding: 5px;
	text-align: center;
}

#line .line_box {
	width: auto;
	height: 30px;
	text-align: center;
	float: left;
	display: block;
}
.thgh {
	width: 100px;
	text-align: center;
	display: block;
	clear: both;
	padding-bottom: 10px;
}
.thghR {
	float: right;
	width: 40px;
	text-align: left;
	display: block;
}
.thghL {
	float: left;
	width: 40px;
	text-align: right;
	display: block;
}
.thgh2 {
	width: 200px;
	display: block;
	height: 20px;
	float: left;
}
.thghR2 {
	float: right;
	width: 88px;
	text-align: left;
	display: block;
}
.thghL2 {
	float: left;
	width: 108px;
	text-align: right;
	display: block;
}

#slide{
}
#slide td{
	text-align:left;
}
#slide ul {
	margin:0 auto 5px;
	text-align:left;
	float: left;
}
#slide ul li {
	display:inline;
	margin-right:10px;
	text-align:left;
	float: left;
	padding-left:10px;
}

#tblist{
	width:100%;
	margin-left: 0px;
	/*padding-left:10px;
	padding-right:10px;*/
}
#tblist td {
	text-align:left;
}
#tblist ul {
	margin:0 auto 5px 0px;
	text-align:left;
	float: left;
}
#tblist ul li {
	display:inline;
	text-align:left;
	float: left;
	margin-right:5px;
	padding-left: 5px;
}

#tblist2{
	width:100%;
}
#tblist2 td {
	text-align:left;
}
#tblist2 ul {
	margin:0 auto 5px 0px;
	text-align:left;
	float: left;
}
#tblist2 ul li {
	display:inline;
	text-align:left;
	float: left;
	margin-right:5px;
	padding-left: 5px;
}





.box_LC {
	text-align: center;
	float: left;
}
.linkbox {
	text-decoration: none;
	background-color: #00FF00;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	text-align: center;
	width: 60px;
}
.linkbox a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.linkbox a:link {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.linkbox a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
.mapbox {
	text-align: center;
	display: block;
	border: 1px solid #999999;
	width: 760px;
	margin-left: 10px;
}

#main600 .mapbox {
	text-align: center;
	display: block;
	border: 1px solid #999999;
	width: 600px;
	margin-left: 10px;
}
.comment_box {
	text-align: left;
	display: block;
	float: right;
	width: 480px;
	height: 100%;
	padding-right: 5px;
	padding-left: 5px;
}

#main600 .comment_box {
	text-align: left;
	display: block;
	float: right;
	width: 280px;
	height: 100%;
	padding-right: 5px;
	padding-left: 5px;
}


.tantoimg_box {
	text-align: center;
	display: block;
	float: left;
	width: 100px;
}
.hfont {
	font-size: 10px;
	color: #000000;
}
.mfont {
	font-size: 9px;
	color: #666666;
}
.mmfont {
	font-size: 8px;
	color: #333333;
}
.back_rent {
	background-image: url(../img/back_rent.jpg);
	background-repeat: repeat-x;
	line-height: 60px;
	height: 60px;
	width: 100%;
}
#area {

}
#area a {
	color: #333333;
	text-decoration: none;
}

#area a:link {
	color: #333333;
	text-decoration: none;
}

#area a:visited {
	color: #333333;
	text-decoration: none;
}

#area a:hover {
	color: #999900;
	text-decoration: none;
}

#area a:active {
}
#area th{
	width: 100px;
}
#area td{
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;

}
#area .butt{
	background-image: url(../img/butt_blank100.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 70px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	display: block;
}
#main .btitle2 {

	font-size: 16px;
	line-height: 45px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-color: #EFEFEF;
	background-image: url(../img/title03.jpg);
	background-repeat: no-repeat;
	width: 800px;
	letter-spacing: 0.1em;
}
.sfont10 {
	font-size: 10px;
	color: #FF6600;
	float: right;
}

#main .sttitle {

	font-size: 12px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	clear: both;
	background-image: url(../img/title05.jpg);
	background-repeat: no-repeat;
	width: 795px;
	letter-spacing: 0.1em;
}
#main .stmain {
	width: 773px;
	vertical-align: top;
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

#main600 .stmain {
	width: 573px;
	vertical-align: top;
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-left:15px;
}


#main .staffimg {
	width: 150px;
	float: left;
	text-align: center;
	background-color: #E9FFB9;
	display: block;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}

#main600 .staffimg {
	width: 150px;
	float: left;
	text-align: center;
	background-color: #E9FFB9;
	display: block;
	height: 150px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCCCCC;
}


#main .staffcom {
	width: 580px;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	border: 1px solid #F0F0F0;
	margin-bottom: 10px;
}

#main600 .staffcom {
	width: 360px;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	border: 1px solid #F0F0F0;
	margin-bottom: 10px;
}

#main .stafftit {
	height: 20px;
	width: 565px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009999;
	float: right;
	padding-right: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#main600 .stafftit {
	height: 20px;
	width: 330px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #009999;
	float: right;
	padding-right: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.l_img {
	float: left;
	padding: 10px;
}

.sub_box {
	float: right;
	width: 200px;
	vertical-align: top;
	display: block;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 10px;
}
