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


/*04161253
========================================
HEADER
========================================*/

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



#header img {
	position: absolute ;
	top: 32px ;
	right : 0px ;
}


#container #header h1 {
	position: absolute ;
	left: 180px ;
	top: 210px ;
	width : 500px ;
	font-size : 14px ;
	color : #A53C19 ;
	padding : 0px 0px 7px 7px ;
	border-bottom : 3px double #BB7B62 ;
}


#header H2 {
	padding-top:120px ;
	text-align : center ;
}

/*container header h2 */
#header h2 a:link, 
#header h2 a:visited,
#header h2 a:hover, 
#header h2 a:active {
	font-size: 16px ;
	color: #600 ;
}

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

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


#container #header p {
	position: absolute ;
	top : 0px ;
	left: 10px ;
	color: #fff ;
}




/*========================================
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 ;
	background : #F7ECBE ;
	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 : #630 ;
	text-decoration : none ;
}

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

/*navi*/

#sidemenu li a:link, 
#sidemenu li a:visited,
#sidemenu li a:hover, 
#sidemenu li a:active {
	height : 27px ;
	line-height : 27px ; 
	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 li a:link , 
#sidemenu li li a:visited, 
#sidemenu li li a:hover , 
#sidemenu li li a:active {
	height : 20px ;
	line-height : 20px ; 
	margin-top : 0px ;
	font-size: 12px;
	text-decoration : none;
	display: block ;
	margin-bottom : 1px;
	color: #666666 ;
	background: #fff url("subnavi.gif") repeat-y;}

#sidemenu li li a:hover , 
#sidemenu li li a:active {
	color: #c63 ;
	background: #ffc url("subnavi_on.gif") repeat-y;
}


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

body {
	font-size: 12px ;
	text-align: center ;
	background: #fff url("bg.gif") ;
	color : #363636 ;
	padding-bottom : 20px ;
}


#container {
	background : #fff ;	
	position : relative ;
	width : 700px ;
	border-top : none ;
	margin: 20px auto ;
	text-align: center ;
}

#sidenavi1 {
	width: 160px ;
	float: left ;
	text-align: left ;
	margin-top : -30px ;
}

#center {
	text-align : left ;
	width : 540px ;
	display : inline ;/*forIE*/
	float : right	 ;
	text-align : left ;
	background: transparent url("bg_centerfoot.gif") no-repeat bottom right ;
}

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


.content {
	background: transparent url("bg_center.gif") repeat-y left ;
	width : 532px ;
	margin-left :8px;
	margin-bottom : 27px ;
	padding : 1px 13px 10px 17px ;
	text-align : left ;
}

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


#footer {
	width: 700px ;/*forIE*/
	background: #FEF7E5 url("footer.gif") repeat-x bottom ;
	margin: auto ;
	font-size: 10px ;
	font-weight: normal	;
	text-align: left ;
	padding-left : 10px ;
	padding-top : 5px ;
	clear : both ;
}

#container > #footer {
	width: 690px ;
}


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

/*NAVI*/

#sidenavi1{
	background: url("bg_lili.gif") repeat-y ;
}


#sidemenu{
}

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

#sidemenu ul ul {

	margin:5px;text-align: left;
	list-style-type: none;
}

#sidemenu li {
	width : 100% ;
}

/*SEARCH*/

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


#searchbox form {
	position : relative ;
	background : #FFFFE5 ;
	margin : auto ;
	padding : 5px ;
	margin : 5px ;
}


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


#searchbox input {
	border: none ;
	font-weight: bold ;
	color: #fff ;
	background: #FF8A3C ;
	width : 140px;
}


#searchbox #search {
	margin-bottom : 0px ;
	border: 1px solid #DEDDDD ;
	font-weight: normal ;
	color: #666 ;
	letter-spacing: 0px ;
	background: #fff ;
	position : relative ;
	right : 0px ;
	margin-bottom : 5px ;
}

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


/*TITLE*/

.content h3, .content  h4 {
	margin-top : 10px ;
	margin-bottom: 10px ;
	padding: 7px 25px ;
	font-size: 12px ;
	color: #630 ;
	background: url("hl.gif") no-repeat left center ;
	border-left : none ;
}

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

/*NEW*/

.whats {
	background:#E9D399;
	padding : 5px ;
}

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