

@import "navi.css";
@import "content.css";
@import "page.css";
@import "dtree.css";

/**************** 基　本　＆　共 通 ****************/




body{
/*	font: 10.5pt trebuchet ms; */
	font-size: 10.5pt;
	background: #ffffff;
	margin:0;
	padding:0;
	text-align:center;
	color: #333;
	line-height:18px;
}
	

a:link {
	color:#006699;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:visited {
	color:#336699;
	text-decoration:none;
}
a:hover {
	color:#006699; 
	text-decoration:underline;
}
	
.clear{
	clear:both;
	margin:0;
	padding:0;
	}
	
.point{
	color:#990000;
	}

.smallfont{
	font-size:10px;
	color:#999999;
}

.small{
	font-size:8pt;
}

img{
	vertical-align:baseline;
}


	
/**************** ヘッダ共通 ****************/

div#header{
	background:url(../img/common/bg.jpg) repeat-x;
	width:auto;
	height:75px;
	text-align:left;
	margin-top:10px;
	margin-bottom:3px;
	_margin-bottom:10px;
	padding:2px 30px 0px 30px;
	}

div#header_top{
	background:url(../img/common/bg.jpg) repeat-x bottom;
	width:auto;
	height:50px;
	text-align:left;
	margin-top:10px;
	margin-bottom:3px;
	_margin-bottom:10px;
	padding:2px 30px 0px 30px;
	}
	
div#header #lef{
	float:left;
	width:355px;
	height:75px;	
	}

div#header #rig{
	float:right;
	width:350px;
	height:75px;
	text-align:right;

	}

div#header #rig table{
	position:relative;
	z-index:7777;
	float:right;
	margin:0px;
	}
	
div#header #rig img{
	vertical-align:middle;
	}

div#header #rig .point_txt{
	color:#006699;
	clear:right;
	padding-top:2px;
	_line-height:0px;
	
	font-size:12px;
	_margin-top:3px;
	}
	

/**************** コンテンツ全体 ****************/

#container {
	/*width: 95%;   これにより、幅がブラウザの幅の 80% のコンテナが設定されます */
	background: #FFFFFF;
	margin:0px 25px 0 25px;
	padding:0;
	/*margin: 0px 25px 0 25px;  自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
} 

div#navi{
	float:left;
	width:204px;
	height:auto;
	background-color:#f9f9f9;
	padding:2px;
	line-height:18px;
	text-align:center;
	margin-bottom:20px;
	word-wrap:break-word;

	}

div#main{
	margin:0 0 0 230px;
	padding:0;
	line-height:19px;
	}

/**************** フッダ共通 ****************/
	
#footer { 
	padding: 3px; /* この余白は、その上に表示される div のエレメントの左揃えと一致します。 */
	background:#dddddd;
} 
#footer p {
	margin: 0 20px 0 20px; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 8pt;
}
	
	
	
	
	
		
	
	
	