@charset "UTF-8";
/* CSS Document */

*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 12px;
}

a{
	text-decoration: none;
	color: #144e8e;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

body{
	background: #eb99ff url(images/background.gif) repeat-x;
}

#container{
	width: 972px;
	margin: auto;
	background: url(images/page.gif) repeat-y;
}

/* Header */

#header{
}

#header #head1{
	float: left;
	background: url(images/header1.jpg) no-repeat;	
	height: 141px;
	width: 475px;
}

.logo{
	float: left;
	margin-top: 14px
}

h1{
	float: left;
	width: 230px;
	margin-top: 40px;
	font-size: 24px;
	font-weight: normal;
	color: #f9479c;
}

#header #head2{
	float: right;
	background: url(images/header2.jpg) no-repeat top right;	
	height: 141px;
	width: 497px;
}

.headerad{
	float: left;
	padding-top: 75px;
	padding-left: 9px;
}

/* Navi */

#navigation{
	float: left;
	width: 226px;
}

#navi{
	float: left;
	margin-top: 20px;
	padding-bottom: 15px;
	background: url(images/navi-bottom.gif) no-repeat left bottom;
}

#navi h3{
	width: 204px;
	padding: 8px 11px;
	font-size: 20px;
	font-style: italic;
	color: #ffffff;
	background: url(images/navi-top.gif) no-repeat;
}

#navi ul{
	float: left;
	width: 226px;
	list-style: none;
	background: url(images/navi-back.gif) repeat-y;
}

#navi ul li{
	margin-left: 7px;
	margin-right: 11px;
}

#navi ul li a{
	float: left;
	width: 174px;
	padding-left: 25px;
	padding-right: 9px;
	line-height: 23px;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px solid #9ad3ff;
	color: #3d3d3d;
}

#navi ul li a:hover{
	text-decoration: none;
	background: url(images/navi-over.gif) no-repeat;
}

#navi ul li.active a, #navi ul li.active a:hover{
	text-decoration: none;
	background: url(images/navi-on.gif) no-repeat;
	color: #ffffff;
}

#cleft{
	float: right;
	padding: 20px 20px 10px 0;
}


/* Banner right */

#wing{
	float: right;
	width: 120px;
	padding-top: 20px;
	padding-right: 20px;
}

#cright{
	float: right;	
}

/* Content */

#content{
	float: left;
	width: 576px;
	padding: 20px 20px 20px 10px;
	text-align:justify;
	line-height: 1.5em;
	margin-bottom: 10px;
}

#content p{
	margin-bottom: 1em;	
}

.contentad{
	float: left;
	margin: 10px 10px 10px 0px;
}

h2{
	font-size: 20px;
	line-height: 30px;
	color: #f9479c;
	font-weight:normal;
	text-align:left;
	margin-bottom: 10px;
}

/* Footer */

#footer{
	clear: both;
	width: 100%;
	height: 80px;
	background: url(images/footer-back.gif) repeat-x;
}

#footer #infos{
	width: 972px;
	margin: auto;
}

#footer #service{
	float: right;
	margin-top: 14px;
	margin-right: 15px;
	font-size: 12px;
	color: #3d3d3d;
}

#footer p{
	float: left;
	width: 972px;
	margin-top: 14px;
	text-align:center;
	font-size: 12px;
	color: #3d3d3d;
}

#footer a{
		color: #3d3d3d;
		font-weight: normal;
}

#footer a:hover{
		font-weight: bold;
}
