@charset "utf-8";
@import url(css/designers/2column.css);

#header {
	position: relative ;
	height: 110px ;
	margin-bottom: 10px ;
	font-size: 10px ;
	color: #fff ;
	background: url("/images/header2.png") no-repeat ;
}

#header h1 {
	position: absolute ;
	left: 190px ;
	top: 115px ;
	width: auto ;
	padding: 0 20px 0 50px ;
	font-size: 18px ;
	color: #632 ;
	display: inline ;
	background: #fff url("/images/title_h1.png") no-repeat 20px center ;
}


a:link {
	color: #666;
}
a:visited {
	color: #888;
}
a:hover {
	color: #222;
}


.content h3, .content h4 {
	padding: 3px 10px ;
	margin-top: 5px ;
	margin-top: 15px ;
	margin-bottom: 10px ;
	border-bottom: 1px solid #d6d6d6 ;
	border-left: 10px solid #f92 ;
	font-size: 14px ;
	color: #632;
	clear: both ;
}

.content h3 a, .content h4 a {
	color: #632 ;
	text-decoration: none ;
}


.whats h5 {
	padding: 3px ;
	font-size: 12px ;
	color: #fff ;
	background: #f92 ;
}

.whats p {
	padding: 3px ;
	padding-left: 15px ;
	border-top: none ;
	border-bottom: 1px solid #fc8 ;
	background: #fff5f5 url("/images/new_arrow2.gif") no-repeat 4px 6px ;
}



/*navi
==============================*/
#sidenavi1 li {
	margin-bottom: 2px ;
	border: 1px solid #f92;
}


#sidenavi1 li a {
	padding: 5px 5px 5px 30px ;
	font-size: 12px ;
	font-weight: bold ;
	color: #d60 ;
	text-decoration: none ;
	display: block ;
	background: url("/images/navi.gif") left center no-repeat ;
}


#sidenavi1 li a:hover {
	border-left: 3px solid #f92 ;
	background: url("/images/navi.gif") left center no-repeat ;
}



/*subnavi
==============================*/
#sidenavi1 ul{
	margin-bottom: 0px ;
	border:none;
}

#sidenavi1 li li {
	margin-bottom: 0px ;
	border:none;
}


#sidenavi1 li li a {
	padding:1px 5px;
	font-size: 12px ;
	font-weight: normal ;
	color: #e80 ;
	text-decoration: none ;
	display: block ;
	border-top : 1px solid #ddd ;
	list-style-type : disc ;
	border-left: none;
	height : 1% ;
	background: none;
}


#sidenavi1 li li a:hover {
	height : 1% ;
	border-left: 3px solid #f92 ;
	background: none;
}


/*SEARCH
==============================*/

#searchbox {
	height : 1% ;
	margin-bottom : 20px ; 
}

#searchbox form{
	margin: 0 ; padding : 0 ;
	padding-bottom: 5px ;
	border: none ;
	text-align: center ;
	background: #ffeeee;
}

#searchbox label {
	margin: 0 ; padding : 0 ;
	color: #fff ;
	display: block ;
	background: #f92 ;
	margin-bottom : 10px ;
}

