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


/*04161325
========================================
HEADER
========================================*/


#header img {
	position: absolute ;
	top:2px ;
	left : 10px ;
}


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



#container #header p {
	position: absolute ;
	top : -5px ;
right : 0px ;
	color: #333 ;
}

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


/*container header h2 */
#header h2 a:link, 
#header h2 a:visited,
#header h2 a:hover, 
#header h2 a:active {
	position: absolute ;
	left:20px ;
	top:107px ;
	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 ;
}




/*========================================
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 : #4F4F4F ;
	padding-bottom : 20px ;
}


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


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

#center {
	text-align : left ;
	margin-left :8px ;
	width : 460px ; 
	display : inline ;/*forIE*/
	float : left ;
	text-align : left ;
	background: transparent url(bg_centerfoot.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 ;
}  

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



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

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




/*========================================
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-bottom: 10px ;
	padding: 7px 25px ;
	font-size: 12px ;
	color: #630 ;
	background: url(hl.gif) no-repeat left center ;
	border-left : none ;
	margin-top : 10px ;
	clear : both ; 
}

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

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

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




/*sidenavi2*/

#sidenavi2 {
	width : 150px ; 
	float : right ; 
	text-align : left ;
	margin-right : 10px ;
	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 ;
}

