﻿@charset "utf-8";

/*
04161422
========================================
HEADER
========================================*/

#header {
	height:310px ;
	text-align: left ;
	background: #fff url("header.jpg") no-repeat top left ;
}


#header2 {
	height:125px ;
	text-align: left ;
	background: #fff url("header2.jpg") no-repeat left top ;
	margin-bottom : 15px ;
}



#header img, #header2 img {
	position: absolute ;
	top: 37px ;
	right :50px ;

}



#container #header h1 {
	position: absolute ;
	left:180px ;
	top: 310px ;
	width : 580px ;
	font-size : 14px ;
	color : #900 ;
padding-top : 6px ;
	padding-bottom : 10px ;
	background : #fed2d2 url("title.gif") bottom repeat-x ;
	text-align : center ;
}



#container #header2 h1 {
	position: absolute ;
	left:180px ;
	top:140px ;
	width : 580px ;
	font-size : 14px ;
	color : #900 ;
padding-top : 6px ;
	padding-bottom : 10px ;
	background : #fed2d2 url("title.gif") bottom repeat-x ;
		text-align : center ;

}

#header2>h1, #header>h1 { width : 300px ; }

/*container header h2 */
#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:5px ;
	top:5px ;
	font-size: 10px ;
	color: #fff ;
	font-weight : normal ;
}

h2 a:link, 
h2 a:visited {
	text-decoration : none ;
}

h2 a:hover, 
h2 a:active {
	text-decoration : none ;
}

#header h2 a { width : 930px ; height : 305px ; padding-top : 3px ; padding-left : 10px ;}
#header > h2 a { width : 920px ; height : 302px ; }

#header2 h2 a { width : 930px ; height : 115px ; padding-top : 3px ; padding-left : 10px ;}
#header2 > h2 a { width : 920px ; height : 110px ; }

#container #header2 p, #container #header p {
	position: absolute ;
	right:15px ;
	top:3px ;
	font-size: 10px ;
	color: #fff ;
	font-weight : normal ;
}



/*========================================
DEFAULT
========================================*/

* {
	margin: 0 ;
	padding: 0 ;
}

img {
	border: 0px ;
}

.clear {
	clear: both ;
}

li {
	list-style-type: none ;
}


p {
	margin: 3px 0px 5px 0px;
	padding: 3px 0px 1px 5px;
	font-size: 12px;
	line-height:150%;
 }

hr {
	height : 1px ;
	clear : both ;
	margin-top : 10px	 ;
}

/*table*/

table.sample {
	font-size : 100% ;
	width : 540px ;
	margin-left : 20px ;
}

.content .sample {
	border-top : dotted 1px #ccc;
	border-collapse: collapse;
	font-size: 12px;
	margin : 10px ;
}

.content .sample th {
	border-bottom : dotted 1px #ccc ;
	background : #FFEAEC ;
	font-weight : normal ;
	color : #666 ;
	padding : 3px ;
	white-space : nowrap ;
	text-align : left ;
}

.content .sample td {
	background : #fff ;
	color : #666 ;
	padding : 3px ;
	border-bottom : dotted 1px #ccc ;
}

/*========================================
LINK
========================================*/

/*common */
a:link, a:visited {
	color : #f60 ;
}

a:active, a:hover {
	color : #c33 ;
}



/*header h3 */

h3 a:link, h3 a:visited {
	color : #0F3A65 ;
	text-decoration : none ;
}

h3 a:active, h3 a:hover {
	color : #c33 ;
	text-decoration : underline ;
}


/*content h3 a*/

.content h3 a {
 color : #FA6565 ;
}

/*navi*/

#sidemenu li ul { margin-bottom : -3px ; }

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	height : 40px ;
	line-height : 40px ; 
	padding : 0px 10px 0px 20px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	text-align : left ;
	color: #f60;
	background: url("navi.jpg") 0px 0px;
}

#sidemenu li a:hover,
#sidemenu li a:active {
	color: #f60;
	background: url("navi.jpg") 0px -40px ;
}

/*sub-navi */
#sidemenu li li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
padding-left : 20px ;
	height : 20px ;
	line-height : 20px ; 
	font-size: 12px;
	text-decoration : none;
	display: block ;border : 0px;
	border-bottom : 1px solid #d5d5d5 ;
	border-top : 1px solid #fff ;
	margin : 0px 0px ;
	color: #666 ;
	background: #fff url("subnavi.gif") no-repeat center left;
}

#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #0F3A65 ;
	background: #efefef url("subnavi_on.gif") no-repeat center left;
}

#sidemenu {}
/*========================================
LAYOUT
========================================*/

body {
	font-size: 12px ;
	text-align: center ;
	color : #4F4F4F ;

	margin-bottom : 30px ;
line-height : 150% ;

}


#container {
	position : relative ;
	width : 942px ;
	border-top : none ;
	text-align: center ;
	margin : auto ;
	background : #fff url("bg_container.jpg") repeat-y ;
	
}

body > #container {
	width : 940px ;
}




#sidenavi1 {
	width: 160px ;
	float: left ;
	margin-left : 5px ;
	text-align: center ;
	display : inline ;
	margin-right : 15px ;
}

#center {
	text-align : left ;
	float : left ;
	width : 570px ;
	text-align : left ;
	margin-bottom : 10px ;
	text-align : center ;
	overflow : hidden ;
}

#container > #center {
	display : block ;/*forIE*/
}


.content {
	margin-bottom : 15px ;
	text-align : left ;
padding-top : 40px ;
margin : auto ;
}  

.content p { text-align : justify ; }


#footer {

	background: url("footer.jpg") no-repeat bottom left ;
	margin: auto ;
	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;
	padding-left : 15px ;
	padding-top : 5px ;
	clear : both ;
	padding-bottom : 10px ;
	margin-top : 15px ;
}

#sidenavi2 { 
}


/*========================================
SIDE
========================================*/

/*NAVI*/


#sidemenu ul {
 	text-align: center;
	list-style-type: none;
}

#sidemenu ul ul {

	text-align: left;
	list-style-type: none;
}



/*SEARCH*/

#searchbox {
	text-align : center ;
	margin : auto ;
}


#searchbox form {
	margin : auto ;
border : 1px solid #F5C2BE ;
background : #fff ;
	height : 84px ;
	margin : 10px 5px 30px 5px ;
	padding-top : 5px ;
	text-align : center ;
}

#sidenavi1 > #searchbox form {
	height : 74px ;
}

label {
	font-weight : bold ;
	color: #666 ;
	display: block ;
}

#searchbox #search {	
	border: 1px solid #ccc ;
	font-weight: normal ;
	color: #666 ;
	letter-spacing: 0px ;
	background: #fff ;
	margin: auto ;
	margin-bottom : 2px ;
	width : 130px ;

}

#sidenavi1 > #searchbox #search {	
	margin-bottom :5px ;
}


#searchbox #searchbutton {
	display : block ;
	border: none ;
	font-weight: bold ;
	color: #fff ;
	background: #FA6565 ;
	width : 130px ;
	margin: auto ;
	/* \*//*/
	margin-left : 7px ; 
	margin-right : 7px ;
	/**/
}

/*========================================
MAIN
========================================*/


/*TITLE*/

.content h3, .content  h4 {
	margin-top : 10px ;
	margin-bottom: 10px ;
	height : 42px ;
	line-height : 42px ;
	padding-left :50px ;
	font-size: 12px ;
	color: #FA6565 ;
	border-left : none ;
	background : url("hl.gif") no-repeat ;
	clear : both ;
}

.content h5 {
	font-size: 12px ;
	padding-left : 5px ;
	font-weight : normal ;
	color: #900 ;
}

.content p img {
	margin-right : 10px ;
}

/*NEW*/

.whats {
	background:#FFE1E3;
	padding : 5px ;
	border : 1px solid #F5C2BE ;
}

.whats p {
	background: #fff url("new_allow.gif") no-repeat left center;
	background-position : 7px ;
	padding-left : 20px ;
	border-bottom : 1px dotted #d5d5d5 ;
	padding-top : 3px ;
	padding-bottom : 3px ;
	margin: 0px ;
}

/*========================================
FOOTER
========================================*/

#footer h3{
	color:#999;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer p{
	color:#999;
	font-size: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active {
	color:#999;
	text-decoration: none;
}

#footer .rss{
	border: solid 1px #bbbbbb;
	padding: 1px;
	width: 40px;
}

#footer .rss a{
	display: block;
	width: 100%;
	background-color: #bbbbbb;
	color: black;
	font-size: 9px;
	height: 13px;
}

#footer .rss-format{
	background-color: #FFB74C;
	padding: 0.5px;
}

#footer .rss-version{
	padding: 0.5px;
	background-color: #BBBBBB;
}

#footer img{
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
	float: left;
}




/*sidenavi2*/

#sidenavi2 {
	width :168px ;
	float : right ; 
	text-align : center ;
	display : block ;
	margin-right : 5px ;
}

#sidenavi2 h4 {
	color : #fff;
	background : #D8995C ;
	padding : 2px ;
	border-left : 3px solid #C5632C ;
	font-size : 12px ;
	margin-top : 7px ;
	margin-bottom : 2px ;
}

#sidenavi2 h4 {
	display : block ;
}

#sidebar1 a {
	display : block ;
}

#sidenavi2 img {
	margin-bottom : 5px ;
}


/*========================================
FORM
========================================*/

.sample textarea {
	width : 300px ;
}

.sample {
	width : 410px ;
	margin : auto ;

}