@charset "utf-8";
* {-webkit-text-size-adjust:none;}
/**{font-size:100.01%}*/
html {
	font-size:80%;
	height:100%;
}

* {
	margin: auto;
	padding: 0;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*clearfix*/
.clearfix{	display:: inline-block;}

/*hides from IE-mac \*/
* html .clearfix{ height:1%;}
.clearfix {display:block;}
/*End hide from IE-mac*/

/* common parts */
a {color:#135C93;text-decoration:none}

a:hover {text-decoration:underline}

a:hover img {
	opacity: .8;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

img {border-style:none;}

form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

body {
	margin:0;
	padding: 0;
	width:100%;
	height:100%;
	background: #fff;
	-webkit-text-size-adjust: none;
}

h1{
	padding:  0 0 0 0;
	color: #333;
	font: bold 18px Helvetica;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}


h2{
	color: #333;
	font: bold 13px Helvetica;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 ;
	margin: 0;
	position: relative;
	line-height:1.1;
}

h3{
	padding:  0 0 0 0;
	color: #333;
	font: bold 18px Helvetica;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

/************************************************
*	Header  									*
************************************************/

div#headline{
	margin: 0 auto 1px;
	padding: 0;
	width: 100%;
	background:#eee;
}

div#headline h1{
	margin:0 auto;
	padding:0;
	width:1050px;
	color:#2C429A;
	font: normal 10px Helvetica;
	border:none;
}

div#header_inner {
	margin: 0 auto;
	padding: 0 0 8px 0;
	width: 1050px;
	text-align:left;
}

div#ad_header{
	margin:5px 0 0 0;
	width:728px;
	height:90px;
	background:#ccc;
	float:right
}

div#header_inner dt{
	clear:left;
	float:left;
}

div#header_inner input.focus{
	width:140px;
}

div#header_inner dd{
	margin-left:3px;
	float:left;
}

div#contents_menu{
	clear:both;
	margin: 0 ;
	padding: 0;
	width: 100%;
	height:36px;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x ;
}

div#contents_menu ul{
	padding: 0;	   
	margin:0 auto;
	width: 1050px;
	font: bold 13px Helvetica;
}

div#contents_menu li{
	margin:0;
	padding: 6px 15px 4px;
	color: #2C429A;
	border-right: 1px solid #ccc;
	list-style-type: none;
	display:block;
	float:left;
}

div#contents_menu li:first-child{
	border-left: 1px solid #ccc;
}

/************************************************
*	Footer  									*
************************************************/

div#footer_sitemap .title{
	padding:8px 0 0 0;
}

div#footer_sitemap dt {
	padding:8px 0;
	color: #B7DBF5;
	font: bold 12px Helvetica;
}

div#footer_sitemap dd {
	margin:0 0 5px 10px;
	padding:0 0 0 13px;
}

div.footer_inner{
	clear:both;
	margin: 0 auto;
	padding: 5px 0;
	width: 1050px;
	text-align:left;
}

div#footer_copyright{
	margin: 0 auto;
	padding: 5px 0 0;
	width: 100%;
	text-align:left;
	color:#333;
}

div#p_mark{
	float:right;
}

div#footer_copyright ul#footer_menu{
	margin: 0;
	padding: 0;
}

div#footer_copyright ul#footer_menu li{
	margin: 0;
	padding:0 12px 0 13px;
	list-style:none;
	float:left;
	background:url(../images/arrow_b.png) no-repeat 0 3px;
}
div#copyright{
	margin: 0;
	padding:15px 10px 0 0;
	float:left;
	width:600px;
}

/************************************************
*	Main parts  								*
************************************************/

div#main_contents{
	margin:0;
	padding: 0;
	width:100%;
}

div#wrapper{
	margin:0 auto;
	padding:10px 0 0;
	width:1050px;
}

div#frame{
	margin:0 auto;
	padding: 10px;
	width:938px;
	line-height: 1.5;
	background-color: white;
	border: 1px solid #333;
	border-top-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
}

ol#pageNavi {
	padding: 0 0 30px;
	margin: 0;
	list-style:none;
}

ol#pageNavi li {
	float: left;
	padding-left: 1px;
	font-size: 90%;
	list-style:none;
}

ol#pageNavi a:hover, #pageNavi a:active, #pageNavi a.selected {
	color: #3E83C1;
	text-decoration: none;
}
