/* General Sections 
------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0px;
/*	border: 1px solid #CCCCCC;	*/
}

body {
	border-top: 2px solid #cc0000;
	background-color: #333333;
	background-image: url("../images/bg_headerline.png");
	background-position: center 2px;
	background-repeat: repeat-x;
}

ul, li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: left;
}

.clear {
	clear: both;
}

#page {
	background-image: url("../images/contents_mainimage.png");
	background-position: top center;
	background-repeat: no-repeat;
}


/* Header Sections 
------------------------------------------------------------------------- */
#header {
	width: 900px;
	height: 220px;
	margin: 0 auto;
}

#header h1 {
	float: left;
	font-size: 11px;
	font-weight: normal;
	padding: 10px 30px 0px 30px;
	height: 36px;
}

#header .right p {
	height: 20px;
}

#gmark {
	float: left;
	font-size: 11px;
	padding: 8px 0px 0px 50px;
}

#gmark a {
	margin: 0px 0px 0px 10px;
}

#caption {
	clear: both;
	padding-top: 50px;
	text-align: right;
}

#breadcrumbs {
	font-size: 13px;
	text-align: right;
	padding-top: 30px;
	color: #FFFFFF;
}

#breadcrumbs a {
	color: #FFFFFF;
}

/* Global Navigation
------------------------------------------------------------------------- */
#gnavi {
	clear: both;
}

#gnavi li {
	float: left;
	margin: 0px 13px 0px 13px;
}

#gnavi a {
	display: block;
	background-image: url("../images/menu_arrow.png");
	background-position: 0px 1px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 10px;
}

#gnavi a:hover {
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

/* Contents Sections 
------------------------------------------------------------------------- */
#contents {
	width: 900px;
	background-color: #FFFFFF;
	padding: 0px 0px 15px 0px;
	margin: 0 auto;
}

#contents a {
	color: #3333CC;
}

#contents_body {
	float: left;
	padding: 20px 10px 10px 15px;
	width: 640px;
	line-height: 120%;
}

#contents_body h2 {
	font-size: 1px;
	height: 35px;
}

#contents_body h2 span {
	display: none;
}

#contents_menu {
	float: left;
	padding: 10px 10px 10px 10px;
	width: 215px;
}

#contents_menu h3 {
	padding: 10px 0px 0px 0px;	
}

#contents_menu li {
	border: 1px solid #FFFFFF;
	padding: 5px 0px 0px 0px;
}

#contents_menu li a {
	display: block;
	padding: 0px 0px 0px 12px;
	background-image: url("../images/sidemenu_mark_green.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#contents_menu li a:hover {
	background-image: url("../images/sidemenu_mark_red.png");
}

#campaign_menu {
	margin: 20px 0px 0px 0px;
}

#campaign_menu li a {
	display: inline;
	padding: 0px 0px 0px 0px;
}

/* Footer Sections 
------------------------------------------------------------------------- */
#footer {
	background-color: #cccccc;
	border-top: 2px solid #666666;
	margin: 20px 0px 0px 0px;
	line-height: 110%;
}

#footer .inner {
	width: 900px;
	margin: 0 auto;
}

#footer .left {
	width: 550px;
	font-size: 11px;
	padding: 20px 10px 0px 15px;
}

#footermenu li {
	float: left;
	border-left: 1px solid #666666;
	margin: 0px 0px 5px 5px;
	line-height: 110%;
}

#footermenu a {
	color: #333333;
	white-space: nowrap;
	padding: 0px 0px 0px 5px;
}

#copyright {
	clear: both;
	font-family: Arial;
	margin: 0px 0px 0px 5px;
}

#copyright h2 {
	color: #333333;
	font-size: 13px;
}

#footer .right {
	width: 280px;
	font-size: 11px;
	padding: 20px 10px 15px 15px;
	text-align: center;
}

/* Form Sections 
------------------------------------------------------------------------- */
#form {
	margin: 0px 15px 0px 15px;
}

#form input, #form select, #form textarea {
	border: 1px solid #999999;
	padding: 2px 2px 2px 2px;
	margin: 0px 2px 0px 2px;
}

#form fieldset {
	margin: 15px 0px 0px 0px;
}

#form legend {
	color: #333333;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border-left: 5px solid #3333CC;
}

#form table {
	border-spacing: 5px;
}

#form th, #recruit td {
	padding: 5px 0px 5px 10px;
	margin: 2px 2px 2px 2px;
}

#form th {
	border: 1px solid #333366;
	background-color: #EEEEFF;
	color: #333366;
	width: 140px;
	text-align: left;
}

#form td {
	border-bottom: 1px solid #CCCCCC;
	width: 450px;
}

#form .error {
	color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
}

#form .buttons {
	padding: 0px 0px 0px 15px;
}

#form .buttons input {
	width: 100px;
}

#form .invisible {
	display: none;
}
