/*MacIE5 用ハック */
/*\*//*/
@import "macie5.css";
/**/

* { margin:0; padding:0; }

/* ３段組センタリングレイアウト（左右195px固定・中央固定） */

#container {
	width: 780px;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#header {
	width:100%;
	background-color: #363;
	height: auto;
	}

#header table {
	margin-bottom: -4px;
	}

#footer {
	width:100%;
	background-color: #fff;
	text-align: center;
	padding: 15px 0 20px 0;
	font-size: small;
	font-weight: normal;
	color: #333;
	}

#footer p {
	margin: 8px 0px 0px 0px;
	}
	

/* 中央・メインコンテンツのスタイル */

#main {
	top: 200px;
	margin: 20px 195px 40px 195px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	min-height: 700px;
	}

/* IE6用ハック */

/* Hides from IE5-mac \*/
* html #navi {margin-top: 3px;}
* html #sub {margin-top: 3px;}
* html body {font-size: small;}
/* End hide from IE5-mac */

/* ナビゲーション（左）・サブコンテンツ（右）のレイアウト */

#navi {
	position:absolute;
	left: 0;
	top: 200px;
	width: 195px;
	margin-top: 0;
	margin-bottom: 10px;
	}

#sub {
	position: absolute;
	right: 0;
	top: 200px;
	width: 195px;
	margin-top: 0;
	margin-bottom: 10px;
	}

#sub img {
	margin-top: 8px;
	}

/* ページ全体の制御 */

a:link {
	color: #363;
	}

a:visited {
	color: #363;
	}

a:hover {
	color: #aaa;
	}

body {
	background-color: #eee;
	width:100%;
	font-size: small;
	color: #333;
	}

hr {
	color: #ccc;
	height: 1px;
	margin: 0 5px 0 5px;
	}

h1 {
	font-size: 105%;
	font-weight: normal;
	margin: 0 5px 0 5px;
	}

h2 {
	font-size: 105%;
	font-weight: normal;
	margin: 0 5px 0 5px;
	}

h3 {
	color: #363;
	font-size: 100%;
	font-weight: bold;
	margin: 20px 5px 10px 10px;
	}
	
p {
	margin: 10px 10px 5px 10px;
	}
	
#main p {
	line-height: 1.7em;
	margin: 10px 10px 7px 10px;
	}

#sub p {
	line-height: 1.3em;
	margin: 2px 10px 3px 10px;
	}

ul { margin-top: 10px; }

li {
	color: #333;
	font-size: 100%;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 25px;
	margin-right: 0px;
	}

#main li {
	margin-left: 30px;
	margin-right: 10px;
	list-style-image: url(../parts/marker.gif);
	}

#main li.none {
	margin-left: 30px;
	margin-right: 10px;
	list-style-image: none;
	}

/* 左側ナビゲーション */

#navi ul {
	font-size: 100%;
	font-weight: normal;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #999;
	}

#navi li {
	font-size: 100%;
	font-weight: normal;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	list-style: none;
	border-bottom: 1px solid #999;
	}

#navi li.second {
	font-size: 100%;
	font-weight: normal;
	margin-top: 9px;
	padding-bottom: 1px;
	margin-left: 25px;
	margin-right: 0;
	list-style-type: decimal;
	border-bottom: 0px;
	color: #363;
	}

#navi a:link {
	color: #363;
	text-decoration: none;
	}

#navi a:visited {
	color: #363;
	text-decoration: none;
	}

#navi a:hover {
	color: #aaa;
	text-decoration: none;
	}

#navi li.thispage {
	color: #c00;
	font-weight: bold;
	}

/* 右側サブコンテンツ */

#sub li {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 10px;
	list-style-image: none;
	}

address {
	margin: 15px 10px 5px 10px;
	font-style: normal;
	}
	
span { color: #f00; }
span.nc { color: #666; }

strong { color: #f00; font-weight: normal; }

.thispage { color: #f00; }
.center { text-align: center; }
	
.left {
	text-align: left;
	margin-left: 10px;
	}

.right {
	text-align: right;
	margin-right: 10px;
	margin-top: -3px;
	}

.small { font-size: smaller; }

span.small {
	font-size: smaller;
	color: #333;
	}

span.hlsmall {
	font-size: smaller;
	color: #93f;
	}

/* パンくずナビ */

.border {
	background-color: #363;
	width: auto;
	height: 25px;
	padding-top: 3px;
	margin: 0;
	}
	
.footprint {
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
	font-size: 9pt;
	color: #fff;
	margin-top: 0px;
	margin-right: 30px;
	}

.border a:link {
	color: #fff;
	text-decoration: none;
	}

.border a:visited {
	color: #fff;
	text-decoration: none;
	}

.border a:hover {
	color: #aaa;
	text-decoration: none;
	}


/* ヘッドライン */

.headline {
	width: auto;
	height: 20px;
	border-color: #c00;
	border-style: solid;
	border-width: 0px 0px 2px 12px;
	background-color: #fff;
	margin: 20px 5px 5px 5px;
	}
	
.title {
	width: auto;
	text-align: left;
	margin-top: 1px;
	margin-left: 7px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック";
	font-size: 10pt;
	color: #c00;
	}

.date {
	width: auto;
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック";
	font-size: 8pt;
	color: #999999;
	margin-top: 2px;
	margin-right: 10px;
	}

 */

/* ページトップ・次のページへのナビゲーション */

.pagetop {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
/* IE6 & MacIE5 用ハック */
	* html #header table {margin-bottom: 0;}
