* {
	padding: 0px;
	margin: 0px;
}

body {
	background: #FFF;
	font-family: "MS UI Gothic","Hiragino Kaku Gothic Pro","OSAKA","Lucida Grande",sans-serif;
}

.Clear {
	clear: both;
}

.Clear hr {
	display: none;
}

.font {
	letter-spacing:1pt; 
}


#Wrapper {
	width: 599px;
	margin: 0px auto;
	border-left: 1px solid #F30;
	border-right: 1px solid #F30;
}

#Header {
	border-bottom: 1px solid #F30;
}

#Header h1 {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
	padding: 5px 10px;
	background: #F30;
	text-align: right;
}

#Header img {
	border: none;
}

#Contents {
}

#Contents h2 {
	font-size: 18px;
	color: #F30;
	margin: 20px 20px 5px;
	border-bottom: 2px solid #DDD;
	padding: 0px 0px 5px;
}

#StaffVoice .SectionL {
	width: 160px;
	float: left;
	text-align: right;
	margin: 10px 0px 0px;
}

#StaffVoice .SectionL img {
	border: 1px solid #DDD;
	width: 138px;
}

#StaffVoice .SectionL h3 {
	font-size: 12px;
	text-align: left;
	color: #06C;
	margin: 10px 0px 5px 20px;
}

#StaffVoice .SectionL p {
	font-size: 11px;
	text-align: left;
	line-height: 140%;
	margin-left: 20px;
}

#StaffVoice .SectionR {
	width: 400px;
	float: right;
	margin: 10px 0px 0px;
}

#StaffVoice .SectionR dl {
	margin-right: 20px;
	margin-bottom: 20px;
}

#StaffVoice .SectionR dt {
	font-size: 14px;
	color: #F30;
	font-weight: bold;
	margin: 0px 0px 5px;
}

#StaffVoice .SectionR dd {
	font-size: 12px;
	text-align: justify;
	line-height: 140%;
	margin: 0px 0px 15px;
}

#Greeting p {
	margin: 0px 20px;
	font-size: 14px;
	line-height: 150%;
}

#Greeting .Images {
	width: 195px;
	float: left;
	text-align: right;
	margin: 10px 0px;
}

#Greeting .Images img {
	border: 2px solid #EEE;
}

#Concept .Images {
	text-align: center;
}

#DataTables table {
	width: 560px;
	margin: 0px auto;
}

#DataTables th {
	width: 140px;
	font-size: 14px;
	color: #930;
	text-align: left;
	padding: 4px 0px;
	border-bottom: 1px solid #DDD;
}

#DataTables td {
	font-size: 14px;
	padding: 4px 5px;
	border-left: 1px dotted #DDD;
	border-bottom: 1px solid #DDD;
}

#Link {
	margin: 20px;
	text-align: center;
}

#Link p {
	font-size: 14px;
	margin-bottom: 5px;
}

#CorpInfo p {
	margin: 0px 20px;
	font-size: 14px;
	line-height: 140%;
}

#Footer {
	margin-top: 20px;
	padding: 20px 20px 50px;
	background: #FDD;
	text-align: right;
}

#Footer address a {
	font-size: 11px;
	font-style: normal;
	color: #000;
}

