body {
	margin: 0;
	padding: 0;
	scrollbar-face-color: #090;
	scrollbar-shadow-color: #090;
	scrollbar-3dlight-color: #090;
	scrollbar-arrow-color: #FFF;
	font-family: Verdana, "ＭＳ Ｐゴシック", "Osaka",sans-serif;
	background: #000;
}

table { border: none;}
img { border: none;}

.cl {
	clear: both;
}
a:visited { color: #FFF;}
/*================Header================*/
#header {
	width: 760px;
	height: 59px;
	margin: auto;
	background: url(images/header.gif) no-repeat;
}
#header h1 {
	margin: 0;
	padding: 35px 0 0 0;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
/*================Home================*/
#contents {
	width: 760px;
	height: auto;
	background: url(images/bg.gif) repeat;
	margin: auto;
}

/*================Menu================*/
#menu {
	width: 720px;
	margin: auto;
}
#menu ul {
	width: 720px;
	height: 40px;
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
#menu li {
	float: left;
}

/*================パンくずリスト================*/
#breadlist {
	width: 720px;
	height: auto;
	margin: auto;
}
#breadlist h2 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 3px 0;
	padding: 0 0 4px 0;
	border-bottom: 2px solid #FFF;
}
#breadlist h2 a {
	color: #FF0;
	text-decoration: underline;
}
#breadlist h2 a:hover {
	text-decoration: none;
	color: #FF0;
}
#breadlist span {
	margin: 0 6px;
}
#breadlist p {
	width: 680px;
	height: auto;
	margin: 0;
	color: #FFF;
	line-height: 1.4;
	font-size: 14px;
	padding: 4px 0 0 10px;
}

/*================Subcontents================*/
#kokoroe {
	width: 410px;
	height: 90px;
	margin: 15px 0 15px 180px;
}

/*================Footer Link================*/
#footlink {
	width: 720px;
	margin: auto;
	text-align: center;
}
#footlink p {
	font-size: 12px;
	color: #9DAD9F;
	line-height: 1.5;
	margin: 0;
}
#footlink p a {
	color: #9DAD9F;
	text-decoration: underline;
}
#footlink p a:hover {
	color: #FF0;
	text-decoration: underline;
}
#footlink p.top {
	text-align: right;
	margin: 10px 0 0 0;
}
/*================Copy Right================*/
#copyright {
	width: 760px;
	height: 19px;
	margin: 15px 0 0 0;
}
/*================Ninja Tools================*/
#shinobi {
	display: none;
}


