@charset "utf-8";

/*INDEX-07251418
-------------------------
___DEFAULT___
___LAYOUT___
___HEADER___
___SIDENAVI1___
___CENTER___
___SIDENAVI2___
___FOOTER___
-----------------------*/

/* ___DEFAULT___
==============================*/

* {
	padding: 0 ;
	margin: 0 ;
	line-height: 145% ;
}


img {
	border: 0px ;
}


.clear {
	clear: both ;
}


li {
	list-style-type: none ;
}


p {
	padding: 3px 0px 1px 5px;
	margin: 3px 0px 5px 0px;
	font-size: 12px;
	line-height: 150%;
}


hr {
	clear: both ;
	margin-top: 20px ;
	border: 1px solid #999 ;
	margin-bottom : 10px ;
}



table {
	font-size: 100% ;
}



/*COMMON TABLE*/

.content table.sample {
	margin: 10px ;
	border-top: dotted 1px #ccc;
	border-collapse: collapse;
}


.content table.sample th {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	font-weight: normal ;
	color: #000 ;
	text-align: left ;
	white-space: nowrap ;
	background: #eeeeee ;
}


.content table.sample td {
	padding: 3px ;
	border-bottom: dotted 1px #ccc ;
	color: #000 ;
	background: #fff ;
}



/*COMMON LINK COLOR */

a:link, a:visited {
	color: #06c ;
}



a:active, a:hover {
	color: #06c ;
}



/* ___LAYOUT___
==============================*/

body {
	margin-bottom: 30px ;
	font-size: 12px ;
	color: #000 ;
	text-align: center ;
	background: url(images/bg.gif) #ffffff top left repeat-x;
}


#container {
	position: relative ;
	width: 858px ;
	margin: auto ;
	border-top: none ;
	text-align: center ;
	background: url(images/container_bg.png) top left repeat-y;
}


body > #container {
	width: 858px ;
}


#sidenavi1 {
	float: left ;
	width: 199px ;
	overflow: hidden ;
	text-align: center ;
	background: url(images/sidenavi_bg.png) no-repeat;
}


#sidenavi1 p {
	padding: 0px 10px ;
	text-align: left ;
	text-align : justify ;
	font-size : 10px ;
	margin-bottom : 10px ;
}
#center {
	float: right ;
	width: 659px ;
	padding: 0px ;
	margin: 0px;
	overflow: hidden ;
	text-align: center ;
	background: url(images/title_bg.png) top left no-repeat;
	padding-bottom : 20px ;
}
#center2 {
	float: right ;
	width: 659px ;
	padding: 0px ;
	margin: 0px;
	overflow: hidden ;
	text-align: center ;
}

.content {
	text-align: left ;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 29px;
}


#footer {
	clear: both ;
	padding-top: 6px;
	padding-bottom: 5px ;
	padding-left: 15px ;
	margin: auto ;
	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;
	background: url(images/footer_top.png) #fff top left no-repeat;
	margin-top : 15px ;
}



/* ___HEADER___
==============================*/

#header,
#header2 {
	height: 272px ;
	text-align: left ;
	background: url(images/header_bg.png) #fff left top no-repeat;
}
#header img, 
#header2 img {
	position: absolute ;
	top: 27px ;
	right: 621px ;
}
#container #header h1, #container #header2 h1{
	position: absolute ;
	top: 2px ;
	right: 5px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #fff ;
}


#header h2 a:link, 
#header h2 a:visited,
#header h2 a:hover, 
#header h2 a:active,
#header2 h2 a:link, 
#header2 h2 a:visited,
#header2 h2 a:hover, 
#header2 h2 a:active {
	position: absolute ;
	left: 9px ;
	top: 205px ;
	padding: 3px 0px 1px 0px;
	margin-left: -5px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #000 ;
	white-space: nowrap ;
}


#header h2 a:link, 
#header h2 a:visited,
#header2 h2 a:link, 
#header2 h2 a:visited {
	text-decoration: none ;
}


#header h2 a:hover, 
#header h2 a:active,
#header2 h2 a:hover, 
#header2 h2 a:active {
	text-decoration: underline ;
}


#container #header p, #container #header2 p  {
	position: absolute ;
	left: -2px ;
	top: -2px ;
	margin: 0px ;
	font-size: 12px ;
	font-weight: normal ;
	color: #fff ;
	display: block ;
	text-indent: 5px ;
}


/* ___SIDENAVI1___
==============================*/

/*NAVI*/

#sidemenu{
	margin: auto ;
}


#sidemenu ul {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#sidemenu ul ul {
	text-align: left;
	list-style-type: none;
}


#sidemenu li {
	width: 100% ;
}



/*navi*/

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	height: 40px;
	padding-left: 21px;
	line-height: 40px;
	font-size: 12px;
	font-weight: bold ;
	text-decoration: none;
	display: block;
}


#sidemenu li a:link,
#sidemenu li a:visited {
	color: #fff;
	background: url("images/navi.gif") no-repeat 4px 0px  ;
}


#sidemenu li a:hover,
#sidemenu li a:active {
	color: #fff;
	background: url("images/navi_active.gif") no-repeat 4px 0px  ;
}



/*sub-navi */
#sidemenu li li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
	padding-top: 2px ;
	padding-right: 5px  ;
	padding-bottom: 2px ;
	padding-left: 15px  ;
	border-bottom: 1px solid #e2e2e2 ;
	font-weight: normal ;
	text-decoration: none;
	display: block ;
}


#sidemenu li li a:link , 
#sidemenu li li a:visited {
	color: #666 ;
	background: url("images/footstep.gif") no-repeat 0px -46px ;
}


#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #666 ;
	background: url("images/footstep.gif") no-repeat 0px 4px ;
}



/*SEARCH*/

#searchbox {
	margin: auto ;
	text-align: center ;
}


#searchbox form {
	position: relative ;
	padding-top: 5px ;
	padding-bottom: 5px ;
	margin-top: 10px ;
	border: 1px solid #e2e2e2 ;
	text-align: center ;
	background: #fff ;
}


#searchbox > form {
}


label {
	font-weight: bold ;
	color: #666 ;
	display: block ;
}


#searchbox #search {
	width: 180px ;
	margin: 5px ;
	margin-bottom: 2px ;
	border: 1px solid #DEDDDD ;
	font-weight: normal ;
	color: #666 ;
	letter-spacing: 0px ;
	background: #fff ;
}


#searchbox #searchbutton {
	width: 180px ;
	padding-top: 3px ;
	padding-bottom: 3px ;
	margin: auto ;
	border: none ;
	font-weight: bold ;
	color: #fff ;
	background: url("images/input.gif") repeat-x ;
}


#sidenavi1 > #searchbox #searchbutton {
	margin-left : auto ;
	

}



/* ___CENTER___
==============================*/


/*TITLE*/

.content h3,
.content  h4 {
	clear: both ;
	height: 33px;
	padding: 7px 0 0 35px ;
	margin-top: 27px;
	font-size: 12px ;
	color: #fff ;
	background: url(images/head_line_bg.gif) top left no-repeat;
}


h3 a:link, h3 a:visited {
	color: #fff ;
	text-decoration: none ;
}


h3 a:active, h3 a:hover {
	color: #fff ;
	text-decoration: underline ;
}

.content p {
	padding: 3px 0px 1px 0px;
	margin: 3px 0px 5px 0px;
	font-size: 12px;
	line-height: 140%;
	color: #373737;
}

.content p font a:link,
.content p font a:visited,
.content p font a:hover,
.content p font a:active {
	color: #fff;
}

/*NEW*/

.content h5 {
	height: 33px ;
	padding-left: 10px;
	font-size: 12px ;
	font-weight: bold ;
	color: #8a0000 ;
	line-height: 30px ;
}



.whats {
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 20px;
	border: 1px solid #8a0000 ;
	background: url(images/whats_bg.gif) #fff top left repeat-x;
}


.whats p {
	padding-left: 13px;
	padding-right: 15px;
	padding-top: 10px;
	margin: 0;
	height: 20px;
	text-align: left ;
	background: url(images/whats_dot.gif) #fff bottom left no-repeat;
}


/*IMAGE MARGIN*/

.content img {
	margin: 5px ;
}



/*FORM*/


.sample textarea {
	width: 250px ;
}


.sample {
	width: 95% ;
	margin: auto ;
}



/* ___SIDENAVI2___
==============================*/

#sidenavi2 {
	float: right ;
	width: 160px ;
	text-align: center ;
}


#sidenavi2 h4 {
	padding: 2px ;
	margin-top: 7px ;
	margin-bottom: 2px ;
	border-left: 3px solid #C5632C ;
	font-size: 12px ;
	color: #fff;
	background: #D8995C ;
}


#sidenavi2 img {
	width: 150px ;
	margin-bottom: 5px ;
}



/* ___FOOTER___
==============================*/

#footer h3{
	margin-top: 6px;
	margin-bottom: 0;
	font-size: 10px;
	font-weight: normal ;
	color: #626262;
}


#footer p{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 10px;
	color: #666;
}


#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color: #666;
	text-decoration: none;
}

#footer img{
	float: left;
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
}