/* ../css/common.css */


.header{
	width : 960px;
	height : 50px;
/*	background-color : #FFAA00; */
	position : relative; top:20px; left: 10px;
}

.head_logo{
	width : 350px;
	height : 50px;
	position : absolute; top:0px; left: 0px;
	font-size : 12px;
	color : #000000;
/*	font-weight : bold; */
/*	background-color : #AA00FF; */
/*	vertical-align : middle; */
}

.head_ad{
	width : 250px;
	height : 50px;
	position : absolute; top:10px; left: 710px;
	font-size : 12px;
	text-align : right;
	vertical-align : bottom;
/*	background-color : #AA00FF; */
/*
	font-weight : bold;
	color : red;
*/
}

.top_navi{
	width : 960px;
	height : 30px;
/*	background-color : #AAAA00; */
	position : relative; top:30px; left: 10px;
	margin:0px 0px 0px 0px;
	padding:0px;
}

.navi_icon{
	height : 30px;
	margin:0px 0px 0px 0px;
	padding:0px;
/*	background-color : #CCAA00; */
}

.top_navi_right{
	width : 130px;
	height : 30px;
/*	background-color : #FF6BFF; */
	position : absolute; top:0px; left: 830px;
	margin:0px 0px 0px 0px;
	padding:0px;

}


p.sub_navi{
	margin : 0px 0px 6px 0px;
/*	font-weight : bold;
	background: url(../img/bg/side_bg4.png); */
}

p.sub_navi2{
	margin : 3px 0px 3px 30px;
	font-size : 12px;
/*	font-weight : bold; */
	color : #000000;
}


.containt_title{
	height : 20px;
	position : relative; top:0px; left:0px;
	font-weight : bold;
	font-size : 14px;
	color : #FFFFFF;
/*	background-color : #0000FF;
	padding : 3px; */
}

.containt_titlel{
	width : 700px;
	height : 33px;
	position : relative; top:0px; left:0px;
	font-weight : bold;
	font-size : 20px;
	color : #FFFFFF;
/*	background-color : #0000FF;
	border : 1px solid #0000DD; */
}


.footer{
	width : 960px;
	height : 50px;
/*	background-color : #AAAAAA; */
	margin-top : 10px;
	position : absolute; bottom:0px;left:10px;
}
.copy{
	width : 960px;
	text-align : center;
/*	background-color : #0000FF; 
	font-weight : bold;*/
	font-size : 12px;
	position : relative;
}


a:visited {
	color:#000000;
	text-decoration : none;
}

a:link {
	color:#000000;
	text-decoration : none;
}
a:hover {
	color:#000000;
	text-decoration : underline;
}

a:active {
	color:#000000;
	text-decoration : underline;
}



.clear {
	clear:both;
}


.side_info{
	width : 230px;
	background-color : #E8E8E8;
	position : relative; top:10px; left:10px;
	font-size : 12px;
	
}

p.info_tittle{
	border-bottom : 1px solid #0000DD;
	margin : 10px 0px;
	font-weight : bold;
}

p.info_cont{
	margin : 10px 10px;
}

p.info_contR{
	margin : 10px 10px;
	color : #FF0000;
}

p.info_contB{
	margin : 10px 10px;
	color : #0000FF;
}


p.info_cont2{
	margin : 10px 30px;
}

p.info_cont3{
	margin : 10px 30px;
	color : #FF0000;
}

p.info_link{
	margin : 10px 30px;
}

hr.blue {
	color : #0000ff;
}

h1 {
	font-size : 12px;
	font-weight : normal;
}
