@charset "UTF-8";

/*
The 42nd Annual Meeting of the Japanese Biliary Atresia Society. CSS
Author: Uchimura(Hdj)
Version: 20150623
*/


/*-----------------------------------------------
 __Initial Setting
-----------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style:normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

html{
overflow-y: scroll;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

input, textarea,{
margin: 0;
padding: 0;
}

ol, ul{
list-style:none;
}

table{
border-collapse: collapse; 
border-spacing:0;
}

caption, th{
text-align: left;
}

a:focus {
outline:none;
}

/*ClearFix*/
.clearfix:after {
content: "."; 
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

a{
	text-decoration:none;
}

/*-----------------------------------------------
 __Base Setting
-----------------------------------------------*/

a:link , a:visited {
	color:#00A9FF;
}
a:hover {
	color:#FF931E;
}
body {
	line-height:1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(refer/bg_head.jpg) repeat-x 0 0;
}
.ClearBoth {
	clear:both;
}
.Wrapper {
	width:840px;
	margin:0 auto;
	background:url(refer/bg_nav.gif) repeat-y 0 0;
}
.Wrapper:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
} 
.Content{
	float:right;
	width:640px;
	margin:0 auto;
}
.Content .Article{
	float:right;
	width:610px;
	margin-bottom:5em;
}
.Content p{
	margin-bottom:1em;
}
.Content ul{
	margin-bottom:1em;
}
.Content .Article h2{
	font-size:200%;
	line-height:1;
	color:#2353B2;
	margin-top:30px;
}
.Content .Article h3{
	line-height:36px;
	font-size:150%;
	padding:0 0 0 18px;
	margin:32px 0 12px;
	background:url(refer/ic_gra.gif) no-repeat 0 100%;
	border-bottom:2px solid #E6E6E6;
}
.Content .Article ol{
	list-style-type: decimal;
	margin:0 0 16px 30px;
}
.Content .Article ol li{
	margin-bottom:0.5em;
}
.Content .Article .Red{
	color:#F00;
}
/*-----------------------------------------------
 __Nav
-----------------------------------------------*/
.Nav{
	float:left;
	width:200px;
}
.Nav ul{
	width:200px;
	margin:184px auto 0;	
}
.Nav ul li{	
	line-height:46px;
	color:#AAA;
	font-weight:bold;
	background:url(refer/ic_ityo.gif) no-repeat 15px 15px;
	padding-left:45px;
	border-bottom:2px #FFF solid;
}
.Nav ul .NavFast{	
	border-top:2px #FFF solid;
}
.Nav ul li a{
	display:block;
	width:155px;
	height:50px;
	font-weight:bold;
	color:#2353B2;
	padding-left:45px;
	margin-left:-45px;
}
.Nav ul li a:hover{
	color:#FF931E;
}
#Top .Nav ul li{	
	border-bottom:2px #7FB8FF solid;
}
#Top .Nav ul .NavFast{	
	border-top:2px #7FB8FF solid;
}

/*-----------------------------------------------
 __Footer
-----------------------------------------------*/
.Footer{
	height:50px;
	background:#D8B200;
}
.Footer .FootBox{
	position:relative;
	width:840px;
	margin:0 auto;
}
.Footer .FootBox .Copyright{
	text-align:center;
	font-size:75%;
	line-height:50px;
	color:#FFF;
}
.Footer .FootBox .PageTop{
	position:absolute;
	top:-55px;
	right:0;
	height:55px;
	width:100px;
	font-size:1px;
	text-indent:-9999px;
	background:url(refer/btn_pagetop.gif) no-repeat 0 0;
}
.Footer .FootBox .PageTop a{
	display:block;
	height:55px;
	width:100px;
}
/*-----------------------------------------------
 __Header
-----------------------------------------------*/
#Header{
	position:relative;
	width:640px;
	height:110px;
}
#Header .NavTop{
	position: absolute;
	z-index:200;
	top: 0;
	left: -210px;
	width: 220px;
	height: 194px;
	font-size:1px;
	text-indent: -9999px;
	background: url(refer/nav_tetsumon.png) no-repeat 0 0;
}

/*-----------------------------------------------
 __Top
-----------------------------------------------*/
#Top{
	background:url(refer/bg_main_x.jpg) repeat-x 0 0;
}
#Top .Content .MainVisual{
	position:relative;
	width:640px;
	height:480px;
	background:url(refer/bg_main.jpg) no-repeat 0 0;
}

#Top .Content .MainVisual dl{
	position:absolute;
	top:295px;
	right:0;
	height:185px;
	width:350px;
	font-size:1px;
	text-indent:-9999px;
	background:url(refer/main_date.png) no-repeat 0 0;
}
#Top .Content .Article h2{
	line-height:36px;
	font-size:150%;
	color:#000;
	padding:0 0 0 18px;
	margin:32px 0 12px;
	background:url(refer/ic_gra.gif) no-repeat 0 100%;
	border-bottom:2px solid #E6E6E6;
}
#Top .Content .Article .RegTerm{
	font-size:125%;
	line-height:1.3;
	font-weight:bold;
}
#Top .Content .Article .News{
	font-size:125%;
	line-height:1.4;
}
#Top .Content .Article .StopService{
	padding:10px;
	margin-top:10px;
	margin-bottom:0px;
	border:2px solid #F00;
}
#Top .Content .Article .WhatsNew{
}
#Top .Content .Article .WhatsNew li{
	position:relative;
	font-size:88%;
	padding:8px 14px 8px 8em;
	border-bottom:2px #E6E6E6 dashed;
}
#Top .Content .Article .WhatsNew li .Date{
	position:absolute;
	top:8px;
	left:14px;
	color:#D8B200;
	font-weight:bold;
}
#Top .Content .Article .WhatsNewTitle{
	margin-bottom:6px;
}
/*-----------------------------------------------
 __Regsub
-----------------------------------------------*/
#Regsub .Content .Article .RegSubYobo li{
	font-weight:bold;
}
#Regsub .Content .Article .MailBox{
	padding:1.5em;
	background:#F2F2F2;
}
#Regsub .Content .Article .MailBox h4{
	font-weight:bold;
	font-size:113%;
	line-height:1;
	color:#2353B2;
	margin-bottom:12px;
}
#Regsub .Content .Article .MailBox p{
	line-height:1;
	margin-bottom:0;
}

/*-----------------------------------------------
 __Greet
-----------------------------------------------*/
#Greet .Content .Article .Profile{
	height:110px;
	padding:40px 0 0 129px;
	background:url(refer/greed_iwanaka.jpg) no-repeat 0 0;
	border-bottom:2px solid #E6E6E6;
}
#Greet .Content .Article .Profile strong{
	font-size:125%;
}
/*-----------------------------------------------
 __Link
-----------------------------------------------*/
#Link .Content .Article .LinkBox{
	margin-top:32px;
	padding-top:8px;
	border-top:2px solid #E6E6E6;
}
#Link .Content .Article .LinkBox li{
	padding:0 0 8px 22px;
	margin-bottom:0.5em;
	background:url(refer/ic_link.gif) no-repeat 0 4px;
	border-bottom:2px solid #E6E6E6;
}
#Link .Content .Article .LinkBox li a{
	color:#000;
}
#Link .Content .Article .LinkBox li a:hover{
	color:#FF931E;
}
/*-----------------------------------------------
 __Program
-----------------------------------------------*/
#Program .Content .Article .Bt{
	width:300px;
	height:50px;
	padding:0;
	text-align:center;
	line-height:50px;
	margin:40px auto 60px;
	background:url(refer/bg_btn.gif) no-repeat 0 0;
}
#Program .Content .Article .Bt a{
	display:block;
	width:300px;
	height:50px;
	color:#FFF;
	font-weight:bold;
	background:url(refer/bg_btn.gif) no-repeat 0 0;
}
#Program .Content .Article .Bt a:hover{
	background:url(refer/bg_btn.gif) no-repeat 0 -80px;
}
