﻿/* CSS Document */
/* maindisp */

#maindisp {
	font-size: 80%;
	margin-top: 20px;
	background-color: #ffffff;
	min-height: 300px;
	width:100%;
	display:block;
	overflow: auto;
}

/*leftmenu bar */
#leftmenubar {
	width : 160px;
	min-height : 400px;
	background-color: #ffffff;
	float: left;
	margin: auto 10px 10px;
	font-family: "Verdana", "Osaka", "Helvetica", "sans-serif";
	background-image: url(menu/img/bg_menu_leftbar.png);
	background-repeat: repeat-y;
	background-position: center 80px;
	
}

#leftmenubar li {
	list-style-type: none;
	margin : 0 0 0 1em;
}

#leftmenubar dd {
	margin : auto;
	height : 100px;
	vertical-align: middle;
	text-align: right;
	display: block;
	width: 100%;
	
}

#leftmenubar p {
	font-family: "Verdana", "Osaka", "Helvetica", "sans-serif";
	margin : 30px 0 0 0;
	font-weight: bold;
}

/*****************leftcontents******************/

#leftcontents {
	width: 480px;
	background-color: #ffffff;
	float:	left;
	clear:	right;
/*	text-align: right; */
	margin: auto auto 20px 20px;
	}
	
	/*h2*/
#leftcontents h2 {
	font-family: "Georgia","Serif";
	margin:0.5em auto;
}

	/*h3*/
#leftcontents h3 {
	font-family: "Georgia","Serif";
	margin:0.5em 0.5em auto;
	padding:0px;
}

#leftcontents dt {
	font-family: "Georgia", "Serif";
	font-size:	120%;
	margin:0.5em 0.5em auto;
	padding:0px;
	font-weight: bold;
}

	/*li*/
#leftcontents li {
	list-style-type: none;
	margin : 0 0 0.5em 1em;
}

	/*dfn*/
#leftcontents dfn {
	font-style: normal;
	color: #333333;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #333333;
}

/*Textblock1*/

#textblock1 {
	width : 200px;
	margin : 1em;
	text-align: left;
	float:left;
}
#textblock2 {
	width : 200px;
	margin : 1em;
	text-align: right;
	float:left;
	clear:right;
}
/*rightcontents*/

#rightcontents { 
/*	display:none; */
	min-height: 300px;
	width: 200 px;
	right: 0px;
	text-align: right;
	font-size: 80%;
	border-left: 3px dotted #fff0e0;
	padding:0.5em;
	float: left;
	clear: right;
	margin: 10px 10px 30px 10px;
}

	/*h2*/
#rightcontents h2 {
	font-family: "Georgia","Serif";
	margin:0.5em auto;
}

	/*h3*/
#rightcontents h3 {
	font-family: "Georgia","Serif";
	margin:0.5em 0.5em auto;
	padding:0px;
}


	/*li*/
#rightcontents li {
	list-style-type: none;
	margin : 0 0 0 1em;
}

#rightcontents img {
	border:5px solid #f0f0f0;

}

