/*ベースフォント・デザイン
------------------------------------*/

p, dl, dt, dd {
	margin:0px;
}

a img {
	border-style: none;
	border: 0px;
}

.red {
	color: #DC0000;
}

.black {
	color: #000000;
}
.grayBg{
	background: #F2F2F2;
	text-align: center;
	}
/*■テキストリンク制御■■■■■■■■■■■■■■■■■*/

a:link {
	color: #4D4D85;
	text-decoration: underline;
}

a:visited {
	color: #4D4D85;
	text-decoration: underline;
}

a:hover {
	color: #660066;
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/*------------------------------------*/

.clear {
	clear: both;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.topMargin5 {
	margin-top: 5px;
}

/*レイアウト（共通）
------------------------------------*/
body {
	margin:0;
	padding:0;
	text-align:center;
	background: #5E5E5E;
	color: #515151;
	font-size: 12px;
}

#bodyWrapper {
	width: 792px;
	margin: 0 auto;
	text-align:left;
	position: relative;
	border-top: 10px solid #DC0000;
	border-left: 1px solid #DC0000;
	border-right: 1px solid #DC0000;
	border-bottom: 1px solid #DC0000;
	background: #FFFFFF;
}

#headderArea {
	background: url(../img/head_back.jpg) no-repeat 0px 0px;
	height: 87px;
}

#mainArea {
	width: 714px;
	margin: 0 39px;
}

#footerArea {
	background: #DC0000 url(../img/footer_topImage.gif) repeat-x 0px 0px;
	margin: 20px 0 0;
	padding: 15px 20px 10px;
	color: #FFFFFF;
	font-size: 14px;
}

/*------------------------------------*/

#headderArea p.logoMark {
	position: absolute;
	top: 12px;
	left: 13px;
	height: 45px;
	width: 150px;
}

p.headLink {
	padding: 15px 0 0 0;
	text-align: center;
	line-height:150%;
	font-size: 120%;
}
p.headLink a:hover {
	color: #DC0000;
	text-decoration: underline;
}

h1 {
	margin: 20px 0 0;
}

h2 {
	margin: 20px 0 0;
}

p.maPageTop {
	margin: 30px 20px 0 auto;
	text-align: right;
	voice-family: "\"}\""; /* IE5.5以前用ハック */
	voice-family: inherit; /* IE5.5以前用ハック */
	width: 4em;
	background: url(../img/link_point_up.gif) no-repeat 0px 50%;
	padding: 0 0 0 10px;
	clear: both;
}

#mainArea div.oneBlock {
	width: 674px;
	margin: 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dashed #5E5E5E;
}

table.normal {
	width: 674px;
	margin: 15px 0 0 0;
	border-collapse: collapse;
	border-bottom: 1px solid #FFFFFF;
}

table.normal th {
	background: #E7F1F0;
	border-bottom: 1px dashed #354BA2;
	padding: 8px 10px;
	font-weight: normal;
	text-align: left;
}

.yellow{
	background-color:#FFFFCC;
	}
table.normal td {
	border-bottom: 1px dashed #354BA2;
	padding: 8px 10px;
}

table.normal caption {
	color: #FFFFFF;
	background: #1B7DB6;
	padding: 10px;
	font-weight: bold;
}

table#insideTable td {
	border-bottom: none;
	padding: 0px;
}

p.maText {
	margin: 20px 0 0;
}

p.maTextCenter {
	margin: 0;
	text-align: right;
}

p.maTextRed {
	margin: 20px 0 0;
	color: #DC0000;
}

p.maTextRedMarginShort {
	margin: 5px 0 0;
	color: #DC0000;
}

ol {
	padding: 0;
}

ol li {
	margin: 10px 0 0;
	padding: 0;
}

#mainArea p.formRead {
	background: #FFE43F;
	padding: 20px;
	margin: 15px 0 0;
}

table.form {
	width: 674px;
	margin: 5px 0 0 0;
	border-collapse: collapse;
	border: 1px solid #DC0000;
}

table.form th {
	width: 204px;
	background: #F2F2F2;
	border-bottom: 1px dashed #5E5E5E;
	padding: 5px 10px;
	font-weight: normal;
	text-align: left;
	border-left: 1px solid #DC0000;
	border-right: 1px solid #DC0000;
}

table.form td {
	border-bottom: 1px dashed #5E5E5E;
	padding: 5px 10px;
	border-left: 1px solid #DC0000;
	border-right: 1px solid #DC0000;
}

table.form caption {
	color: #FFFFFF;
	background: #DC0000;
	padding: 10px;
	font-weight: bold;
}

/*　フォーム
---------------------------------------　*/

form {
	margin: 0;
	padding: 0;
}

input.radio {
	border-style: none;
	color: #000000;
	background: tranceparent;
}

#short {
	width: 200px;
}

#middle {
	width: 300px;
}

#long {
	width: 420px;
}

form input.btn{
	margin: 0 5px 0 0;
	padding: 0 5px 0;
	line-height: 1.0em;
	text-align: center;
	font-weight: bold;
}



* {
  scrollbar-base-color: #5E5E5E;
}

* {
  scrollbar-track-color: #5E5E5E;
  scrollbar-face-color: #5E5E5E;
  scrollbar-shadow-color: #DC0000;
  scrollbar-darkshadow-color: #5E5E5E;
  scrollbar-highlight-color: #DC0000;
  scrollbar-3dlight-color: #5E5E5E;
  scrollbar-arrow-color: #DC0000;
}

