/* CSS Document */

@charset "utf-8";

/*   Reset   */
* {
	margin:0;
	padding:0;
	border:0;
	font-style:normal;
	zoom:1;
	}

html,body{
  height:100%;
}

html>/**/body{
  overflow:-moz-scrollbars-vertical;
}

html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

body{
	font-size:12px;
	font-family: Verdana, Arial, sans-serif;
	text-align:center;
	background-image: url(../images/tpl/bg/body_bg.jpg);
}


table{
  border-collapse:collapse;
  border:none;
  border-spacing:0;
}

th,td{
  vertical-align:top;
  border:solid 1px #000;
  font-weight:normal;
  text-align:left;
}

caption{
  text-align:left;
}

ul,ol,dl{
  list-style:none;
}

li{
  display:list-item;
  zoom:normal;
}

img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}

object,embed{
  vertical-align:top;
}

fieldset{
  border:none;
}

input,textarea{
  font-size:1em;
}

em,address,dfn{
  font-style:normal;
}

hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #000;
}

* html hr{/* for -IE6 */
  margin:0;
}

*:first-child+html hr{/* for IE7 */
  margin:0;
}


/*   Link   */
a{
	outline:0;
}

#container a:active{
	position:relative;
	top:1px;
	left:1px;
}

.nav_side{
	margin-left:-6px;
}

.nav_side li{
	padding:0 5px;
	display:inline;
	border-left:1px solid #999999;
}

/*   text   */

.accent1{
	color:#006633;
}

.error1{
	color:#ff0000;
}

.trans1{
	text-transform:uppercase;
}

.trans2{
	text-transform:lowercase;
}

.trans3{
	text-transform:capitalize;
}

.align1{
	text-align:left;
}

.text_justify {
	text-align:justify;
	text-justify:distribute-all-lines;
	}
	
.readable{
	color:#666666;
	line-height:140%;
	letter-spacing:0.1em;
}

/*   align,float   */

.align2{
	text-align:right;
}

.align3{
	text-align:center;
}

.float1{
	display:block;
	float:left;
}

.float2{
	display:block;
	float:right;
}

/*   imgFix,clear   */

.imgFix{
	display:block;
	font-size:0%;
	line-height:0%;
}

/*\*/
.imgFix{
	zoom:1;/* for hasLayout */
}
/**/

.clrFix:after{
	content:h.h;
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clrFix{
	overflow:hidden;
	display:inline-table;
}

/*\*/
* html .clrFix{
	zoom:1;/* for hasLayout */
	overflow:visible;
}
/**/ 

/*   assist   */

.assist1{/* for voice */
	position:absolute;
	top:-10000px;
	left:0px;
	width:600px;
}
.assist2{/* for print */
	display:none;
}

/*   list   */

.listStyleDisc{
	padding:0 0 0 2.5em;
	list-style:disc;
}
.listStyleCircle{
	padding:0 0 0 2.5em;
	list-style:circle;
}
.listStyleDecimal{
	padding:0 0 0 2.5em;
	list-style:decimal;
}
.listStyleDisc li,
.listStyleCircle li,
.listStyleDecimal li{
	margin-top:0.4em;
}

.list_indent {
	list-style-type:none;
	text-indent:-1em;
	padding-left:1em;
	}

/*   imgStyle   */

.photo_style01 p{
	background-image: url(../images/common/photo_style02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:5px;
	padding:0px 4px 4px 0px;
}

.photo_style01 a{
	text-indent:-9999px;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
}

.photo_style02 p{
	background-image: url(../images/common/photo_style01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:4px 9px 9px 4px;
	margin:5px;
}

.photo_style02 a{
	text-indent:-9999px;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
}

.photo_style03 p{
	background-image: url(../images/common/photo_style02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding:0px 9px 9px 0px;
	margin:5px;
}

.photo_style03 a{
	text-indent:-9999px;
	border-top: 1px solid #ededed;
	border-left: 1px solid #ededed;
}