@import url("../common/common.css");

/*------------------------------------------------------------------------------
チェックシート用
------------------------------------------------------------------------------*/

#left .m_title {
	background:url("img/menu_title.gif") no-repeat;
}

.text {
	margin-top:10px;
	margin-left:20px;
	font-size:14px;
	line-height:18px;
	letter-spacing:1px;
}

.text span {
	font-size:14px;
	color:#300;
	font-weight:bold;
}

.c1 {
	font-size:14px;
	color:#f58345;
}

.c2 {
	font-size:14px;
	color:#26bdbe;
}

a {
	font-size:14px;
}

/*------------------------------------------------------------------------------
チェックシート部分
------------------------------------------------------------------------------*/
#check {
	position:relative;
	margin:0;
	padding:0;
	background:url("img/back.jpg") no-repeat;
	width:700px;
	height:909px;
}

#checks {
	position:relative;
	margin:0;
	padding:0;
	background:url("img/back2.jpg") no-repeat;
	width:700px;
	height:909px;
}

h2 {
	margin:0 0 0 100px;
	padding:150px 0 0;
	background:none;
	font-size:16px;
	width:500px;
	color:#300;
}

h2.res {
	text-align:center;
}


h3 {
	margin:0 0 0 80px;
	padding:6px 0 3px 20px;
	font-size:16px;
	width:532px;
	height:30px;
	color:#300;
	background:url("img/border.gif") no-repeat 0 32px;
}

.result h3 {
	margin:0;
	padding-left:0;
	width:552px;
	text-align:center;
}

.result h3.ttl {
	padding:0px 0 9px 0;
	width:552px;
}

p.space {
	margin:0;
	_margin:0 0 0 80px;
	padding:4px 0 5px 20px;
	width:532px;
	height:30px;
	background:url("img/border.gif") no-repeat 0 32px;
}

/*------------------------------------------------------------------------------
ページ移動
------------------------------------------------------------------------------*/

#page1 {
	position:absolute;
	top:86px;
	right:35px;
	display:block;
	width:20px;
	height:74px;
}

#page2 {
	position:absolute;
	top:182px;
	right:35px;
	display:block;
	width:20px;
	height:74px;
}

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

form {
	margin:0 0 0 80px;
	padding:20px 0 0;
	background:url("img/border.gif") no-repeat 0 12px;
}

.result {
	margin:0 0 0 80px;
	padding:20px 0 0;
	background:url("img/border.gif") no-repeat 0 12px;
}

#check p,
#checks p {
	margin:0;
	padding:4px 0 5px 20px;
	width:532px;
	height:30px;
	background:url("img/border.gif") no-repeat 0 32px;
}

#check .result p,
#checks .result p {
	margin:0;
	padding:8px 0 1px 60px;
	width:492px;
	height:30px;
	font-size:14px;
	letter-spacing:1px;
	background:url("img/border.gif") no-repeat 0 32px;
}

input {
	margin:0;
	padding:0;
	cursor:pointer;
}

label {
	padding-left:5px;
	font-size:14px;
	letter-spacing:1px;
	cursor:pointer;
}
/*------------------------------------------------------------------------------
チェック結果
------------------------------------------------------------------------------*/
#checkbox {
	margin:10px 0 0 100px;
	background:none;
}

#checkbox p {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	background:#fff;
}

#checkbox #check1,
#checkbox #check2,
#checkbox #check3,
#checkbox #check1 a,
#checkbox #check2 a,
#checkbox #check3 a {
	width:161px;
	height:117px;
	display:block;
}

#checkbox #check1 {
	background:url(img/result1_off.gif) no-repeat;
}

#checkbox #check2 {
	background:url(img/result2_off.gif) no-repeat;
}

#checkbox #check3 {
	background:url(img/result3_off.gif) no-repeat;
}

#check .result p.noimg1,
#checks .result p.noimg1 {
	padding-left:140px;
	background:none;
	width:412px;
}

#check .result p.noimg2,
#checks .result p.noimg2 {
	padding-left:110px;
	background:none;
	width:442px;
}

#check .result p.noimg3,
#checks .result p.noimg3 {
	padding-left:90px;
	background:none;
	width:462px;
}


