@charset "Shift_JIS";
/* --------------------------------------
 for_print.css
 for setting PRINT
-------------------------------------- */
*{margin:0; padding:0;}
body{
	font-size:small;
	font-family:"Times New Roman","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
	line-height:1.5em;
	background-color:#fff;
	}

/* --------------------------------------
 COMMON
-------------------------------------- */
/* common class */
.hidd{display:none;}

/* --------------------------------------
 CONTAINER
-------------------------------------- */
DIV#container{
	width:782px;
	height:auto;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	}

/* --------------------------------------
 HEADER
-------------------------------------- */
DIV#header{
	width:720px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	}
	
	#header h1{
	width:720px;
	height:92px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	clear:both;
	}

	#header img{
	border:none;
	float:left;
	}

	#header p{
	font-size:10px;
	line-height:10px;
	padding-top:32px;
	float:right;
	}
		#header p a{
		text-decoration:none;
		color:#000;
		}
		#header p a:hover{
		background-color:#dcedda;
		}

/* --------------------------------------
 GLOBAL_NAVI
-------------------------------------- */
DIV#g_nav{
	width:720px;
	height:29px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	}

#g_nav ul{
	list-style:none;
	margin:0;
	padding:0;
	}

#g_nav li{
	float:left;
	}

/* list class がん診療ガイドラインについて */
	#g_nav li.li_01{
	display:block;
	width:188px;
	height:29px;
	}
	
	#g_nav li.li_01 a{
	display:block;
	width:188px;
	height:29px;
	background-image:url(../images/gn_01.gif);
	background-repeat:no-repeat;
	}
	
	#g_nav li.li_01 a:hover{
	display:block;
	background-image:url(../images/gn_hover_01.gif);
	background-repeat:no-repeat;
	}

	#g_nav li.li_01_select{
	display:block;
	width:188px;
	height:29px;
	background-image:url(../images/gn_hover_01.gif);
	background-repeat:no-repeat;
	}

/* list class 対象項目 */
	#g_nav li.li_02{
	display:block;
	width:106px;
	height:29px;
	float:left;
	}
	
	#g_nav li.li_02 a{
	display:block;
	width:106px;
	height:29px;
	background-image:url(../images/gn_02.gif);
	background-repeat:no-repeat;
	}
	
	#g_nav li.li_02 a:hover{
	display:block;
	background-image:url(../images/gn_hover_02.gif);
	background-repeat:no-repeat;
	}
	
	#g_nav li.li_02_select{
	display:block;
	width:106px;
	height:29px;
	background-image:url(../images/gn_hover_02.gif);
	background-repeat:no-repeat;
	float:left;
	}
	
/* list class 構造化抄録検索 */
	#g_nav li.li_03{
	display:block;
	width:106px;
	height:29px;
	float:left;
	}
	
	#g_nav li.li_03 a{
	display:block;
	width:106px;
	height:29px;
	background-image:url(../images/gn_03.gif);
	background-repeat:no-repeat;
	}
	
	#g_nav li.li_03 a:hover{
	display:block;
	background-image:url(../images/gn_hover_03.gif);
	background-repeat:no-repeat;
	}

	#g_nav li.li_03_select{
	display:block;
	width:106px;
	height:29px;
	background-image:url(../images/gn_hover_03.gif);
	background-repeat:no-repeat;
	float:left;
	}

/* list class 医薬品検索 */
	#g_nav li.li_04{
	display:block;
	width:106px;
	height:29px;
	float:left;
	}
	
	#g_nav li.li_04 a{
	display:block;
	width:106px;
	height:29px;
	background-image:url(../images/gn_04.gif);
	background-repeat:no-repeat;
	}
	
	#g_nav li.li_04 a:hover{
	display:block;
	background-image:url(../images/gn_hover_04.gif);
	background-repeat:no-repeat;
	}

	#g_nav li.li_04_select{
	display:block;
	width:106px;
	height:29px;
	background-image:url(../images/gn_hover_04.gif);
	background-repeat:no-repeat;
	float:left;
	}

/* list class 関連リンク */
	#g_nav li.li_05{
	display:block;
	width:106px;
	height:29px;
	float:left;
	}
	
	#g_nav li.li_05 a{
	display:block;
	width:106px;
	height:29px;
	background-image:url(../images/gn_05.gif);
	background-repeat:no-repeat;
	}
	
	#g_nav li.li_05 a:hover{
	display:block;
	background-image:url(../images/gn_hover_05.gif);
	background-repeat:no-repeat;
	}
	
	#g_nav li.li_05_select{
	display:block;
	width:106px;
	height:29px;
	background-image:url(../images/gn_hover_05.gif);
	background-repeat:no-repeat;
	float:left;
	}

/* list class トップページへ */
	#g_nav li.li_06{
	display:block;
	width:107px;
	height:29px;
	float:left;
	}

	#g_nav li.li_06 a{
	display:block;
	width:107px;
	height:29px;
	background-image:url(../images/gn_06.gif);
	background-repeat:no-repeat;
	}


/* プルダウンメニュー */
/* がん診療ガイドラインについて */
#FORAboutContainer{
text-indent:-9999px;
}
/* 対象項目 */
#FORItemContainer{
text-indent:-9999px;
}


/* --------------------------------------
 CONTENT_AREA
-------------------------------------- */
DIV#cont_area{
	width:720px;
	height:100%;
	margin-left:31px;
	margin-right:31px;
	clear:both;
	}

/* --------------------------------------
 FOOTER
-------------------------------------- */
DIV#footer_area{
	width:782px;
	height:auto;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	}
	
DIV#footer{
	width:720px;
	border-top:double 3px #c8e3c2;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
	}

	#footer address{
	font-size:x-small;
	font-style:normal;
	color:#000;
	line-height:1.2em;
	}
	
	#footer span{
	font-size:9px;
	color:#999;
	line-height:1.2em;
	}
