@charset "utf-8";
@import url(css/common.css);

/*
04181718
========================================
HEADER
========================================*/

/*LAYOUT*/
#header {

	width: 810px ;
	height:391px ;
	text-align: left ;
	background: #fff url("head.jpg") no-repeat center top ;
}


#header2 {
	width: 810px ;
	height:100px ;
	text-align: left ;
	background: #fff url("head2.jpg") no-repeat center top ;
}


/*LOGO*/
#header img, #header2 img {
	position: absolute ;
	top: 12px ;
	right : 10px ;
}


/*H1*/

#container #header h1 {
	position: absolute ;
	left:193px ;
	top: 385px ;
	width : 430px ;
	font-size : 14px ;
	color : #0b346b ;
	padding : 0px 0px 5px 3px ;
	border-bottom : 1px solid #c1c1c1 ;
}

#container #header2 h1 {
	position: absolute ;
	left:193px ;
	top: 100px ;
	width : 430px ;
	font-size : 14px ;
	color : #0b346b ;
	padding : 0px 0px 5px 3px ;
	border-bottom : 1px solid #c1c1c1 ;
}

/*H2*/
/*container header h2 */
#header h2 a:link, 
#header h2 a:visited,
#header h2 a:hover, 
#header h2 a:active {
	position: absolute ;
	left:42px ;
	top:152px ;
	font-size: 18px ;
	color: #092243 ;
}

#header h2 a:link, 
#header h2 a:visited {
	text-decoration : none ;
}

#header h2 a:hover, 
#header h2 a:active {
	text-decoration : underline ;
}


/*container header h2 */
#header2 h2 a:link, 
#header2 h2 a:visited,
#header2 h2 a:hover, 
#header2 h2 a:active {
	position: absolute ;
	left:105px ;
	top:18px ;
	font-size: 18px ;
	color: #092243 ;
}

#header2 h2 a:link, 
#header2 h2 a:visited {
	text-decoration : none ;
}

#header2 h2 a:hover, 
#header2 h2 a:active {
	text-decoration : underline ;
}


/*P*/

#container #header p {
	position: absolute ;
	top : 35px ;
	left : 25px ;
	width : 810px ;
	color: #999 ;
	padding: 3px 0px 1px 0px;
	margin-left : -5px ;
}

#container #header2 p {
	position: absolute ;
	top : 35px ;
	left : 120px ;
	width : 810px ;
	color: #333 ;
	padding: 3px 0px 1px 0px;
	margin-left : -5px ;
}

/*========================================
DEFAULT
========================================*/

* {
	margin: 0 ;
	padding: 0 ;
	line-height: 145% ;
}

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 ;
}

/*table*/

table {
	font-size : 100% ;
}

.content .sample {
	border-top : dotted 1px #ccc;
	border-collapse: collapse;
	font-size: 12px;
	margin : 10px ;
}

.content .sample th {
	border-bottom : dotted 1px #ccc ;
	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 : #917b00 ;
}

a:active, a:hover {
	color : #930 ;
}




/*header h3 */

h3 a:link, h3 a:visited {
	color : #0f3a65 ;
	text-decoration : none ;
}

h3 a:active, h3 a:hover {
	color : #0f3a65 ;
	text-decoration : underline ;
}

/*navi*/

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	height : 34px ;
	line-height : 34px ; 
	padding : 0px 15px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	background: url("navi.gif") no-repeat left center ;
}

#sidemenu li a:hover,
#sidemenu li a:active {
	color: #fff;
	background: url("navi_on.gif") no-repeat left center ;
}

/*sub-navi */

#sidemenu li ul{
margin-bottom : -2px ;
}

#sidemenu li li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
	height : 20px ;
	line-height : 20px ; 
	margin : 0px 3px; 
	font-size: 12px;
	text-decoration : none;
	display: block ;
	border-bottom : 1px solid #C5CEF3 ;
	color: #666666 ;
	background: #fff url("subnavi.gif") left center no-repeat ;
}

#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #0F3A65 ;
	background: #EDF0FB url("subnavi_on.gif") left center no-repeat ;
}



/*========================================
LAYOUT
========================================*/

body {
	font-size: 12px ;
	text-align: center ;
	color : #4F4F4F ;
	margin-top : 15px ;
	margin-bottom : 30px ;
}


#container {
	background: #fff url("bg.gif") center repeat-y ;
	position : relative ;
	width : 810px ;
	border-top : none ;
	text-align: center ;
	margin : auto ;
}



#sidenavi1 {
	width: 180px ;
	float: left ;
	text-align: left ;
	margin-top : -10px ;
	display : inline ;
}

#center {
	text-align : left ;
	width : 460px ; 
	display : inline ;/*forIE*/
	float : left ;
	text-align : left ;
	background: transparent url("center_bottom.gif") no-repeat bottom center ;
	margin-bottom : 10px ;

}

#container > #center {
	display : block ;/*forIE*/
}


.content {
	background: url("bg_center.gif") repeat-y center ;
	width : 460px ;
	margin-bottom : 15px ;
	padding : 1px 15px 10px 15px ;
	text-align : left ;
	padding-top : 30px ;
}  

#center > .content {
	width :430px ;
}  


#footer {

	background: url("bg_bottom.gif") center bottom no-repeat ;
	margin: auto ;
	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;
	padding-left : 15px ;
	padding-top : 5px ;
	clear : both ;
	padding-top : 50px ;
	padding-bottom : 10px ;
}

#sidenavi2 { 
	margin-top : -10px ; 
}



/*========================================
SIDE
========================================*/

/*NAVI*/

#sidenavi1{
	}


#sidemenu{
	margin-left : 13px ;
}

#sidemenu ul {
 	text-align: left;
	list-style-type: none;
}

#sidemenu ul ul {
	text-align: left;
	list-style-type: none;
}

#sidemenu li {
	width : 100% ;
}

/*SEARCH*/

#searchbox {
	text-align : center ;
	margin : auto ;
}

#searchbox form {
	width : 166px ;
	padding : 0px 5px ;
	position : relative ;
	background :url("search.gif") no-repeat ;
	margin-left: 13px ;
	height : 84px ;
	margin-top : 10px ;
	padding-top : 5px ;
	text-align : center ;
}


#sidenavi1 > #searchbox form {
	height : 74px ;
	width : 156px ;
}


label {
	font-weight : bold ;
	color: #666 ;
	display: block ;
}

#searchbox #search {	
	border: 1px solid #DEDDDD ;
	font-weight: normal ;
	color: #666 ;
	letter-spacing: 0px ;
	background: #fff ;
	margin: auto ;	
	margin-bottom : 2px ;
	width : 150px ;
}

#sidenavi1 > #searchbox #search {	
	margin-bottom :5px ;
}

#searchbox #searchbutton {
	border: none ;
	font-weight: bold ;
	color: #fff ;
	background: #394c9c ;
	width : 150px ;
	margin: auto ;
	margin-left : -10px ;

}

#sidenavi1 > #searchbox #searchbutton {
	margin-left : auto ;
	
	/* \*//*/
	margin-left : 0px ; 
	/**/
}

/*========================================
MAIN
========================================*/


/*TITLE*/

.content h3, .content  h4 {
	margin-top : 10px ;
	margin-bottom: 10px ;
	padding: 3px 10px ;
	font-size: 12px ;
	color: #0f3a65 ;
	border-left : none ;
	border-left : 4px double #6276ca ;
	background : #d1e9eb ;
}

.content h5 {
	font-size: 12px ;
	padding-left : 5px ;
	font-weight : normal ;
	color: #930 ;
}

.content p img {
	margin-right : 10px ;
}

/*NEW*/

.whats {
	background:#d1e9eb;
	padding : 5px ;
	border : 1px solid #c1c1c1 ;
}

.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 : 150px ; 
	float : right ; 
	text-align : left ;
	margin-right : 13px ;
	display : inline ;
}

#container > #sidenavi2 {
	width :155px ;
}

#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 ;
}

#cjlink{
color:#ddd;
margin-top:200px;
font-size:8px;
}

#cjlink ul li{
color:#ddd;
display:inline;
}

#cjlink li{
color:#ddd;
list-style-type:none;
}

#cjlink a{
color:#ddd;
text-decoration:none;
}

#cjlink a:hover { color: #ddd; }

