@charset "utf-8";

@import url("HeadFoot.css");
@import url("LeftMenu.css");
@import url("Side.css");

/*
//--------------------------------------------------------------
*/

a:hover { color : #f39; }

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 h3 {
	padding : 5px 10px 0px 10px;
	font-size : 14px;
	color : #a40;
}

div#Center .Content p {
	clear : both;
	width : 490px;
	padding : 10px;
	font-size : 13px;
	line-height : 135%;
}

div#Center .Content strong {
	font-weight : normal;
	margin-right : 5px;
	color : #f06;
}

div#Center .Content strong.font1 {
	font-size : 17px;
	font-weight : bold;
	color : #f06;
}

div#Center .Content strong.font2 {
	font-size : 17px;
	font-weight : bold;
	color : #60f;
}

div#Center .Content strong.font3 {
	font-size : 15px;
	font-weight : bold;
	color : #f60;
	text-decoration : underline;
}

div#Center .Content strong.font4 {
	font-size : 15px;
	font-weight : bold;
	color : #03f;
	text-decoration : underline;
}

div#Center .Content b {
	font-weight : normal;
	margin-right : 5px;
	color : #f00;
}

div#Center .Content b.font1 {
	font-size : 15px;
	font-weight : bold;
	color : #00a;
}

div#Center .Content b.font2 {
	font-size : 14px;
	font-weight : bold;
	color : #336;

}

div#Center .Content b.font3 {
	font-size : 26px;
	font-weight : bolder;
	color : #f60;
}

div#Center .Content b.font4 {
	font-size : 15px;
	font-weight : bold;
	color : #f06;
}

div#Center .Content b.font5 {
	font-size : 15px;
	font-weight : bold;
	color : #06f;
}

div#Center .main_msg {
	clear : both;
	width : 490px;
	padding : 10px;
	font-size : 16px;
	line-height : 145%;
	color : #f00;
}

div#Center .msg {
	clear : both;
	width : 490px;
	padding : 10px;
	font-size : 13px;
	line-height : 135%;
	color : #f00;
}

div#Center .FormTable {
	clear : both;
	width : 510px;
	margin-bottom : 20px;
}

div#Center .FormTable table {
	background : #262;
}

div#Center .FormTable td {
	padding : 10px;
	background : #fff;
	font-size : 13px;
	line-height : 145%;
}

div#Center .FormTable td.sjt {
	background-image : url("../img/common/data_table.gif");
	font-size : 14px;
	font-weight : bold;
	color : #272;
}

div#Center .Submit {
	clear : both;
	width : 510px;
	margin : 10px 10px 20px 10px;
	text-align : center;
}





/*
//--------------------------------------------------------------
*/

div#Center .Join p {
	font-size : 13px;
	line-height : 175%;
}


