@charset "Shift_JIS";

/***** 共通 *****/

body {
	background: #ffffff url(../common_image/back.gif) repeat-x 0 0;
}

div#main div.clear {
	display: block !important;
	clear: both !important;
	float: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden !important;
}
div#main h2 div.kanban_common {
	background: url(all_h2_back.jpg) no-repeat 0 0;
	width: 620px;
	height: 118px;
	margin: 0;
	padding: 0;
	border: none;
	text-indent: 25px;
	font: bold 30px/118px 'MS PGothic',Osaka,'ヒラギノ角ゴ Pro W3',sans-serif;
	color: #ffffff;
}
div#main ul.pan {
	width: 610px;
	margin: 0 auto;
	padding: 0;
	border: none;
	list-style-type: none;
	text-align: right;
	font-size: 10px;
}
div#main ul.pan li {
	display: inline;
	margin: 0;
	padding: 0;
	text-indent: 0px;
	background-image: none;
	list-style-type: none;
	text-align: right;
}
div#main p.pagetop {
	float: none;
	clear: both;
	display: block;
	width: 600px;
	margin: 0px auto 10px;
	padding: 0;
	text-align: right;
}
div#main p.btm {
	float: none;
	clear: both;
	width: 620px;
	margin: 25px auto;
	padding: 0;
	text-align: center;
	line-height: 1.4em;
}
div#main p.inquiry {
	float: none;
	clear: both;
	width: 500px;
	margin: 30px auto 0;
	padding: 0;
}


/***** トップページ *****/

div#main div.calendar_left {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0 10px 0 0;
	border: none;
}

table.calendar {
	float: left;
	width: 280px;
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	border-collapse: collapse;
	text-align: center;
}
table.calendar .holiday {
	background-color: #ffe8e8;
}
table.calendar .afternoon {
	background-color: #fff6e9;
}
table.calendar th {
	padding: 5px;
	border: 1px solid #81ad7c;
	background-color: #e9ffe7;
	color: #557354;
}
table.calendar td {
	padding: 2px;
	width: 14%;
	border: 1px solid #81ad7c;
}

div#main a:link,
div#main a:active,
div#main a:visited,
div#main a:hover {
	text-decoration: underline;
}

/***** 生活習慣病検査 *****/

div#main ul.check {
	width: 500px;
	margin: 10px auto;
	padding: 0;
	list-style-type: none;
	text-indent: 0px;
}
div#main ul.check li {
	margin: 0;
	padding: 0 0 5px;
	list-style-type: none;
	text-indent: 23px;
	background: url(../image/check.gif) no-repeat 0 0;
	font-size: 1.1em;
	line-height: 20px;
}
div#main ul.faq_menu {
	width: 600px;
	margin: 5px auto;
	padding: 0;
	list-style-type: none;
}
div#main ul.faq_menu li a:link,
div#main ul.faq_menu li a:active,
div#main ul.faq_menu li a:visited {
	text-decoration: none;
}
div#main ul.faq_menu li a:hover {
	text-decoration: underline;
}
div#main dl.faq {
	width: 600px;
	margin: 5px auto;
	padding: 0px;
	line-height: 1.7em;
}
div#main ul.faq_menu li,
div#main dl.faq dt {
	background: url(../image/que.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
	text-indent: 33px;
	font-weight: bold;
	color: #01701c;
	font-size: 1.2em;
	line-height: 33px;
	list-style-type: none;
	border-bottom: 2px dotted #ccc;
}
div#main dl.faq dd {
	width: ;
	background: url(../image/ans.gif) no-repeat 0 0;
	margin: 0;
	padding: 5px 0px 10px 33px;
}

