﻿@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	color: #333333;
	/*background-attachment: fixed;
	background-image:url(image/pe01_bg.gif);
	background-repeat:repeat-x;
	background-position:left top;*/
	background-image:url(image/bg-sdw.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	width: 800px;
	background: #FFFFFF;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
} 
#header {
	padding: 0;
	height: 85px;
	background-image: url(image/hedder-img.jpg);
	background-repeat: no-repeat;
	background-position:right top;
} 
#header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0;
}

.g-navimini {
	float: right;
	margin-right: 10px;
	margin-top:5px;
	font-size:small;
}
.g-navimini a {
	text-decoration: none;
	color: #333333;
}
.g-navimini a:hover {
	color: #999999;
}

/*サイドのナビリスト装飾用*/
#sidenavi ul {
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #CCCCCC;
}
#sidenavi li {
	margine:0;
	border-bottom:1px solid #CCCCCC;
	padding: 0;
	background-image: url(image/icon4.GIF);
	background-repeat: no-repeat;
	background-position: left;
}
#sidenavi a {
	padding:4px 0 4px 16px;
	display:block;
	width:auto !important;/*for IE*/
	width /**/:130px;/*for IE5*/
	text-decoration: none;
	background-image: url(image/icon2.GIF);
	background-repeat: no-repeat;
	background-position: left;
	color: #333333;
}
#sidenavi a:hover {
	background-image:none;
	background-color:transparent;
	color: #999999;
}
/* #mainContent に関するヒント：
1. #mainContent と #sidebar1 の間のスペースは、#mainContent div の左マージンによって設定されます。#sidebar1 div に含まれるコンテンツの量に関係なく、#sidebar1 div のスペースは維持されます。#sidebar1 のコンテンツが終了した後のスペースに #mainContent div のテキストを挿入するには、この左マージンを削除します。
2. #mainContent div の幅より広いエレメントが #mainContent div 内に配置されると、フローティングエレメントの落下（フローティング状態ではない #mainContent 領域がサイドバーの下に配置されること）が発生する可能性があります。ハイブリッドレイアウトの場合（全体の幅の単位はパーセント、サイドバーの単位は em）、使用可能な幅を正確に計算できない場合があります。ユーザーのテキストサイズが平均よりも大きい場合、#sidebar1 div が広くなるため、#mainContent div のスペースが狭くなります。クライアントが Contribute を使用してコンテンツを追加する予定である場合は、この制限に注意してください。
3. 下の Internet Explorer の条件分岐コメントでは、#mainContent に「hasLayout」を設定するのにズームプロパティが使用されます。これにより、いくつかの IE 固有のバグを回避できます。
*/
#mainContent {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 14em;
	padding-bottom: 5px;
	/*width:610px;*/
} 
#footer {
	height:30px;
	font-size: smaller;
	color: #666666;
	background-image: url(image/footer-img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
} 
#footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

#footer div.fpad {
	padding:8px 0px 8px 10px;
}

hr {
	border-color:#CCCCCC;
}

/*各種クラス */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bold {
	font-size:small;
	color: #003399;
	font-weight: 600;
}
