﻿/*ページ全体の指定*/
body {
	margin:0px;
	padding:0px;
	font-size:small;
	font-family:sans-serif;
	background:url(../images/bg.gif) left repeat-y;
}

/*ページ全体のリンク指定*/
a:link {
	color: #FF6600;
	text-decoration:none;
	}
a:visited {
	color: #FF6600;
	text-decoration:none;
	}
a:hover {
	color:#4C474B;
	text-decoration:none;
	}
a:active {
	text-decoration:none;
	}
	
/*ページの輪郭*/
#flame {
	width: 750px;
	margin:0 auto;
}

/*ヘッダ*/
#head {
	width: 750px;
}
	#headt {
		background:#4C494C;
		padding:2px 5px;
		border-bottom:2px solid #FA9733;
		/*border-bottom:2px solid #3BACF4;*/
		text-align:right;
		color:#FFFFFF;
		}
	#headt a:link {
		color:#ffffff;
		text-decoration:none;
		}
	#headt a:visited {
		color:#ffffff;
		text-decoration:none;
	}
	#headt a:hover {
		color:#FF6600;
		text-decoration:none;
	}
	#headt a:active {
		color:#000000;
		text-decoration:none;
	}

/*タイトルの部分*/
h1 {
	margin:0px;
	padding:20px 0px 0px 112px;
	height:38px;
	font-size:larger;
	background:url(../images/logo.gif) no-repeat;
	font-family:Arial Black;
	color:#333;
	}
	
/*左のブロック*/
#left {
	width: 200px;
	float: left;
}

.menu {
	padding:0px 5px 0px 0px;
	margin-bottom:15px;
	}
	
	h3 {
		background:url(../images/menubg.gif) repeat-x;
		margin:0px;
		padding:5px 0px 0px 10px;
		height:25px;
		font-size:medium;
		color:#fff;
		}
		
#left ul {
	margin:0px;
	padding:5px 0px 0px 0px;
	list-style:none;
	}
	#left li {
		margin:5px 0px;
		padding:2px 0px 0px 20px;
		background:url(../images/listbg.gif) no-repeat;
		}
	#left ol {
		margin-left:0em;
		list-style:none;
		}	
	.indent {
		list-style:none;
		text-indent:-1em;
		margin-left:-2.4em;
		}
		
/*右のブロック*/
#right {
	width: 550px;
	float: right;
}

/*右のタイトル部分*/
.bg{

	}
h2{
	background:url(../images/menubg2.gif) repeat-x;
	margin:0px;
	padding:5px 0px 0px 10px;
	height:25px;
	font-size:medium;
	color:#fff;
	}
.l2 {
	background:url(../images/menubg3.gif) repeat-x;
	margin:0px;
	padding:5px 0px 0px 10px;
	height:44px;
	font-size:medium;
	color:#fff;
}


	/*メインの記事の部分*/
	#main {
		margin-bottom:10px;
		}
	#main li {
		line-height:1.6em;
		}
	ul li {
		margin:1.0em 0em;
		}
	li ul {
		margin:1.0em 0em;
		}	
	h4 {
		margin:0px 0px 0px 0px;
		padding:5px 0px 0px 4px;
		line-height:150%;
		font-size:small;
		border-bottom:2px solid #FA9733;/*#FA9733*/
		}
	/*本文をくくる*/
	p {
		margin:0px;
		padding:3px 0px 5px 2px;
		line-height:150%;
		}
		
	/*別バージョン*/
	.main2 {
		clear:both;
		width:730px;
		padding:10px;
		margin:10px 0px;
		background:url(../images/main2bg.gif) top repeat-x ;
		line-height:150%;
		text-align:center;
		}

	.maparea {
		clear:both;
		width:750px;
		padding-top:10px;
		margin:10px 0px 10px 0p;
		line-height:180%;
		text-align:center;
		}

/*著作権表示の部分つまりフッタ*/
#foot {
	clear:both;
	text-align:center;
	width:750px;
	margin:0 auto;
	padding:2px 0px 0px 0px;
	border-top:2px solid #FA9733;
	/*border-top:2px solid #3BACF4;*/
	}
	#foot a:link {
		color:#6B6E72;
		}
	#foot a:hover {
		color:#4C474B;
	}
	
#foot2 {
	text-align:center;
	padding:3px 0px;
	}
	
	#foot2 a:link {
		color:#000;
		text-decoration:none;
		}
	#foot2 a:hover {
		text-decoration:underline;
		}
	.both{
		clear:both;
		}

.top {font-size: 0.9em; margin-right: 1em; text-align:right; }

td.about{
	border-top: solid 1px #999999;
	margin: 0;
	padding: 0;
}

.maparea {
	margin: auto;
	
}