/* Init */

* {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(../img/bg_body.jpg) repeat-x #FBFBF7;
	font-family: "MS UI Gothic","Hiragino Kaku Gothic Pro","OSAKA","Lucida Grande",sans-serif;

}

.Clear {
	clear: both;
}

.Clear hr {
	display: none;
}

table {
	border-collapse: collapse;
}

a {
	color: #C30;
/*\*/
	overflow: hidden;
/**/
}

a:visited {
	color: #963;
}


#Container {
	width: 760px;
	margin: 0px auto;
}

/* #Header */

#Header {
	background: url(../img/bg_header.gif) no-repeat left bottom;
}

#Header h1 {
	font-size: 1px;
	text-indent: -9999px;
}

#Header .LinkPoint {
	padding: 15px 0px 20px;
}

#Header .LinkPoint ul {
	list-style-type: none;
	margin: 0px 0px 0px 405px;
}

#Header .LinkPoint ul li {
	float: left;
}

#Header .LinkPoint ul li a {
	display: block;
	font-size: 1px;
	height: 13px;
	text-indent: -9999px;
}

#Header .LinkPoint ul li.Official {
	width: 170px;
}

#Header .LinkPoint ul li.Onlyone {
	width: 185px;
}

#Header .LinkPoint ul li.Official a {
	width: 148px;
	background: url(../img/btn_header_official.gif) no-repeat 0px 0px;
}

#Header .LinkPoint ul li.Onlyone a {
	display: block;
	background: url(../img/btn_header_onlyone.gif) no-repeat 0px 0px;
}

#Header .LinkPoint ul li a:hover {
	background-position: 0px -13px;
}

/* #MainImage */

#MainImage {
	margin: 10px 0px 0px;
	border-top: 5px solid #600;
}

/* #Contents */

#Contents {
	background: url(../img/bg_contents.gif) repeat-y #FFF;
}

/* #Contents Float */

#Contents .Left {
	float: left;
	width: 400px;
}

#Contents .Right {
	float: right;
	width: 360px;
}

/* .First in Left */

#Contents .Left .First {
	padding: 20px 0px 0px;
}

#Contents .Left .First h2 {
	background: url(../img/ttl_first.gif) no-repeat 10px 0px;
	height: 43px;
	border-left: 5px solid #DDD;
	font-size: 1px;
	text-indent: -9999px;
}

#Contents .Left .First .TextArea {
	padding: 20px 15px 0px;
}

#Contents .Left .First .TextArea p {
	font-size: 14px;
	text-align: justify;
	line-height: 150%;
	padding: 0px 0px 10px;
}

/* .Data in Left */

#Contents .Left .Data {
	padding: 20px 0px 20px;
}

#Contents .Left .Data h2 {
	background: url(../img/ttl_data.gif) no-repeat 10px 0px;
	height: 20px;
	border-left: 5px solid #DDD;
	font-size: 1px;
	text-indent: -9999px;
}

#Contents .Left .TableArea {
	margin: 20px 15px 0px;
}

#Contents .Left .Data table {
	width: 100%;
	border-right: 1px solid #EEE;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
}

#Contents .Left .Data table th {
	width: 100px;
	background: #FAFAFA;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#Contents .Left .Data table td {
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 5px;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

/* .Recruit in Left */

#Contents .Left .Recruit {
	padding: 20px 0px 20px;
}

#Contents .Left .Recruit h2 {
	background: url(../img/ttl_recruit.gif) no-repeat 10px 0px;
	height: 20px;
	border-left: 5px solid #DDD;
	font-size: 1px;
	text-indent: -9999px;
}

#Contents .Left .Recruit table {
	width: 100%;
	border-right: 1px solid #EEE;
	border-top: 2px solid #EEE;
	border-bottom: 2px solid #EEE;
}

#Contents .Left .Recruit table th {
	width: 100px;
	background: #FAFAFA;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#Contents .Left .Recruit table td {
	font-size: 12px;
	color: #666;
	text-align: left;
	padding: 5px;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#Contents .Left .Recruit table td span {
	font-size: 11px;
	color: #F30;
}

#Contents .Left .GotoForm {
	margin: 10px 20px;
}

#Contents .Left .GotoForm a {
	display: block;
	width: 360px;
	height: 90px;
	background: url(../img/btn_gotoform.gif) no-repeat;
	font-size: 1px;
	text-indent: -9999px;
}

#Contents .Left .GotoForm a:hover {
	background-position: 0px -90px;
}

/* .ImageArea in Right */

#Contents .Right .ImageArea {
	margin: 15px 0px 0px 15px;
}

#Contents .Right .ImageArea .Images {
	width: 170px;
	float: left;
	margin: 0px 0px 10px;
}

#Contents .Right .ImageArea .Images img {
	border: 1px solid #DDD;
}



/* #Footer */

#Footer {
	background: #EEE;
	padding: 10px 10px 20px;
}

#Footer p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-align: right;
}