@charset 'utf-8';

/* keyVisual
-------------------------------------------------- */

#keyVisual h1 {
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
}

/* mainArea
-------------------------------------------------- */

#mainArea h2 {
	padding: 0px;
	margin: 0px;
	background: none;
	border: none;
}

/* contentsBox
-------------------------------------------------- */

#mainArea .contentsBox {
	width: 930px;
	padding: 5px 15px 15px;
	margin: 0px 0px 30px;
	background: #edf2f9;
}

#mainArea .contentsBox .medicalTextBox {
	padding: 8px 0px 0px;
}

#mainArea .contentsBox .body {
	width: 930px;
	padding: 0px;
	margin: 10px 0px 0px;
	background: url(../images/box_bg1_2.gif) left top repeat-y;
}

#mainArea .contentsBox .body .layoutBase1 {
	width: 930px;
	padding: 0px;
	margin: 0px;
	background: url(../images/box_bg2.gif) left top no-repeat;
}

#mainArea .contentsBox .body .layoutBase2 {
	width: 930px;
	padding: 0px 0px 75px;
	margin: 0px;
	background: url(../images/box_bg2.gif) left bottom no-repeat;
	position: relative;
}

#mainArea .contentsBox .body .layoutBase3 {
	width: 930px;
	padding: 0px 0px 61px;
	margin: 0px;
	background: url(../images/box_bg2.gif) left bottom no-repeat;
	position: relative;
}

#mainArea .contentsBox .body2 {
	width: 930px;
	padding: 0px;
	margin: 10px 0px 0px;
	background: url(../images/box_bg1_1.gif) left top repeat-y;
}

#mainArea .contentsBox .body2 .layoutBase1 {
	width: 460px;
	padding: 0px;
	margin: 0px;
	background: url(../images/box_bg2.gif) left top no-repeat;
}

#mainArea .contentsBox .body2 .layoutBase2 {
	width: 460px;
	padding: 0px 0px 75px;
	margin: 0px;
	background: url(../images/box_bg2.gif) left bottom no-repeat;
	position: relative;
}

#mainArea .contentsBox .body2 .layoutBase3 {
	width: 460px;
	padding: 0px 0px 61px;
	margin: 0px;
	background: url(../images/box_bg2.gif) left bottom no-repeat;
	position: relative;
}

#mainArea .contentsBox .leftColumn {
	width: 428px;
	padding: 16px 16px 0px;
	margin: 0px;
	float: left;
}

#mainArea .contentsBox .rightColumn {
	width: 428px;
	padding: 16px 16px 0px;
	margin: 0px;
	float: right;
}

#mainArea .contentsBox .itemBox {
	width: 428px;
	padding: 0px;
	margin: 0px;
}

#mainArea .contentsBox .itemImage {
	width: 60px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#mainArea .contentsBox .itemText {
	width: 349px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#mainArea .contentsBox h3 {
	padding: 0px;
	margin: 0px 0px 7px;
	border: none;
	padding-left: 13px;
	background: url(../../../Form/shared/images/arrow_middle_right.gif) 0px 3px no-repeat;
	font-weight: normal;
	font-size: 100%;
	line-height: 1.4;
}

#mainArea .contentsBox h3 span {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	background: none;
	display: inline;
}

#mainArea .contentsBox .leftColumn .textImg {
	position: absolute;
	bottom: 19px;
	left: 16px;
}

#mainArea .contentsBox .leftColumn .detailButton {
	position: absolute;
	bottom: 17px;
	left: 318px;
}

#mainArea .contentsBox .rightColumn .textImg {
	position: absolute;
	bottom: 5px;
	left: 486px;
}

#mainArea .contentsBox .rightColumn .detailButton {
	position: absolute;
	bottom: 17px;
	left: 788px;
}


