@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;}

body {
	background-image:url(../images/bg_01.jpg);
	background-repeat:no-repeat;
	font-family:MS PGothic;
	font-size: 12px;
	line-height: 140%;
	color:#000;
	background-position: center top;
}


/*---------------------------------------------------------
	//////// Common Style
---------------------------------------------------------*/

em {
	color: #F00;
	font-style: normal;
}

a {
	COLOR: #000;
	text-decoration: underline;
}
a:link {
	COLOR: #000;
	text-decoration: underline;
}
a:visited {
	COLOR: #000;
	text-decoration: underline;
}
a:active {
	COLOR: #E65B00;
	TEXT-DECORATION: none;
}
a:hover {
	text-decoration: none;
	COLOR: #E55A00;
}
#home {
	background-image: url(../images/main.jpg);
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 88px;
	padding-top: 70px;
	padding-left: 38px;
	height: 388px;
	background-repeat: no-repeat;
}
#content_h {
	margin-top: 15px;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
}
#footer_h {
	width: 808px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c6c6c6;
	padding-top: 10px;
	text-align: center;
}

#wrapper {
	background-image: url(../images/border.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	padding: 13px;
}
#main_img_h {
	margin-top: 11px;
	margin-bottom: 20px;
}
#nav {
}
#content {
	margin-top: 11px;
}
.td_padding {
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	vertical-align: top;
	background-image: url(../images/dot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
.td_padding_n {
	padding-top: 14px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	vertical-align: top;

}
.h_title {
	background-image: url(../images/management/orange-rag.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	font-size: 14px;
	font-weight: bold;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ccc;
	margin-bottom: 7px;
}
.dot01{
	background-image: url(../images/management/dot01.jpg);
	background-repeat: repeat-y;
	}
.txt_gray{
	color:#999;
}
	
.td_padding_s {
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	vertical-align: top;

}	


/*---------------------------------------------------------
	//////// Privacy
---------------------------------------------------------*/

#privacy {
	padding-left:1em;
	padding-right:1em;
}


#privacy .title {
	font-weight:bold;
	font-size:1.2em;
	border-bottom:solid;
	border-bottom-color:#F90;
	border-bottom-width:1px;
	padding-bottom:0.2em;
	margin-bottom:0.8em;
}

#privacy ol, ul {
	padding-left:1em;
	margin-left:1em;
}


#privacy li {
	margin-bottom:0.2em;
}



/*---------------------------------------------------------
	//////// Footer
---------------------------------------------------------*/

#footer {
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 70px;
	padding-top: 25px;
	text-align: center;
}



/*-------------------------- Validate Contact Us -------------*/

.title_detail{

}

.title_detail_err{
	background-color:#FF8080;
	background-repeat:repeat-x;
	background-position:bottom;
}




