@charset "shift_jis";

/* 教えて！人工関節 CSS */

/*---------------------------------------------
 カバー
---------------------------------------------*/

/*============= タイトル =============*/
div#h1oshiete {
	background: url(../../oshiete/images/header.gif) 0 0 no-repeat;
	width: 620px;	/* total:620px */
	min-height: 230px;	/* total:230px */
}
* html div#h1oshiete {	/* ===== IE6 hack ===== */
	height: 230px;	/* total:30px */
}

div#h1oshiete h1 {
	text-indent: -9999em;
	font-size: small;
	height: 20px;
}
/*
div#h1oshiete h2 {
	font-size: 120%;
	line-height:120%;
	margin: 40px 0 20px 0;
	font-weight:bold;
}
*/

div#h1oshiete p {
	padding: 120px 0px 0px 90px;
	width:420px;
}

/*---------------------------------------------
 質問・回答コーナー
---------------------------------------------*/
div#questions {
	width:620px;
	height:204px;
	background: url(../../oshiete/images/questions.gif) 0 0 no-repeat;
}

div#questions ul {
	padding:60px 0 0 40px;
	list-style:none;
}
div#questions ul li a{
	list-style:none;
	text-indent:-9999px;
	display:block;
	background: url(../../oshiete/images/questions_index.gif) no-repeat;
}
div#questions ul li#question01 a{
	height:24px;
	width:450px;
	background-position:0 0;
}
div#questions ul li#question01 a:hover{
	background-position:0 -120px;
}
div#questions ul li#question02 a{
	height:24px;
	width:450px;
	background-position:0 -24px;
}
div#questions ul li#question02 a:hover{
	height:24px;
	width:450px;
	background-position:0 -144px;
}
div#questions ul li#question03 a{
	height:24px;
	width:450px;
	background-position:0 -48px;
}
div#questions ul li#question03 a:hover{
	height:24px;
	width:450px;
	background-position:0 -168px;
}
div#questions ul li#question04 a{
	height:24px;
	width:450px;
	background-position:0 -72px;
}
div#questions ul li#question04 a:hover{
	height:24px;
	width:450px;
	background-position:0 -192px;
}
div#questions ul li#question05 a{
	height:24px;
	width:450px;
	background-position:0 -96px;
}
div#questions ul li#question05 a:hover{
	height:24px;
	width:450px;
	background-position:0 -216px;
}

div#title_qa {
	background: url(../../oshiete/images/title_qa.gif) 0 0 no-repeat;
	text-indent:-9999px;
	width:620px;
	height:67px;
	margin:15px 0;
}

dl.qa {
	clear: both;
	
}

dl.qa dt {
	font-size: 1em;
	color: #3F5866;
	font-weight: bold;
	height:40px;
	background: url(../../oshiete/images/q.gif) 0 0 no-repeat;
	padding:0 0 0 35px;
	line-height:30px;
}
dl.qa dd {
	margin-bottom: 10px;
	background: url(../../oshiete/images/a.gif) 0 0 no-repeat;
	padding:5px 0 10px 35px;

}
div.line {
	clear:both;
	background: url(../../oshiete/images/line.gif) 0 0 no-repeat;
	width:620px;
	height:20px;
	margin-bottom:15px
}
.btn_hospital a{
	display:block;
	height:23px;
	line-height:23px;
	margin-top:20px;
	padding-left:208px;
	background: url(../../oshiete/images/btn_hospital.gif) 0 0 no-repeat;
	color:#428EC7;
}
.btn_hospital a:hover{
	text-decoration: none;
	color: #FD7D43;
}
.btn_sim a{
	display:block;
	height:23px;
	line-height:23px;
	margin-top:20px;
	padding-left:208px;
	background: url(../../oshiete/images/btn_sim.gif) 0 0 no-repeat;
	color:#428EC7;
}
.btn_sim a:hover{
	text-decoration: none;
	color: #FD7D43;
}
.link{
	display:block;
	font-size: 1.0em;
	background: url(../../images/point04.gif) no-repeat 0px 4px;
	padding: 0px 0px 0px 16px;
	margin-top:15px;
}
.link a{
	color: #428EC7;
}
.link a:hover{
	text-decoration: none;
	color: #FD7D43;
}

/*---------------------------------------------
ギモン
---------------------------------------------*/
#gimon {
	background: url(../../oshiete/images/gimon.gif) no-repeat;
	width: 560px;/* total:620px */
	height: 420px;/* total:420px */
	padding: 100px 30px 0px 30px;
	clear:both;
}

#gimon ul {
	margin:0px 0 10px 1.5em;
	padding:0;
	font-size:0.8em;
}
#gimon li {
	list-style:circle;
	line-height:120%;
}

#gimon #formlink a{
	height:45px;
	background:url(../../oshiete/images/btn_link.jpg) 0 0 no-repeat;
	margin:20px 0 0 150px;
	display:block;
	text-indent:-9999px;
}
#gimon #formlink a:hover{
	background-position:0 -45px;
}

/*---------------------------------------------
質問一覧へ
---------------------------------------------*/
div.toQuestions a{
	background: url(../../images/toquestions.gif) no-repeat right;
	height: 13px;
	text-indent: -9999em;
	float: right;
	display: block;
	width: 85px;
	height: 13px;
}

/*---------------------------------------------
ギモンフォーム
---------------------------------------------*/
#form_gimon {
	background: url(../../oshiete/images/bk_form.gif) 0 0 no-repeat;
	padding: 90px 0px 0px 30px;
	height:680px;
	font-size:110%;
}
td {
	white-space:nowrap;
}

ul.check_sequence{
	padding-top: 0px !important;
	padding-right: 5px !important;
	padding-bottom: 0px !important;
	padding-left: 5px !important;
	margin-top: 4px !important;
	margin-bottom: 4px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
	overflow: hidden !important;
	position: relative !important;
	list-style-type: none !important;
}
ul.check_sequence li{
	float:left !important;
	white-space: nowrap !important;
	clear: none !important;
	margin: 0px !important;
	padding-right:18px !important;
	padding-left: 2px !important;
	padding-top: 0px !important;
	padding-bottom: 3px !important;
}
div.alert{
	width:95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #FFEEEE;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 2px solid #FF0000;
	color: #FF0000;
}

p.error {
	font-weight: bold;
	color: #FF0000;
	display: block;
	clear: both;
	float: left;
}

div#qa_link a{
	background:url(../img/mail.gif) 0 0 no-repeat;
	padding-left:35px;
	font-size:100%;
	margin:10px 0 0 20px;
	height:50px;
	display:block;
}

