/* リンク*/
	A {text-decoration:none;}
	A:link {color:#009900;}
	A:active {color:#ff3333;}
	A:visited {color:#009900;}
	A:hover{color:#ff3333;}

/* 全体の設定 */
body{
	padding:0px;
	background-color: #ffffff;
	line-height:170%;
	margin:10px 20px 10px 20px;
}

/* 全体位置 */
#container{
	display:block;
	margin:0px auto;
	width:800px;
	background-color:#fff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}

/*ヘッダー*/
#header{
	margin:0px;
	padding-right:10px;
	background-color:#8c8c8c;
	text-align:right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#img{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:auto;height:195px;
	background:#fff url(img/img.jpg) no-repeat center;
}

/* メニューの概要 */
.navigation{
	display:block;
	float:left;
	width:800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/* メニューの詳細 */
#menu {float:right;
	margin:0px;
	padding:0px;
}

#menu ul{
	list-style-type:none;
	margin:0px; padding:0px;
}

#menu li {
	display:inline;
}

#menu li a {
	float:left;
	margin-top:5px
	height:25px; width:100px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px; color:#ffffff; font-weight:bold;
	background-color:#009900;
}

#menu li a:hover{
	background-color:#ff3333;
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
}

/* メイン表示部 */
.main{
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 20px;
	display:block;
	color:#000000;
	font:normal 16px/18px Verdana;;
}

/* フッター */
.footer{
	background-color: #009900;
	clear:both;
	padding-right:10px;
	margin:0px 0px 0px 0px;
	color:#ffffff;
	font:normal 10px/12px Verdana;
	text-align:right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

/* 見出し */
h1{
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#ffffff;
	font:bold 24px Verdana;
}

h2{
	margin:30px 0px 5px 0px;
	padding:0px;
	color:#000;
	font:bold 20px Verdana;
}

/* その他 */
img{
	border-width:0px;
}

img.bgc{
	margin-right:5px;
	background-color:#656565;
}

/* NINJA-TOOLS広告調整 */
.tdftad {text-align:center;}