/* -----------------------------------------------
# 基本設定
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
}
html {
	overflow-y: scroll;
}
body {
	font-size: 75%;
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	color: #2b2b2b;
}
img {
	border: none;
}
a:link,
a:visited {
	color: #2b2b2b;
}
a.color-green,
a.color-green:visited,
a:hover,
a:active {
	color: #9BD600;
}
a.color-green:hover,
a.color-green:active {
	color: #bde948;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*[Start] for mac id \*/
* html .clearfix { height: 0%; }
.clearfix { display: block; }
/*[End] for mac id */
h3,
h4 {
	margin: 15px 0 10px 0;
}
p {
	margin-bottom: 1.25em;
}


/* -----------------------------------------------
# 汎用クラス
-------------------------------------------------- */
/* Hタグ装飾 */
.h-type1 {
	font-weight: bold;
	background: url(../img/h_type1_back.gif) no-repeat left top #f2f2f2;
}
.h-type1 span {
	display: block;
	padding: 15px 10px 10px 20px;
	background: url(../img/dotline.gif) repeat-x left bottom;
}
.h-type2 {
	font-weight: bold;
	background: url(../img/h_type2_back.gif) no-repeat left top;
	padding: 8px 10px 8px 10px;
	color: #3e3e3e;
}
.h-type2_2 {
	font-weight: bold;
	background: url(../img/h_type2_back.gif) no-repeat left top;
	padding: 8px 10px 8px 10px;
	color: #3e3e3e;
	margin-top: 2.25em;
	margin-bottom: 1em;
}
.h-type3 {
	font-weight: bold;
	color: #9bd600;
	border-top: 1px solid #9AD501;
	border-bottom: 1px dotted #9AD501;
	padding: 6px 10px;
}
.h-type3 a,
.h-type3 a:visited {
	color: #9bd600;
}
.h-type4 {
	font-weight: bold;
	color: #9bd600;
	font-size: 125%;
}

/* アイコン */
.pdf-icon {
	background: url(../img/pdf.gif) no-repeat left top;
	padding-left: 20px;
}

/* フォント */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal ! important;
	font-style: normal ! important;
}
.size-s {
	font-size: 80%;
}
.size-l {
	font-size: 125%;
}
.color-green {
	color: #7EAE00;
}
.color-default {
	color: #2b2b2b;
}
.color-red {
	color: #fe0100;
}

.nowrap {
	white-space: nowrap;
}

/* 余白 */
.no-margin {
	margin: 0;
}
.marginS {
	margin-top: 5px;
}
.marginM {
	margin-top: 10px;
}
.marginM2 {
	margin-top: 20px;
}
.marginL {
	margin-top: 30px;
}
.spS {
	padding-top: 5px;
}
.spM {
	padding-top: 10px;
}
.spL {
	padding-top: 30px;
}
/* フロート、ポジション */
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.clear-both {
	clear: both;
}
.relative {
	position: relative;
	top: 0;
	left: 0;
}
.centering {
	margin: 0 auto;
}
.align-center {
	text-align: center ! important;
}
.align-left {
	text-align: left ! important;
}
.align-right {
	text-align: right ! important;
}
.valign-top {
	vertical-align: top ! important;
}
.valign-bottom {
	vertical-align: bottom ! important;
}
.valign-middle {
	vertical-align: middle ! important;
}
.block {
	display: block;
}

/* ボックス */
.box-green {
	background-color: #DCEFAD;
	padding: 10px 20px;
}
.dl-note dt {
	width: 2.25em;
	padding-top: 3px;
}
.dl-note dd {
	margin-left: 4.75em;
	margin-top: -1.55em;
}
.border-box {
	background: url(../img/doubleline.gif) repeat-x left top;
	padding-top: 8px;
}

/* テーブル */
.table-type1 {
	background: #ffffff;
}
.table-type1 th {
	font-weight: normal;
	text-align: left;
	padding: 6px 8px;
	vertical-align: top;
}
.table-type1 td {
	background: #f2f2f2;
	padding: 6px 8px;
	vertical-align: top;
}
.table-type1 .glay {
	background: #e6e6e6;
}
.table-type1 .green {
	font-weight: bold;
	background: #DCEFAD;
	color: #73B918;
}
.table-type1 .pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left: 30px;
}
.table-type1 .no-pdf {
	padding-left: 30px;
}
.table-type1 .arrow {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px 12px;
	padding-left: 20px;
}
.table-type1 .no-arrow {
	padding-left: 30px;
}

.table-type2 {
	background: #ffffff;
}
.table-type2 th {
	font-weight: normal;
	text-align: left;
	padding: 6px 8px;
	vertical-align: top;
}
.table-type2 td {
	background: #f2f2f2;
	padding: 6px 8px;
	vertical-align: top;
}
.table-type2 .glay {
	background: #e6e6e6;
}
.table-type2 .green {
	font-weight: bold;
	background: #DCEFAD;
	color: #2b2b2b;
}

table.table-office .hc_orange{/*color:#ff6633;*/background:#ffcbac;}
table.table-office .hc_orange2{/*color:#ff6633;*/background:#F7E2D7;}

/* リスト */
ul.right-indent {
	text-align: right;
	list-style-type: none;
	font-size: 80%;
	padding: 10px 0 12px 0;
	background: url(../img/dotline.gif) repeat-x left bottom;
}
ul.right-indent li {
	display: inline;
	background: url(../img/arrow.gif) no-repeat 9px center;
	padding-left: 16px;
}
ul.no-mark {
	list-style-type: none;
}
.list-type1 {
	padding: 1em 0 1em 20px;
	margin: 0 0 0 20px;
}
.list-type2 {
	padding: 1em 0 1em 15px;
	margin: 0 0 0 15px;
}
.list-type3 {
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}
.disc {
	list-style-type: disc;
}

.ul-green {
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
}
.ul-green li {
	color: #7EAE00;
}



.direct {
	background: url(../img/arrow.gif) no-repeat left 5px;
	padding-left: 10px;
	padding-top: 2px;
}


/* -----------------------------------------------
# 枠組み
-------------------------------------------------- */
/* ヘッダ */
#header {
	width: 860px;
/*	height: 75px;*/
	margin: 0 auto;	
	font-size: 12px;
	text-align: left;
}
h1#logo {
	width: 200px;
/*	height: 75px;*/
	float: left;
}
#header-right {
	width: 600px;
	float: right;
	text-align: right;
}
#header-navi {
	margin: 9px 0 0 0;
	list-style-type: none;
	font-size: 0;
}
#header-navi li {
	display: inline;
}
#header-function {
	margin: 12px 0 0 0;
}
#header-function * {
	display: inline;
	vertical-align: bottom;
}
#google-search {
	background: url(../img/search_icon.gif) no-repeat left center;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}
#search-textbox {
	width: 100px;
	border: 1px solid #D9D9D9;
	font-size: 12px;
	height: 14px;
	_height: 18px;
	padding-left: 2px;
	padding-top: 2px;
	line-height: 1;
	vertical-align: middle;
}
#search-button {
	vertical-align: middle;
}

/* グローバルナビ */
#global-navi {
	width: 100%;
	height: 40px;
	background: url(../img/gn_back.gif) no-repeat right top #CCE683;
	text-align: center;
}
#global-navi-space {
	width: 860px;
	height: 40px;
	margin: 0 auto;
}
#global-navi ul {
	list-style-type: none;
	width: 860px;
	height: 40px;
}
#global-navi ul li {
	display: inline;
}

/* コンテンツ */
#container {
	width: 830px;
	margin: 0 auto;
	text-align: left;
}
#pan_print {
	width: 830px;
	padding: 6px 0 4px 0;
}
#pan {
	list-style-type: none;
	width: 730px;
	float: left;
}
#pan li {
	display: inline;
}
#pan li.current {
	color: #9BD600;
	font-weight: bold;
}
#print {
	float: right;
	width: 100px;
	text-align: right;
}

#contents {
	width: 605px;
	float: right;
	
}
.contents-box1 {
	width: 585px;
	margin: 0 10px;
}

/* -----------------------------------------------
# コンテンツ (サイドバー無し)
-------------------------------------------------- */
/*  */
#sb_contents{
	width: 790px;
	margin:0 35px;
}

.sb-contents {
margin:0 10px;
width:770px;
}


.hd {
background:#F2F2F2 url(../img/h_sb_back.gif) no-repeat scroll left top;
font-weight:bold;
}

.hd span {
background:transparent url(../img/dotline.gif) repeat-x scroll left bottom;
display:block;
padding:15px 10px 10px 20px;
}

.hd2 {
background:transparent url(../img/h_sb2_back.gif) no-repeat scroll left top;
color:#3E3E3E;
font-weight:bold;
margin:5px 0 15px;
padding:8px 10px;
}

.hd3 {
background:transparent url(../img/h_sb3_back.gif) no-repeat scroll left top;
color:#3E3E3E;
font-weight:bold;
margin:5px 0 15px;
padding:8px 10px;
}

/* アーカイブ一覧とリンクのテーブル */
h4.hg-type2b-l {
background-image:url(../../common/img/hg_type2b_bottom_l.gif);
background-position:left bottom;
background-repeat:repeat-x;
color:#9bd501;
font-size:100%;
margin:0;
padding:7px 10px;
}

.link-table{
	margin:0 10px;
	width:760px;
}

.link-table td {
background:transparent url(../../common/img/dotline2.gif) repeat-x scroll left bottom;
border-right:10px solid #FFFFFF;
padding:7px 0;
width:33%;
}

.link-table td.no-dotline{
background:#FFFFFF;
}

.link-table a:link, .link-table a:visited {
background:transparent url(../../common/img/sn_parent_arrow.gif) no-repeat scroll -5px -5px;
color:#333333;
padding-left:10px;
padding-top:2px;
text-decoration:none;
}

.link-table a:hover, .link-table a:active {
background:transparent url(../../doctor/img/direct2.gif) no-repeat scroll left 5px;
color:#9bd501;
padding-left:10px;
padding-top:2px;
text-decoration:none;
}



/* サイドバー */
#sidebar {
	float: left;
	width: 200px;
	border-top: 3px solid #9AD501;
}
#side-navi {
	list-style-type: none;
}
#side-contents {
	margin-top: 15px;
}
#side-navi li {
	background: url(../img/sn_parent_back.gif) repeat-x left bottom;
	width: 200px;
	padding-bottom: 2px;
	float: left;
	overflow: hidden;
}
#side-navi li.current {
	background: url(../img/sn_parent_back_c.gif) no-repeat left bottom #ffffff;
}
#side-navi li a {
	display: block;
	background: url(../img/sn_parent_arrow.gif) no-repeat left top #ffffff;
	padding: 7px 15px 7px 20px;
	text-decoration: none;
	color: #2b2b2b;
}
#side-navi li.current a,
#side-navi li a:hover {
	background: url(../img/sn_parent_arrow_c.gif) no-repeat left top #e6e6e6;
	color: #2b2b2b;
}
#side-navi ul.child {
	list-style-type: none;
}
#side-navi ul.child li {
	background: none;
}
#side-navi ul.child li a {
	display: block;
	background: url(../img/sn_child_arrow.gif) no-repeat 0 3px;
	padding: 2px 10px 1px 30px;
	text-decoration: none;
}
#side-navi ul.child li.current a,
#side-navi ul.child li a:hover {
	background: url(../img/sn_child_arrow.gif) no-repeat 0 3px;
	color: #9bd600;
}
#side-navi ul.child ul.gchild {
	list-style-type: none;
}
#side-navi ul.child ul.gchild li {
	background: none;
	padding: 0;
	color: #2b2b2b;
}
#side-navi ul.child ul.gchild a {
	display: block;
	padding: 1px 10px 0px 30px;
	text-decoration: none;
	background: none;
	color: #2b2b2b;
}
#side-navi ul.child ul.gchild li.current a,
#side-navi ul.child ul.gchild li a:hover {
	background: none;
	color: #9bd600;
}
/*
#side-navi li.current ul.child li a {
	display: block;
	background: url(../img/sn_child_arrow_c.gif) repeat-y 0 3px #ffffff;
	background: none;
	padding: 2px 10px 1px 30px;
	text-decoration: none;
}*/

/* IR用 左メニュー小201010 */
#side-navi-s-box {
	padding: 10px 5px 5px;
}
#side-navi-s {
	border: 2px solid #e6e6e6;
	list-style-type: none;
}
#side-navi-s li {
	border-bottom: 1px solid #e6e6e6;
}
#side-navi-s li#end {
	border-bottom: none;
}
#side-navi-s li.current {
	background-color: #e6e6e6;
}
#side-navi-s li a {
	display: block;
	background: #ffffff url(../img/sns_parent_arrow.gif) no-repeat 10px center;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
	color: #2b2b2b;
	zoom: 1;
}
#side-navi-s li.current a,
#side-navi-s li a:hover {
	background: #e6e6e6 url(../img/sns_parent_arrow_c.gif) no-repeat 10px center;
	color: #2b2b2b;
}

/* フッタ */
#pagetop {
	width: 830px;
	text-align: right;
	margin: 0 auto;
	margin-top: 25px;
}
#footer {
	width: 100%;
	text-align:center;
	background: #d3d3d3;
}
#copyright {
	width: 860px;
	margin: 0 auto;
	color: #ffffff;
	background: #a7a7a7;
	font-style: normal;
	font-size: 75%;
	padding: 10px 0;
}
#copyright a {
	color: #ffffff;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* -----------------------------------------------
# 個別ページ用クラス
-------------------------------------------------- */
/* サイトマップ */
.sitemap-l {
	width: 370px;
	float: left;
}
.sitemap-r {
	width: 370px;
	float: right;
}
.ul-sitemap {
	background: url(../../sitemap/img/border_top_double.gif) no-repeat left top;
	margin: 15px 0 0 0;
	padding: 7px 0 0 0;
}
.ul-sitemap li {
	background: url(../../sitemap/img/dotline.gif) no-repeat left bottom;
	padding: 5px 0 5px 0;
	list-style: none;
}
.ul-sitemap li a:link,
.ul-sitemap li a:visited {
	text-decoration: none;
}
.ul-sitemap li a:hover,
.ul-sitemap li a:active {
	color: #a9d631;
	text-decoration: none;
}
.ul-sitemap li.f1 {
	padding-left: 15px;
	font-weight: bold;
}

.ul-sitemap li.f1 a:link,
.ul-sitemap li.f1 a:visited {
	background: url(../../sitemap/img/f1.gif) no-repeat 0px 3px;
	padding-left: 10px;
}
.ul-sitemap li.f2 {
	margin-left: 25px;
}
.ul-sitemap li.f2 a:link,
.ul-sitemap li.f2 a:visited {
	background: url(../../sitemap/img/f2.gif) no-repeat 0px 3px;
	padding-left: 12px;
}
.ul-sitemap li.f3 {
	margin-left: 25px;
	padding: 2px 0;
}
.ul-sitemap li.f3 a:link,
.ul-sitemap li.f3 a:visited {
	background: url(../../sitemap/img/f3.gif) no-repeat 14px 5px;
	padding-left: 24px;
}
.ul-sitemap li.f4 {
	margin-left: 52px;
	background: none;
	padding: 2px 0;
}
.ul-sitemap li.no-line {
	background: #ffffff;
}

/* お問い合わせ */
.direct2 {
	background: url(../img/direct2.gif) no-repeat left 5px;
	padding-left: 10px;
	padding-top: 2px;
}

/* ニュース */
.news-content td.date,
.news-content td.date-top,
.news-content td.date-ir,
.news-content td.pdf,
.news-content td.text {
	background: url(../img/dotline2.gif) repeat-x left bottom;
	padding: 5px 0;
	vertical-align: top;
}
.news-content td.text-e {
	width:260px;
	background: url(../img/dotline2.gif) repeat-x left bottom;
	padding: 5px 0;
	vertical-align: top;
}
.news-content td.less-line,
.news-content td.less-line,
.news-content td.less-line {
	background: none;
}
.news-content td.date {
	width: 60px;
	font-weight: normal;
	color: #021FA1;
	font-size: 70%;
	vertical-align: top;
	white-space: nowarp;
}
.news-content td.date-top {
	width: 60px;
	color: #021FA1;
	font-size: 70%;
	padding-top: 7px;
}
.news-content td.date-ir {
	width: 60px;
	color: #021FA1;
	font-size: 70%;
	padding-top: 7px;
}
.news-content td.pdf {
	width: 28px;
	text-align: center;
	vertical-align: top;
	background: url(../img/dotline2.gif) repeat-x left bottom;
	padding: 5px 3px;
}
.news-content td.text {
	padding-bottom: 3px;
	background: url(../img/dotline2.gif) repeat-x left bottom;
	padding: 5px 3px;
}
.news-content td.text a:link,
.news-content td.text a:visited,
.link-black a:link,
.link-black a:visited {
	color: #000000;
}
.news-content td.text a:hover,
.news-content td.text a:active,
.link-black a:hover,
.link-black a:active {
	color: #9bd501;
}

.news-content td span.new{
	font-size: 80%;
	color: #fe0100;
	padding-left: 2px;
}

.news-pagetop {
	text-align: right;
	padding: 20px 0;
}
.direct3 {
	background: url(../img/direct3.gif) no-repeat left 5px;
	padding-left: 10px;
	padding-top: 2px;
	color: #9BD600;
}

/*===================================================
	▼ニュース読み込み用CSS（2010/09/13）
===================================================*/
/*━━━━トップ,IRトップ━━━━*/
.ir-news2 .new_news th.date {
	font-weight: normal;
	color: #021FA1;
	font-size: 70%;
	vertical-align: top;
	text-align: center;
	white-space: nowarp;
}
.ir-news2 .new_news td.pdf {
	width: 28px;
	text-align: center;
	vertical-align: top;
}
.ir-news2 .new_news td.text {
	padding-bottom: 3px;
}
.ir-news2 .old_news th,
.ir-news2 .old_news td,
#top-news .ir-news2 th p {
	display: none;
}

/*━━━━ニュース一覧,IRニュース一覧━━━━*/
.ir-news-old2 th.date {
	font-weight: normal;
	color: #021FA1;
	font-size: 70%;
	vertical-align: top;
	white-space: nowarp;
	background: url(../img/dotline2.gif) repeat-x left bottom;
	text-align: center;
}
#sb_contents .ir-news-old2 th.date {
	padding: 5px 3px;
	width: 1px;
}
#sb_contents .ir-news-old2 th.date p {
	display: none;
}
.ir-news-old2 td.pdf {
	width: 28px;
	text-align: center;
	vertical-align: top;
	background: url(../img/dotline2.gif) repeat-x left bottom;
	padding: 5px 3px;
}
.ir-news-old2 td.text {
	vertical-align: top;
	padding-bottom: 3px;
	background: url(../img/dotline2.gif) repeat-x left bottom;
	padding: 5px 3px;
}
.ir-news-old2 span.new,
.ir-news2 span.new {
	font-size: 80%;
	color: #fe0100;
	padding-left: 2px;
}
#disp_none {
	display: none;
}
#ir-index-main .ir-news2 .irNone,
.contents-box1 .ir-news-old2 .irNone {
	display: none;
}


