@charset "utf-8";
html{
	height:100%;
	overflow:hidden;
}

body{
	height:100%;
	width:100%;
	margin:0px auto;
}

/* *********************************************************************************************
 メニュー部
********************************************************************************************* */
#contents_menu{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 200px;

	overflow: auto;
	background-color : #4E63A4;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	color : #000000;
	background-image : url("../../img/common/bg_left_3.png");
}

#contents_menu_head #infoBox {
	text-align:left;
	width:150px;
	padding:0px;
	margin:0px auto 0px auto;
}
#contents_menu_head #infoBox .size1 {
	margin-top: 5px;
	font-size: 10pt;
	color: #ffffff;
}
#contents_menu_head #infoBox .time {
	margin-top: 15px;
	font-size: 10pt;
	font-family : "ＭＳ ゴシック";
	color : #F8FF90;
	background-color: #4E63A4;
	border-style : none;
	font-weight : bold;
	background-image : url("../../img/common/bg_left_3.png");
}

#contents_menu_head #infoBox A {text-decoration:underline;}

#contents_menu_head #infoBox A:link {color:#FFFFCC; text-decoration:underline; font-weight:normal;}

#contents_menu_head #infoBox A:visited {color:#FFFFCC; text-decoration:underline; font-weight:normal;}

#contents_menu_head #infoBox A:active {color:#FFCCFF; text-decoration:underline; font-weight:normal;}

#contents_menu_head #infoBox A:hover {text-decoration:underline; color: #cc0000; background-color: #ffcccc;}

#contents_menu_body {
	padding-top: 15px;
	padding-left: 10px;
}

#contents_menu_body A:link {color:#FFFFCC; text-decoration:underline; font-weight:normal;}

#contents_menu_body A:visited {color:#FFFFCC; text-decoration:underline; font-weight:normal;}

#contents_menu_body A:active {color:#FFCCFF; text-decoration:underline; font-weight:normal;}

#contents_menu_body A:hover {text-decoration:underline; color: #cc0000; background-color: #ffcccc;}

#contents_menu_body .folder:hover {text-decoration:underline; color: #cc0000; background-color: #ffcccc;}

#contents_menu_body .item {
	font-size: 9pt;
}

#contents_menu_body .folder {
	font-size: 12pt;
	color : #FFFFCC;
}

#contents_menu_body .nonfolder {
	font-size: 12pt;
	color : #FFFFCC;
}


/* *********************************************************************************************
 メイン部
********************************************************************************************* */
#contents_main{
	position: absolute;
	left: 200px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	
	overflow: auto;
	background-color: #ffffff;
	color: #000000;
}

#contents_main_body {
	font-size: 10pt;
	font-family : "ＭＳ ゴシック";
	margin : 5px 5px 5px 5px;
	background-color: #FFFFFF;
	width: 97%;
}

#contents_main A:link {color:#0000DD; text-decoration:underline; font-weight:normal;}

#contents_main A:visited {color:#0000DD; text-decoration:underline; font-weight:normal;}

#contents_main A:active {color:#006666; text-decoration:underline; font-weight:normal;}

#contents_main A:hover {color:#026286; text-decoration:underline; font-weight:normal;}

.mini {font-size: 8pt;}
