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

* { margin:0; padding:0; }

/* ２段組センタリングレイアウト（左180px・メイン固定） */

#container {
	width: 740px;
	position: relative;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(../parts/bgmain.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#header {
	width:100%;
	background-color: #fff;
	background-image: url(../parts/bgmain.gif);
	height: 60px;
	}
	
#footer {
	width:100%;
	background-color: #fff;
	background-image: url(../parts/bgmain.gif);
	text-align: center;
	padding: 0 0 30px 0;
	font-size: small;
	font-weight: normal;
	color: #333;
	}

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

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

#main {
	top: 50px;
	margin: 10px 0 20px 180px;
	border-left: 1px solid #ccc;
	min-height: 540px;
	}

/* IE6用ハック */

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

/* ナビゲーション（左）のレイアウト */

#navi {
	position:absolute;
	left: 0;
	top: 70px;
	width: 180px;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
	}

#navi li {
	font-size: 100%;
	font-weight: normal;
	margin-top: 7px;
	margin-bottom: 0;
	margin-left: 25px;
	margin-right: 0;
	list-style-image: url(../parts/marker.gif);
	}

#navi li.thispage {
	list-style-image: url(../parts/marker_here.gif);
	}

#navi li.item {
	margin-top: 0px;
	margin-left: -3px;
	margin-bottom: 4px;
	list-style-image: none;
	list-style-type: disc;
	}

#navi ol li.num {
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 4px;
	list-style-image: none;
	list-style-type: decimal;
	}

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

a:link { color: #006;}
a:hover { color: #f00; }

body {
	background-color: #eee;
	background-image: url(../parts/bg.gif);
	background-repeat: repeat-y;
	width:100%;
	font-size: small;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
	color: #333;
	}

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

h1 {
	font-size: 105%;
	font-weight: normal;
	}

h2 {
	color: #006;
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px 10px 5px;
	clear: both;
	}

h3 {
	color: #006;
	font-size: 100%;
	font-weight: normal;
	margin: 10px 5px 10px 5px;
	clear: both;
	}
	
p {
	margin: 10px 10px 5px 10px;
	}
	
#main h2 {
	color: #006;
	font-size: 100%;
	margin: 20px 40px 10px 40px;
	}

#main h3 {
	color: #006;
	font-size: 100%;
	margin: 20px 40px 10px 40px;
	}

#main p {
	line-height: 1.3em;
	margin: 10px 30px 20px 40px;
	}

#main td p {
	line-height: 1.3em;
	margin: 10px;
	}

#main td h2 {
	margin: 10px;
	}

#main p.paragraph {
	margin-left: 40px;
	}

#main p.paragraph-deep {
	margin-left: 120px;
	}

ul,ol { 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.paragraph {
	margin-left: 70px;
	margin-right: 30px;
	margin-bottom: 5px;
	}

img.phone {
	margin-top: 80px;
	}

img.float {
	float: right;
	margin-right: 40px;
	margin-left: 15px;
	margin-bottom: 15px;
	}

td.banner { text-align: center; }

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

span { color: #f00; }

.thispage { color: #f00; }
.center { text-align: center; }
.right { text-align: right; }
.small { font-size: smaller; color: #333; }

/* パンくずナビ */

.border {
	background-color: #fff;
	background-image: url(../parts/bgmain.gif);
	width: auto;
	height: 20px;
	margin: 0;
	clear: both;
	}
	
.footprint {
	text-align: right;
	font-family: "ヒラギノ角ゴ Pro","Osaka","ＭＳ ゴシック","ＭＳ Ｐゴシック",sans-serif;
	font-size: 9pt;
	color: #006;
	margin-top: 5px;
	margin-right: 30px;
	}

.border a:link {
	color: #006;
	}

.border a:visited {
	color: #006;
	}

.border a:hover {
	color: #f00;
	}

/* ヘッドライン */

.headline {
	width: auto;
	height: 18px;
	color: #006;
	border-color: #006;
	border-style: solid;
	border-width: 1px 0 1px 18px;
	background-color: #fff;
	margin: 0 40px 15px 20px;
	padding-left: 20px;
	}

.headlineRD {
	width: auto;
	height: 18px;
	color: #f00;
	border-color: #006;
	border-style: solid;
	border-width: 1px 0 1px 18px;
	background-color: #fff;
	margin: 0 40px 15px 20px;
	padding-left: 20px;
	}

.midline {
	width: auto;
	height: 16px;
	color: #006;
	border-color: #006;
	border-style: solid;
	border-width: 0 0 1px 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	}

.underline {
	width: auto;
	color: #006;
	border-color: #006;
	border-style: solid;
	border-width: 0 0 1px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
	}



