@charset "UTF-8";

/*--------------------------------------------------------------- 
			ページ構造の指定
--------------------------------------------------------------- */
html {
	background: transparent url( "../img/bg.jpg" ) repeat-x center top;
}

body {
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

/* text, img */
.align_left { text-align: left; }
.align_center { text-align: center; }
.align_right { text-align: right; }
.margin_top1 { margin-top: 1em !important; }
.margin_top2 { margin-top: 2em !important; }
.margin_top3 { margin-top: 3em !important; }
.margin_top4 { margin-top: 4em !important; }
.margin_top5 { margin-top: 5em !important; }
.margin_bottom0 { margin-bottom: 0 !important; }
.margin_bottom-2em { margin-bottom: 2em !important; }

.rep {	/* image replacement */
	display: block;
	_display: none;	/* for IE6 */
	position: relative;
	font-size: 10px !important;
	word-break: break-all;	/* for IE6, 7 */
	overflow: hidden;
	z-index: -1;
	/* ...and select status is
		-- line-height
		-- height ( eq parent element's value )
	*/
}

/* style */
#bg_shadow {
	background: transparent url( "../img/bg_shadow.png" ) no-repeat center top;
}
#bg_line {
	background: transparent url( "../img/bg_line.png" ) repeat-y center top;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#wrapper,
#header {
	background: #FFFFFF url( "../img/bg_header.jpg" ) no-repeat center top;
}

/*--------------------------------------------------------------- 
			ヘッダー
--------------------------------------------------------------- */
#header {
	height: 99px;
}
#header #pageTitle {
	position: absolute;
	z-index: -1;
}
#header #headerContent {}
#header #headerContent #headerLink_top,
#header #headerContent #headerLink_chgLanguage,
#header #headerContent #headerNavi {
	position: absolute;
}
#header #headerContent #headerLink_top {
	margin: 13px 0 0 18px;
}
#header #headerContent #headerLink_chgLanguage {
	width: 120px;
	margin: 58px 0 0 660px;
}
#header #headerContent #headerLink_chgLanguage .cont,
#header #headerContent #headerLink_chgLanguage .cont .rep {
	line-height: 27px;
	height: 27px;
}
#header #headerContent #headerLink_chgLanguage .cont {
	background-repeat: no-repeat;
	display: block;
}
#header #headerContent #headerLink_chgLanguage .cont:hover {
	background-position: -120px 0;
}
#header #headerContent #headerLink_chgLanguage .cont .rep {
	/display: none;	/* for IE6, 7 */
}
#header #headerContent #headerNavi {
	overflow: hidden;
}
#header #headerContent #headerNavi .content {
	float: left;
}

/*--------------------------------------------------------------- 
			フッター
--------------------------------------------------------------- */
#footer {
	clear: both;
	text-align: center;
	height: 87px;
	overflow: hidden;
}
#footer,
#footer #footerContent {
	background: transparent url( "../img/bg_footer.jpg" ) no-repeat center top;
}
#footer #footerContent {
	width: 980px;
	height: 42px;
	margin: 0 auto;
	padding: 18px 0 0;
}
#footer #footerContent #copyright {
	font-size: 93%;
}
#footer #footerContent #f-menu {
	font-size: 93%;
	padding-top:30px;
	line-height: 20px;
	color:#FFF;
	font-weight:bold;
}
#footer #footerContent #f-menu a {
	position: relative;
	top: -1px;
}
#footer #footerContent #f-menu a:link{
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}
#footer #footerContent #f-menu a:visited{
	text-decoration:underline;
	color:#FFF;
	font-weight:bold;
}
#footer #footerContent #f-menu a:hover{
	text-decoration:none;
	font-weight:bold;
}
#footer #footerContent #f-menu a:hover a:active{
	text-decoration:none;
	font-weight:bold;
}







/*--------------------------------------------------------------- 
			ナビゲーション
--------------------------------------------------------------- */
/* --- gNavi */
#gNavi {
	height: 48px;
	overflow: hidden;
}
#gNavi .content {
	float: left;
	width: 100px;
}
#gNavi .content .cont,
#gNavi .content .cont .rep {
	line-height: 47px;
	height: 48px;
}
#gNavi .content .cont {
	background-repeat: no-repeat;
	display: block;
	text-align: center;
}

/*　　　　　side-左カラム
--------------------------------------------------------------- */
#side {
	width: 278px;
}
#bg_side,
#sideNaviArea {
	background: transparent url( "../img/bg_sideNaviArea.jpg" ) no-repeat left top;
	overflow: hidden;
	zoom: 1;
}
#sideNaviArea {
	width: 251px;
	padding: 49px 6px 0 4px;
	min-height:600px;
}

#sideNaviArea .areaTop,
#sideNaviArea .areaBottom {
	display: none;
}
#sideNaviArea .sideNavi {
	background: transparent url( "../img/bg_sideNavi.jpg" ) no-repeat center bottom;
	width: 	240px;
	padding: 5px 0 13px 11px;
}
#sideNaviArea .sideNavi .cont {
	display: block;
	font-weight: bold;
	zoom: 1;
}
#sideNaviArea .sideNavi .naviTitle .cont {
	color: #FB8259;
	padding: 5px 0 4px 5px;
	font-size:109%;
}
#sideNaviArea .sideNavi .naviTitle a {
	color: #663300 !important;
	font-size:109%;
}
#sideNaviArea .sideNavi .naviDetail .content {
	margin: 1px 0 0;
	zoom: 1;
}
#sideNaviArea .sideNavi .naviDetail .content .cont {
	background-image: url( "../img/bg_sideNavi_naviDetail_cont.png" );
	background-repeat: no-repeat;
	background-position: 18px 0.5em;
	_background-position: 18px 4px;	/* for IE6, 7 */
	color: #663300;
	font-size: 100%;
	padding: 2px 0 3px 32px;
}
#sideNaviArea .sideNavi a:hover,
#sideNaviArea .sideNavi .active {
	background-color: #FDB097;
	text-decoration: none !important;
}

/*			パンくずリスト
--------------------------------------------------------------- */
/* --- pan */
#pan {
	clear: both;
	padding: 6px 13px 4px;
}
#pan .content {
	display: inline;
}
#pan .content .cont {
	color: #000000;
}
#pan .content a:hover {
	color: #666666;
}

/* --- container */
#container {
	background: transparent url( "../img/bg_container.gif" ) repeat-y left top;
	overflow: hidden;
}
#container #side,
#container #main {
	float: left;
}


/*--------------------------------------------------------------- 
			ページ共通
--------------------------------------------------------------- */
/* --- main */
#main {
	line-height: 1.4;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 702px;
	margin: 21px 0 2em;
}
#main h2 {
	background: transparent url( "../img/bg_main_mainTitle.jpg" ) no-repeat left top;
	color: #663300;
	font-size: 134%;
	font-weight: bold;
	line-height: 61px;
	height: 60px;
	padding: 0 0 0 44px;
}
#main h2.h2L2 {
	line-height: 140%;
	padding-top: 8px;
	padding-right: 1em;
}
#main .section {
	margin: 2.5em 50px 0 26px;
}
#main .section h3 {
	background: transparent url( "../img/bg_main_sectionTitle.jpg" ) no-repeat left bottom;
	color: #663300;
	line-height: 130% !important;
	font-size: 116%;
	font-weight: bold;
	margin-top:2em;
	margin-bottom:0.5em;
	padding: 5px 7px 8px 15px;
}
/*#main .section h3 {
	background: transparent url( "../img/bg_main_sectionTitle.jpg" ) no-repeat left bottom;
	color: #663300;
	line-height: 32px;
	font-size: 116%;
	font-weight: bold;
	margin-top:2em;
	margin-bottom:0.5em;
	padding: 0 7px 0 15px;
}
*/
#main .section .line2-h3 {
	line-height: 1.5em;
	font-size: 116%;
	padding: 4px 5px 5px 15px;
	vertical-align:bottom;
}
#main .section h4 {
	font-size: 109%;
	font-weight: bold;
	clear: both;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 2px;
}
#main .section h5{
	font-weight:bold;
	margin-top:0.5em;
}
#main .section .section-h5 {
	margin-left:2em;
}
#main .section p{
	margin-bottom:0.5em;
}
#main .section .indent-section-p {
	margin: 0.5em 20px 0 20px;
	line-height:140%;
}


#main .section ul li .green-a{
	background: transparent url( "../img/icon_arrow_green.gif" ) no-repeat 6px 0.25em;
	margin: 26px 0 0;
	padding: 0 24px 0 28px;
}

/* --- btn_top */
#btn_top {
	clear: both;
	position: fixed;
	text-align: right;
	bottom: 0;
	width: 950px;
	padding: 0 30px 0 0;
}

/* tableの設定
--------------------------------------------------------------- */
table {
	border-collapse: separate;
	/border-collapse: collapse;	/* for IE6, 7 */
	border-color: #CCC;
	border-spacing: none;
	border-style: solid;
	border-width: 1px 0 0 1px;
	margin: 0.5em auto 5px ;	
}
table.title_left tbody tr th {	/* default */
	text-align: left;
}
table.title_center tbody tr th {
	text-align: center;
}
table.title_right tbody tr th {
	text-align: right;
}
table.table_medical_gh {
	width: 550px;
}
table.table_medical_gh,
table.table_medical_gh tr th,
table.table_medical_gh tr td {
	border-color: #DEDEDE; !important;
}
table.table_medical_gh thead tr th {
	background: #D6F1EB !important;
}
table.table_medical_gh tbody tr th {
	background: #EFF8F5 !important;
	text-align: center;
}
table tr th,
table tr td {
	border-color: #CCC;
	border-style: solid;
	border-width: 0 1px 1px 0;
	padding: 3px 10px;
}
table tr th {
	font-weight: bold;
}
table thead tr th {
	font-size: 116%;
	text-align: center;
}

/* tbl-ptn1 */
table.tbl-ptn1{
	background-color:#CBCBCB;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 1em;
}
.tbl-ptn1 th{
	background-color: #F0EFE3;
	text-align: center;
	font-size: 100%;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	margin: 1px;
	border-collapse: separate;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FBFAF7;
	border-right-color: #FBFAF7;
	border-bottom-color: #FBFAF7;
	border-left-color: #FBFAF7;
}
.tbl-ptn1 td{
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 100%;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
	line-height: 140%;
	margin: 1px;
	border-collapse: separate;
	background-color: #FFFFFF;
}
.tbl-ptn1 caption {
	font-weight: bold;
	color: #333333;
}
.tbl-ptn1.thL th {
	text-align: left;
}
.tbl-ptn1.tdL td {
	text-align: left;
}



/* tbl-list (名簿など)*/
table.tbl-list {
	background-color:#CBCBCB;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 1em;
}
.tbl-list th,
.tbl-list td{
	font-size: 100%;
	line-height: 140%;
	padding: 4px 10px;
	/*margin: 1px;*/
}
.tbl-list th{
	background-color: #F0EFE3;
	border-collapse: separate;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FBFAF7;
	border-right-color: #FBFAF7;
	border-bottom-color: #FBFAF7;
	border-left-color: #FBFAF7;
}
.tbl-list td{
	border: 1px solid #FFFFFF;
	border-collapse: separate;
	background-color: #FFFFFF;
}
.tbl-list caption {
	font-weight: bold;
	color: #333333;
}

/* tbl-Layout*/
.tbl-Layout {
	margin: 0px;
	padding: 0px;
	border: 0 !important;
}
.tbl-Layout td {
	font-size: 100%;
	line-height: 140%;
	vertical-align: top;
	border: 0 !important;
}




/* リストの設定
--------------------------------------------------------------- */
.list-01, .list-02{
	margin-left:15px;
	display:block;
	line-height:120% !important;
	margin-bottom:1em;
}
		/*（1）のリスト*/
.list-01 li{
	margin-left:20px;
	text-indent:-20px;
	line-height:120%;
	margin-top:0.7em;
}
		/*＊のリスト*/
.list-02 li{
	margin-left:20px;
	text-indent:-1em;
	line-height:120%;
	margin-top:0.7em;
}
 /*リストスタイル（ドット）*/
ul.list-nomal {
	margin-left:15px;
}
ul.list-nomal li {
	list-style-type: disc;
	margin-left:20px;
}
 /*リストスタイル（数字）*/
ol.list-num-nomal {
	margin-left:15px;
}
ol.list-num-nomal li {
	list-style-type: decimal;
	margin-left:20px;
}
 /*リストスタイル（PDFアイコン付）*/
.listPDF li {
	background-image: url(../img/icon_pdf_s.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0 5px 30px;
}



/* 定義リストの設定
--------------------------------------------------------------- */
.dl-01,.dl-01-100{
	margin-top:1.5em;
	display:block;

}
.dl-01 dt{
	clear: left;
	float:left;
	width:90px;
}
.dl-01 dd{
	float:left;
	width:500px;
	margin-right:0px;
	padding-bottom:3px;
	padding-top:1px;
}
.dl-01-100 dt{
	clear: left;
	float:left;
	width:100px;
}
.dl-01-100 dd{
	float:left;
	width:460px;
	margin-right:0px;
	padding-bottom:3px;
	padding-top:1px;
}
.dl-02, .dl-03{
	margin-top:1.5em;
	display:block;

}
.dl-02 dt{
	margin-top:1em;
	line-height:1.5em !important;
}
.dl-02 dd, .dl-03 dd{
	font-weight: normal;
	padding-left:2em;
}
.dl-03 dt{
	font-weight:bold;
	color:#319980;
	margin-top:1em;
	line-height:1.5em !important;
	text-indent:-1em;
}

/*定義リスト（左右2段）*/
dl.dl-LR {
	margin: 1.2em;
	overflow: hidden; /* 回り込み(float)の解除 + 内部要素の高さを自動補正 */
	zoom: 1; /* for IE6 */
}
dl.dl-LR dt,
dl.dl-LR dd {
	float: left;
}



.overflow_hiddenbox {overflow: hidden;}



/** 文字サイズ **/
.txt-s{
	font-size:85%;
}

*html .txt-s{
	font-size:88%;
}

.txt-s2{
	font-size:90%;
}
.txt-m{
	font-size:110%;
	line-height:1.7;
}
.txt-l{
	font-size:120%;
	line-height:1.7;
}
.txt-ll{
	font-size:135%;
}


/** 行間 **/
.lh16{
	line-height:1.6;
}
.lh17{
	line-height:1.7;
}
.lh18{
	line-height:1.8;
}
.lh20{
	line-height:2.0;
}
.lh24{
	line-height:2.4;
}
.lh30{
	line-height:3.0;
}

/** 配置 **/
.center{
	text-align:center;
}
.right{
	text-align:right;
}
.left{
	text-align:left !important;
}
.fright{
	float:right;
}
.fleft{
	float:left;
}
.normal{
	font-weight:normal;
}


/** 色 **/
.gray{
	color:#666;
}
.gray2{
	color:#999;
}
.red2{
	color:#c00;
}
.text_bold {
	font-weight: bold;
}
.text_red {
	color: #FF0000;
}
.text_red-bolod {
	color: #FF0000;
	font-weight:bold;
}
.font-size-16{
	font-size:134%;
}



/** 段落 **/
.text-chuki {
	padding-left: 1em;
	text-indent: -1em;
}
.text-annotate-1 {
	padding-left: 1em;
	text-indent: -1em;
}


/* 画像の横にテキスト回り込み */
.img-float {
	float:left;
	margin-right: 15px;
}
.img-float-r {
	float:right;
	margin-left: 15px;
}
.img-float-clear {
	clear:both;
	visibility: hidden;
	height: 0px;
}

.areaImg {
	text-align: center;
	margin: 1em 0;
}
.areaImg p {
	font-size: 94%;
	color: #464646;
	margin-top: 10px;
}
.boxImp {
	margin: 1.2em;
	padding: 15px;
	background-color: #FFF9F7;
	border: 3px solid #FDB097;
}
.boxImp2 {
	margin: 1.2em;
	padding: 15px;
	background-color: #F8FCFB;
	border: 1px solid #ADD9C8;
}
iframe {
	width: 100%;
	border: 0;
}
