/* ヘッダー背景（top10.gifを全幅表示） */
body {
	background:transparent url(../img/top10.gif) top left repeat-x;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#333;
	line-height: 1.4em;
	background-color: #fff;
	}

/* ヘッダー。ロゴとmenu、title。編集時はボーダーを青で表示*/
#header {
	width:800px;
	/* border: thick solid #0000FF; */
	height: 84px;
	margin-right: auto;
	margin-left: auto;
	}

/* ヘッダーロゴ。*/
#hlogo {
	width:150px;
	float:left;
	/* border: thick solid #FFFF00; */
	} 


/* ヘッダーmenu。編集時はボーダーを水色で表示*/	
#hmenu {
	float:right;
	text-align:right;
	margin-top:18px;
	width:500px;
	height:20px;
	/* border: thick solid #00FFFF; */
	}

#hmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#hmenu ul a {
	display:block;
	line-height:20px;
	border-right:1px solid #7e7e7e;
	height:20px;
	background:#edf2f5;
	text-align:center;
	color:#000;
	text-decoration:none;
	}


#hmenu ul a span {
	display:block;
	border-left:1px solid #fff;
	}

#hmenu ul a:hover, #hmenu ul a.selected {
	cursor:pointer;
	background-color:#dee8ed;
	background-position:100% -36px;
	}

#hmenu li {
	font-size:14px;
	width:16%;
	height:20px;
	margin:0;
	padding:0;
	float:right;
	}

/* ヘッダーmenuのhomeの左ライン */
.home {
	border-left:1px solid #7e7e7e;
	}

/* ヘッダー内title */	
#htitle {
	float:right;
	text-align:right;
	margin-top:10px;
	width:500px;
	font-size:20px;
	color: #3366CC;
	letter-spacing: 1px;
	text-indent: 20px;
	font-weight: bold;
	}
	
/* コンテンツ。1コラムの場合はこの中に書く */	
#contents {
	width:800px;
	margin-top: 16px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 16px;
	/*border: 1px solid #00FFFF;*/
	}

/* コンテンツ内を左右に分けるには、左右divを設定。2column.html参照。数字で始まるID名は不可 */	
#columnleft {
	width:590px;
	float:left;
	margin: 0 10px 0 0;
	clear: both;
	}

#columnright {
	width:200px;
	float:right;
	margin: 0 0 0 0;
	}


/* addressは問合せ先。clear:bothで回込み解除（直前でfloatが設定されているとデフォルトでは回込み表示する） */
address {
	text-align:center;
	width:800px;
	font-size: 8pt;
	color: #777777;
	margin-right: auto;
	margin-left: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	font-style: normal;
	clear: both;
}

/* 既存タグ外観の再定義 */

/* フォーム */
form {
	margin: 0px;
}


/* 画像ボーダーなし */
img {border:0px;}

/* リンク属性。hoverはカーソルが上にある時 */
a:link {
	text-decoration: none;
	color: #0066cc;
}
a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}


/* 小さいテキスト */
.smalltxt {
	font-size:12px;
	line-height:14px;
	color: #666666;
	}

/* リストテキスト */
.listtxt {
	font-size: 14px;
	line-height: 18px;
	list-style-type: square;
	list-style-position: outside;
}

/* タイトル。背景色つき */
h1 {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
	padding: 4px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #94b2de;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94b2de;
	color: #3366CC;
	margin-top: 30px;
}

h2 {
	font-size: 15px;
	line-height: 1.2em;
	font-weight: bold;
	border-left-width: 12px;
	border-left-style: double;
	text-indent: 6px;
	}

/* emはインライン要素。文中の強調 */
em{
	line-height: 2em;
	font-weight: bold;
	font-style: normal;
	margin-right: 3px;
	margin-left: 3px;
	color: #FF6666;
	}

/* table設定 */
.tabletxt {
	font-size: 10pt;
	line-height: 1.2em;
}

td {
	font-size:14px;
	line-height: 1.4em;
}

/* table注釈キャプション （2007/9）はspanで囲む。(2007/9)だけの場合はcaption align=right*/
caption {
	font-weight: bold;
	margin-right: 3px;
	margin-left: 3px;
	color: #999999;
}

caption span {
	font-weight: normal;
	font-size: 10px;
}



/* margin・padding・borderの一括指定　top・right・bottom・left の順 */
/* margin・padding・borderの一括指定2つの場合　上下・左右 */
/* ナビゲーションボックス。幅はhtmlで個別指定。div class="navbox" style="width: 200px;"など */
.navbox {
	display:block
	float: left;
	border: 1px solid #94b2de;
	margin-right: 10px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	}

/* navbox内の見出しはp class="nav"で指定。内容はul class="nav"とli class="nav"で指定。*/
p.nav {
	padding: 2px 5px;
	background-color:#e7ebff;
	margin: 0;
	}

ul.nav {
	margin-left: 5px;
	margin-right: 5px;
	}

ul.nav, li.nav {
	list-style:none;
	padding: 0;
	margin-top:0;
	margin-bottom:0;
	}
	
/* 2コラム右でnavboxをサイドメニューとして使う場合 枠#C4CED5 BG #EDF2F5 */
#columnright .navbox {
	width:198px;
	margin:0;
	border: 1px solid #EDF2F5;
	}

#columnright p.nav {
	padding: 2px 5px;
	background-color:#EDF2F5;
	margin: 0;
	}

/* 各要素の共通部分は一括指定 */
#columnright ul.nav, li.nav, li.navline {
	list-style:none;
	padding: 0;
	margin-top:0;
	margin-bottom:0;
	}

#columnright ul.nav {
	margin-left: 5px;
	margin-right: 5px;
	}
	
#columnright li.navline{
	border-bottom: 1px solid #EDF2F5;
}

/* 大量のリンクを多段multistageで表示する。 ulの幅はhtmlで指定。例style="width:48%" */

.multistage {
	width: 588px;
	/* border: thin solid #FF0000; */
}

p.multi {
	padding: 2px 5px;
	background-color:#e7ebff;
	margin: 0;
	}

.multileft {
	padding: 2px 5px;
	margin: 0px;
	/* width: 100px; */
	/* border: thin solid #00FF00; */
	float: left;
}
.multimiddle {
	padding: 2px 5px;
	margin: 0px;
	/* border: thin solid #0000FF; */
	/* width: 100px; */
	float: left;
}
.multiright {
	padding: 2px 5px;
	/* width: 100px; */
	/* border: thin solid #FFFF00; */
	margin: 0px;
	float: left;
}

.multistage li {
	list-style:none;
	margin:0;
}

#footer{
	width: 770px;
	text-align: center;
}

/*内装材*/
.osusumetitle{
	float: left;
	width: 780px;
	padding: 0px;
	/*border: 1px solid #94b2de;*/
}

.osusumebox{
	float: left;
	width: 148px;
	padding: 0px;
	margin: 10px 5px 5px 5px;
	/*border: 1px solid #94b2de;*/
	font-size:12px;
}
/*2連の余白　画像303x160*/
.osusumebox2{
	float: left;
	width: 305px;
	padding: 0px;
	margin: 10px 5px 5px 5px;
	/*border: 1px solid #94b2de;*/
	font-size:12px;
}

/*青*/
.ob_top1{
	padding: 0px;
	margin: 0px;
	border: 1px solid #94b2de;
	background-color:#e7ebff;
	background-image: url(/img/a1.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 10px;
}
/*緑*/
.ob_top2{
	padding: 0px;
	margin: 0px;
	border: 1px solid #b8db95;
	background-color:#deeecc;
	background-image: url(/img/a1.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 10px;
}
/*オレンジ*/
.ob_top3{
	padding: 0px;
	margin: 0px;
	border: 1px solid #ff9900;
	background-color:#ffddaa;
	background-image: url(/img/a1.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 10px;
}
/*赤*/
.ob_top4{
	padding: 0px;
	margin: 0px;
	border: 1px solid #993333;
	background-color:#fbfae3;
	background-image: url(/img/a1.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 10px;
}
/*紫*/
.ob_top5{
	padding: 0px;
	margin: 0px;
	border: 1px solid #cc66cc;
	background-color:#f9ecf9;
	background-image: url(/img/a1.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	text-indent: 10px;
}
.ob_last{
	margin: 0px;
	padding: 0px;
	text-align: right;
	line-height: 1.3em;
}	