@charset "utf-8";

body { width:100%; text-align: center; margin: 0px; font:84% "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", Arial, Helvetica, sans-serif;}

a { border: none; text-decoration: none; color: #009999;}
a:hover   { text-decoration: underline; }
a:visited {}
a:active  {}

#wrapper {
	background-image: url(../img/back_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 469px;
}

#wrapper2 {
	background-image: url(../img/back_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 469px;
}

#container {
	width: 800px;
	margin: 0px auto;
	background-image: url(../img/bg_07.png);
	background-repeat: repeat-y;
	background-position: center top;	
}

#header {}

#footer {
	padding: 5px;
	background-image: url(../img/bg_13.png);
	background-repeat: repeat-y;
	background-position: center;
	min-height: 20px;
}

#box  { margin: 0px 6px 3px 4px; min-height: 500px; text-align: left;}

#main { margin: 50px 30px; text-align: left;}

.news dt{
	color: #CCCC66;
	font-weight: bold;
	font-size: smaller;
}
.news dd{
	margin-left: 10px;
}

.lftbox {float:left; width: 200px; }
.rgtbox {float:left; width: 540px; }
.halfbox { float: left; width: 360px; }
.clear {clear: both; }

#content h3 { color: #0066CC; }


.title {
	background: url(../img/title/title.png) no-repeat top left;
	margin: 0px; padding: 0px;
	overflow: hidden;
	height: 0px;
	font-size: 0px;
	padding-top: 77px;
}

#content_container { float: left;  width: 500px; }
#navi_container    { float: right; width: 240px; border: solid 1px #999999; padding: 10px; margin-top: 60px; min-height: 300px;
background: url(../img/bg_menu.png) repeat-x bottom; }

#navi_container ul { margin-left: 10px; padding-left: 0px; list-style: none; }
#navi_container li { margin-left: 0px; padding-left: 0px; }


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

.tb_org { background-color: #EEEEEE; }
.tb_org_top { background: url(../img/tb_org_top.png) no-repeat top left; line-height: 10px; height:10px }
.tb_org_bottom { background: url(../img/tb_org_bottom.png) no-repeat top left; line-height: 10px; height:10px }
.tb_org tbody tr td {padding: 6px 6px 6px 16px;}

.tb_bl { background-color:#D4EAF8; }
.tb_bl_top { background: url(../img/tb_bl_top.png) no-repeat top left; line-height: 10px; height:10px }
.tb_bl_bottom { background: url(../img/tb_bl_bottom.png) no-repeat top left; line-height: 10px; height:10px }
.tb_bl tbody tr td {padding: 4px 6px 4px 16px;}

.under_dot td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}


/** button */
.formbutton { padding:30px; text-align:center; }

.sbmt_confirm,
.sbmt_back,
.sbmt_entry {
	 width:220px;
	 height:32px;
	 border: 0;
	 text-indent:-9999px;
	 cursor:pointer;
}

.btn_post {
	 display:block;
	 padding: 0px; margin: 0px;
	 background:url(../img/btn_post.png) no-repeat 0 0;
	 width: 152px;
	 height: 0px;
	 padding-top: 29px;
	 overflow: hidden;
	 border: 0;
	 text-indent:-9999px;
	 cursor:pointer; 
}

/*\*//*/
.sbmt_confirm,
.sbmt_back,
.sbmt_entry {
  letter-spacing: -9999px;
}
/**/

.sbmt_confirm { background:url(../img/btn_confirm.png) no-repeat 0 0; }
.sbmt_back { background:url(../img/btn_back.png) no-repeat 0 0; }
.sbmt_entry { background:url(../img/btn_entry.png) no-repeat 0 0; }

/* form error style */
.fieldWithErrors {background-color:#FF0000; }
.fieldWithErrors input,
.fieldWithErrors select { background:#FFF4F4; }
.formError {color:red;}

.errorExplanation {padding:10px; margin: 10px 0px; border: 3px solid #f00;}
.errorExplanation {font-weight:bold;}

.limitError { color: red;}

.clear { clear: both; }

/********************************************************************************************/
/** hack */
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
