@charset "utf-8";

/*
	File Name   : layout.css
	Description : ベーススタイル
*/


/* body
----------------------------------------------------------- */
body {
	color: #000;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fafefa url(../img/common/body_bg.png) repeat-x 0 0;
	-webkit-text-size-adjust: 100%;
}


/* ヘッダ
----------------------------------------------------------- */
#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font-size: 12px;
}

#header * {
	list-style: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#header .logo {
	float: left;
	padding: 24px 15px 20px 0;
}

#header #catch {
	padding: 30px 0 0;
}

#header form {
	position: absolute;
	top: 48px;
	right: 0;
}

#header form .screen-reader-text {
	display: none;
}

#header .search-field {
	float: left;
	width: 145px;
	height: 18px;
	margin: 0 6px 0 0;
	padding: 5px 5px 5px 30px;
	border: none;
	background: #d2d2d2 url(../img/common/header_search.png) no-repeat 5px 50%;
	box-sizing: content-box;
}

#header .search-submit {
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
	color: #fff;
	border: none;
	font-size: 12px;
	background: #474747;
	cursor: pointer;
}

#header .search-submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#header ul {
	clear: both;
	border-top: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
}

#header li {
	position: relative;
	float: left;
}

#header li a {
	display: block;
	text-align: center;
}

#header li a.disabled {
	background-color: #ddd;
}

#header li.home a {
	width: 94px;
}

#header li.interview a {
	width: 166px;
}

#header li.column a {
	width: 116px;
}

#header li.goods a {
	width: 118px;
}

#header li.hospital a {
	width: 166px;
}

#header li.disease a {
	width: 166px;
}

#header li.manage a {
	width: 134px;
}

#header li.new:after {
	position: absolute;
	top: -7px;
	right: 10px;
	content: '';
	width: 31px;
	height: 16px;
	background: url(../img/common/new_icon.png) no-repeat;
}

/* メイン
----------------------------------------------------------- */
#topicPath {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 25px;
	font-size: 13px;
}

#topicPath div {
	display: inline;
}

#topicPath a {
	text-decoration: underline;
}

#topicPath a:hover {
	text-decoration: none;
}

#container {
	width: 960px;
	overflow: hidden;
	line-height: 1.7;
	margin: 0 auto 100px;
}

#container a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#main {
	float: left;
	width: 680px;
}



/* サイド
----------------------------------------------------------- */
#side {
	float: right;
	width: 260px;
	padding: 0;
}

#side * {
	list-style: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#side div.bannerArea div {
	margin:0 auto 20px;
}


#sideRanking {
	margin: 0 0 20px;
}

#sideRanking h2 {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

#sideRanking ol {
	padding: 0 10px;
	border: 1px solid #e3e3e3;
	border-top: none;
	border-bottom: 1px solid #000;
	background: #fff;
}

#sideRanking li {
	border-bottom: 1px solid #d6d6d6;
}

#sideRanking .ranking1 {
	background: url(../img/common/side_ranking_01.png) no-repeat 0 50%;
}

#sideRanking .ranking2 {
	background: url(../img/common/side_ranking_02.png) no-repeat 0 50%;
}

#sideRanking .ranking3 {
	background: url(../img/common/side_ranking_03.png) no-repeat 0 50%;
}

#sideRanking .ranking4 {
	background: url(../img/common/side_ranking_04.png) no-repeat 0 50%;
}

#sideRanking .ranking5 {
	border: none;
	background: url(../img/common/side_ranking_05.png) no-repeat 0 50%;
}

#sideRanking li a {
	display: block;
	padding: 13px 0 13px 43px;
}

#sideRanking p {
	width: 190px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	background: #474747;
}

#sideRanking p a {
	display: block;
	padding: 6px 0 7px;
	color: #fff;
	background: url(../img/common/icon_arrow_02.png) no-repeat 87% 50%;
}

#sideRecent {
	margin: 0 0 20px;
}

#sideRecent h2 {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

#sideRecent ul {
	padding: 0 10px;
	border: 1px solid #e3e3e3;
	border-top: none;
	border-bottom: 1px solid #000;
	background: #fff;
}

#sideRecent li {
	border-bottom: 1px solid #d6d6d6;
}

#sideRecent li.last-child {
	border: none;
}

#sideRecent li a {
	display: block;
	overflow: hidden;
	padding: 13px 0;
}

#sideRecent li a img {
	float: left;
}

#sideRecent li a span {
	display: block;
	margin: 0 0 0 95px;
}

#sideRecent p {
	width: 190px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	background: #474747;
}

#sideRecent p a {
	display: block;
	padding: 6px 0 7px;
	color: #fff;
	background: url(../img/common/icon_arrow_02.png) no-repeat 87% 50%;
}

#sideKeyword {
	margin: 0 0 20px;
}

#sideKeyword h2 {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

#sideKeyword div {
	line-height: 2;
	padding: 10px 10px 15px;
	border: 1px solid #e3e3e3;
	border-top: none;
	background: #fff;
}

#sideKeyword div a {
	vertical-align: middle;
	text-decoration: underline;
	white-space: nowrap;
}

#sideKeyword div #tag-link-9 {
	color: #000 !important;
	font-size: 32px !important;
}

#sideKeyword div a:hover {
	text-decoration: none;
}

#sideSponsored {
	margin: 0 0 20px;
}

#sideSponsored h2 {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}

#sideSponsored ul {
	padding: 0 10px;
	border: 1px solid #e3e3e3;
	border-top: none;
	background: #fff;
}

#sideSponsored li {
	border-bottom: 1px solid #d6d6d6;
}

#sideSponsored li.last-child {
	border: none;
}

#sideSponsored li a {
	display: block;
	overflow: hidden;
	padding: 13px 0;
}

#sideSponsored li a img {
	float: left;
}

#sideSponsored li a span {
	display: block;
	margin: 0 0 0 95px;
}


/* ソーシャルボタン
----------------------------------------------------------- */
#social {
	position: absolute;
	position: fixed;
	top: 50px;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

#social.floating {
	position: fixed;
	top: 50px;
}

#social li {
	margin: 0 0 6px;
}

#social img {
	vertical-align: top;
}


/* フッタ
----------------------------------------------------------- */
#footer {
	height: 1%;
	border-top: 2px solid #006100;
	background: #fff;
}

#footer * {
	list-style: none;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

#footer div {
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 0 30px;
	color: #010101;
	font-size: 12px;
}

#pageTop {
	position: absolute;
	top: -55px;
	right: 0;
	background: url(../img/common/footer_bg.png) no-repeat 0 0;
}

#pageTop a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#footer #footerNav1 {
	margin: 0 0 20px;
	padding: 30px 0;
	border-bottom: 1px solid #414141;
}

#footer #footerNav1 li {
	position: relative;
	float: left;
	margin: 0 30px 0 0;
	padding: 0 0 0 11px;
	background: url(../img/common/footer_icon.png) no-repeat 0 50%;
}

#footer #footerNav1 li.new:after {
	position: absolute;
	top: -23px;
	right: -21px;
	content: '';
	width: 31px;
	height: 16px;
	background: url(../img/common/new_icon.png) no-repeat;
}

#footer #footerNav2 {
}

#footer #footerNav2 li {
	float: left;
	margin: 0 30px 0 0;
}

#footer li a {
	color: #000;
}

#copyright {
	font-size: 11px;
	text-align: right;
}
