@charset "utf-8";
/* CSS Document */


/*floatクリア設定
--------------------------------------------------------------------*/
#outsite:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#outsite {
	display: inline-block;
}
/*Hides from IE-mac |*/
* html #outsite { height:1%;}
#outsite {display:block;}
/* End hide from IE-mac*/


/*index
--------------------------------------------------------------------*/
#headerWrap.index {
	background: url(../images/index/img_main.jpg) no-repeat;
	background-position: center 80px;
}
#headerWrap.index #title h2 {
	width: auto;
	height: auto;
	margin-top: 20px;
	padding: 0px;
}
#headerWrap.index h3 {
	margin-top: 100px;
}
#headerWrap.index #title {
	background: none;
}
#headerWrap.index #title .boxRight {
	margin: 40px 0px 20px 0px;
}
#headerWrap.index #title .boxRight p + p {
	margin-top: 11px;
}
#footerWrap.index {
	padding-top: 16px;
}
#content.index {
	font-size: 90%;
	line-height: 130%;
}
#mainIndex {
	width: 640px;
	margin-top: 30px;
	float: left;
}
#mainIndex .space-t10 {margin-top: 10px;}
#menuIndex {
	width: 300px;
	margin-top: 30px;
	float: right;
}
#banner {
	width: 300px;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px dotted #cccccc;
	float: right;
}
#menuIndex img, #banner img {
	border: 1px solid #cccccc;
}
#menuIndex p + p, #info div p + p {
	margin-top: 5px;
}
#info {
	width: 310px;
	margin-top: 20px;
	float: left;
	background: #dcf1ee;
}
#info .area {
	height: 290px;
	margin-bottom: 5px;
	padding: 10px 0px 10px 10px;
	overflow: auto;
}
#info div p {
	width: 280px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ffffff;
}
#info a, #info a:link, #info a:visited{
	text-decoration: underline;
	color: #333333;
}
#info a:hover{
	text-decoration: underline;
	color: #ff6600;
}
#time {
	width: 310px;
	margin-top: 20px;
	float: right;
	background: #eaf5fa;
}
#time .area {
	padding: 10px 10px 0px 10px;
}
#time span {
	display: block;
	font-size:80%;
}
#time span.note {
	display: inline;
	font-size: 75%;
	color: #999999;
}
#time .boxLeft, #time .boxRight {
	width: 140px;
	margin-bottom: 15px;
	text-align: center;
}
#time th {
	background: #c7e3f1;
}
#time td {
	text-align: center;
	line-height: 100%;
	vertical-align: middle;
}
#smorking {
	margin-top: 15px;
	padding: 10px 8px 8px 72px;
	background: url(../images/index/img_smoking.png) no-repeat;
	background-position: 8px center;
	border: 2px solid #eeeeee;
	clear: both;
}
#outsite {
	margin-top: 25px;
}
#outsite p {
	width: 192px;
	margin: 0px 9px 0px 0px;
	border: 1px solid #cccccc;
	float: left;
}
#outsite p.boxRight {
	width: 234px;
	margin: 0px;
	border: 0px;
	float: right;
}
#outsite a img, #outsite a:link img, #outsite a:visited img{
	text-decoration: none;
	border: 2px solid #ebebeb;
}
#outsite a:hover img {
	text-decoration: underline;
	border: 2px solid #83cbc3;
}
#outsite p.boxRight a img, #outsite p.boxRight a:link img, #outsite p.boxRight a:visited img, #outsite p.boxRight a:hover img{
	text-decoration: none;
	border: 0px;
}


/*人間ドック
--------------------------------------------------------------------*/
#main.health table td {
	border: #999999 1px solid;
	padding: 5px 3px 3px 5px;
	vertical-align: middle;
}
#main.health table th {
	background: #dcf1ee;
	font-weight: normal;
	padding: 10px 3px 6px 5px;
	vertical-align: middle;
}
#main.health table td.course1 {
	background: #FFE0E0;
	color: #FF8585;
}
#main.health table td.course2 {
	background: #FFE5CC;
	color: #FF9933;
}
#main.health table th.course1 {
	background: #FFB2B2;
}
#main.health table th.course2 {
	background: #FFC285;
}
#course .boxLeft, #course .boxRight {
	width: 370px;
	margin: 20px 0px 30px 0px;
	border: 1px solid #cccccc;
}
#course .boxLeft h5, #course .boxRight h5 {
	margin-bottom: 0px;
	padding: 12px 0px 8px 0px;
	border-bottom: none;
	text-align: center;
	font-size: 110%;
	font-weight: normal;
}
#course .boxLeft h5 {
	background: #FFE0E0;
	border-top: 5px solid #FFB2B2;
}
#course .boxRight h5 {
	background: #FFE5CC;
	border-top: 5px solid #FFC285;
}
#course dl {
	margin: 20px 35px 10px 35px;
	line-height: 140%;
}
#course dl dt {
	width: 100px;
	float: left;
	text-indent: 6px;
}
#course dl dd {
	margin: 10px 0px 10px 0px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}
#course .boxLeft dl dt {
	border-left: 5px solid #FFB2B2;
}
#course .boxRight dl dt {
	border-left: 5px solid #FFC285;
}


/*みどりの風
--------------------------------------------------------------------*/
ul#paper {
	margin: 0px 0px 0px 0px;
	line-height: 120%;
}
ul#paper li {
	width: 180px;
	margin: 0px 5px 15px 5px;
	border: 1px solid #cccccc;
	text-indent: 40px;
	float: left;
	list-style: none;
}
ul#paper li a, ul#paper li a:link, ul#paper li a:visited{
	padding: 10px 0px 5px 0px;
	background: #ffffff url(../images/icon_pdf.png) no-repeat;
	background-position: 4px center;
	border: 3px solid #eeeeee;
	text-decoration: none;
	color: #333333;
	display: block;
}
ul#paper li a:hover{
	background: #F9FCFF url(../images/icon_pdf.png) no-repeat;
	background-position: 4px center;
	border: 3px solid #D6E7FF;
	text-decoration: underline;
}
ul#paper li span, #paperNew span {
	display: block;
	font-size: 85%;
}
ul#paper li + li {
	margin-top: 0px;
}
#paperNew {
	width: 300px;
	margin: 0px auto;
	border: 1px solid #cccccc;
	text-indent: 48px;
	line-height: 120%;
}
#paperNew a, #paperNew a:link, #paperNew a:visited{
	padding: 10px 0px 5px 0px;
	background: #ffffff url(../images/icon_pdf.png) no-repeat;
	background-position: 10px center;
	border: 3px solid #eeeeee;
	text-decoration: none;
	color: #333333;
	display: block;
}
#paperNew a:hover{
	background: #F9FCFF url(../images/icon_pdf.png) no-repeat;
	background-position: 10px center;
	border: 3px solid #D6E7FF;
	text-decoration: underline;
}

/*同好会
--------------------------------------------------------------------*/
#main.club img {
	padding: 2px;
	border: 1px solid #cccccc;
}
ul#club li {
	width:185px;
	float: left;
}
ul#club li + li {
	margin-top: 0px;
}


/*プライバシーポリシー
--------------------------------------------------------------------*/
ul#privacy li ul {
	margin-top: 5px;
}
ul#privacy li ul li {
	list-style: circle;
}


/*サイトマップ
--------------------------------------------------------------------*/
#main.sitemap em {
	padding: 8px 0px 3px 8px;
	background: #ECF4FF;
	border-left: 5px solid #AFD1FF;
	line-height: 120%;
	font-size: 120%;
	font-weight: normal;
	display: block;
}
#main.sitemap ul {
	margin-left: 0px;
}
#main.sitemap li {
	width: 245px;
	margin-left: 20px;
	list-style: none;
	float: left;
}
#main.sitemap li ul {
	margin: 0px;
	padding-top: 10px;
	background: none;
	border-top: 1px solid #cccccc;
}
#main.sitemap li ul li {
	width: 100%;
	margin-left: 0px;
}
#main.sitemap li ul li.sublist {
	padding-top: 10px;
	list-style: inside;
}
#main.sitemap li ul li ul {
	padding-top: 0px;
	border-top: none;
}
#main.sitemap li ul li ul li {
	padding-left: 20px;
}
#main.sitemap li + li {
	margin-top: 0px;
}
#main.sitemap ul + ul {
	margin-top: 30px;
	padding-top:40px;
	background: url(../images/img_border_l.png) top center no-repeat;
}
#main.sitemap li a, #main.sitemap li a:link, #main.sitemap li a:visited{
	padding: 3px 0px 2px 15px;
	background: url(../images/arrow_page.png) no-repeat;
	background-position: left 8px;
	list-style: none;
	text-decoration: underline;
	color: #333333;
}
#main.sitemap li a:hover{
	text-decoration: underline;
	color: #089888;
}
