@charset 'utf-8';

/* mainTitle
-------------------------------------------------- */

#mainTitle {
	width: 798px;
	height: 180px;
	padding: 0px;
	margin: 0px 0px 17px;
	background: url(../images/maintitle_bg.jpg) left top no-repeat;
	position: relative;
}

#mainTitle h1 {
	width: 154px;
	height: 24px;
	display: block;
	font-size: 1px;
	te\xt-indent: -10000px;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	border: none;
	background: url(../images/maintitle_001.gif) left top no-repeat;
	position: absolute;
	left: 13px;
	top: 44px;
}

#mainTitle p {
	width: 274px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	display: block;
	font-size: 1px;
	te\xt-indent: -10000px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: url(../images/maintitle_002.gif) left top no-repeat;
	position: absolute;
	left: 13px;
	top: 80px;
}

/* mainArea 
-------------------------------------------------- */

#mainArea .twoColumns {
	margin: 0px 0px 18px;
}

#mainArea .twoColumns .leftColumn {
	margin: 0px 0px 0px 4px;
	float: left;
}

#mainArea .twoColumns .rightColumn {
	margin: 0px 2px 0px 0px;
	float: right;
}


