@charset "utf-8";

@import url("LeftMenu.css");
@import url("Side.css");

/*
//--------------------------------------------------------------
*/


div#Header {
	width : 100%;
	border-bottom : 1px solid #272;
}

div#Header h1 {
	background-image : url("../img/common/h1.gif");
	background-repeat : x-repeat;
	border-left : 1px solid #aae390;
	border-right : 1px solid #aae390;
	border-bottom : 1px solid #aae390;
	padding : 3px 10px;
	font-size : 12px;
	font-weight : normal;
	color : #0000ff;
}


div#Logo {
	float : left;
	width : 200px;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-top : 20px;
	margin-right : 10px;
	text-align : center;
}

div#Search {
	float : left;
	width : 510px;
	padding-top : 40px;
	padding-bottom : 30px;
	margin-top : 20px;
	margin-left : 10px;
	text-align : center;
	font-size : 13px;
	border-top : 1px solid #272;
	border-bottom : 1px solid #272;
	background-image : url("../img/common/data_table.gif");
}

div#Index {
	float : right;
	width : 200px;
	margin-top : 20px;
	text-align : center;
	font-size : 14px;
	line-height : 200%;
}

div#TextPub {
	width : 710px;
	padding : 20px 0px 0px 40px;
	line-height : 135%;
}

div#TextPub li {
	float : left;
	background-image : url("../img/common/arrow.gif");
	background-repeat : no-repeat;
	background-position : left center;
	padding : 0px 35px 0px 15px;
	font-size : 12px;
}

div#TextPub a { text-decoration : none; }


a:hover { color : #f39; }


/*
//--------------------------------------------------------------
*/


div#Footer {
	clear : both;
	width : 960px;
	background-image : url("../img/common/foot.gif");
	background-repeat : x-repeat;
	margin-top : 10px;
	padding-top : 10px;
	text-align : center;
	font-size : 11px;
	color : #fff;
}

div#Footer a {
	color : #fff;
	text-decoration : none;
}

div#Footer p {
	height : 80px;
}


/*
//--------------------------------------------------------------
*/


div#Main {
	width : 100%;
	margin-top : 15px;
}

div#Left {
	float : left;
	width : 200px;
	margin-right : 10px;
}

div#Center {
	float : left;
	width : 510px;
	margin-left : 10px;
	margin-right : 0px;
}

div#Side {
	float : right;
	width : 200px;
}


/*
//--------------------------------------------------------------
*/


div#Center .Content {
	clear : both;
	width : 510px;
	margin-bottom : 20px;
}

div#Center .Content h2 {
	background-image : url("../img/common/top_h2.jpg");
	background-repeat : no-repeat;
	background-position : left;
	padding : 15px 10px 10px 65px;
	border-bottom : 1px solid #272;
	font-size : 15px;
	color : #272;
}

div#Center .Content .Way {
	clear : both;
	margin-top : 5px;
	padding : 10px;
	border : 1px solid #272;
	font-size : 13px;
	line-height : 130%;
}

div#Center .Content .Way .line_b {
	margin-bottom : 10px;
}

div#Center .Content .PickUP {
	clear : both;
	width : 490px;
	margin-top : 5px;
	padding : 10px;
	border : 1px solid #272;
	font-size : 13px;
	line-height : 130%;
}

div#Center .Content .PickUP:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

div#Center .Content .PickUP .image {
	float : left;
	width : 120px;
	margin-right : 10px;
}

div#Center .Content .PickUP .note {
	float : left;
	width : 360px;
}

div#Center .Content .PickUP .note h3 {
	font-size : 15px;
	margin-bottom : 3px;
}

div#Center .Content .PickUP .note h4 {
	padding-left : 25px;
	font-size : 13px;
}

div#Center .Content .PickUP .note p {
	padding-left : 25px;
	font-size : 13px;
}

div#Center .news {
	clear : both;
	margin-top : 5px;
	padding : 10px;
	border : 1px solid #272;
	font-size : 13px;
	line-height : 130%;
}


/*
//--------------------------------------------------------------
*/

