/* --default style reset-- */
@import"reset.css";





a:link {
	color: #cccccc;
	text-decoration:none;
}

a:visited {
	color: #cccccc;
	text-decoration:none;
}


a:hover {
	color: #FF3300;
	text-decoration:none;
}












html {
	font-size:62.5%;
	}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #111111;
	color: #bbbbbb;
	text-align: center;
}

#wrap {
	margin: 0px auto;
	width: 820px;
	padding: 0px;
	background-image: url(images/outer_back.gif);
	display: block;
}



#headimage,#outer,#footer,#topflash {
	margin: auto;
	width: 800px;
	padding: 0px;
	position: relative;
}

#headimage{
	background-image: url(images/headimage2010jf.gif);
	height: 120px;
}

#menu {
	margin: auto;
	height:25px;
	background-image: url(images/menuback.gif);
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-left-color: #999999;
	border-top-color: #EBEBEB;
	}

#menu a {
	display:block;
	width:148px;
	text-align:center;
	text-decoration: none;
	background-image: url(images/menuback.gif);
	font-weight: bold;
	color: #555555;
	line-height: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #FFFFFF;
}
#menu a:hover {
	color: #FF3300;
	background-image: url(images/menuback_over.gif);
}

#outer {
	background-image: url(images/main_back2010jf.gif);
	margin-top: 5px;
	position: relative;
}

#main {
	float: right;
	width: 590px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#center {
	float: right;
	width: 410px;
	margin-left: 5px;
}

#bread {
	width: 100%;
	font-size: 80%;
	line-height: 150%;
	background-color: #FFFCF7;
	margin-bottom: 10px;
	border-bottom-width: thin solid #FFDA9B;
	text-indent: 5px;
}

#content {
	width: 585px;
	text-align:left;
}

#content h1 {
	font-size:14px;
	font-weight:bold;
	}

#comment {
	width: 100%;
}

#adsence {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: bbbbbb;
}

#sidebar {
	float: left;
	width: 180px;
	text-align: center;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sidebar p {
	text-align: left;
	width: 200px;
	margin-right: auto;
	margin-left: auto;

}



#ninja {
	margin-top: 5px;
	width: 250px;
	float: right;
	text-align: right;
	margin-right: 15px;
}
#footer {
	height: 85px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(images/footer_back.gif);
}

#footerlink {
	padding:5px 0px;
	text-align:center;
	}

#footerinner {
	font-size: 10px;
	margin-top: 5px;
	line-height: 14px;
	width: 350px;
	margin-left: 220px;
	float: left;
	text-align: center;
}
.load {
	display: none;
}
.c-both {
	clear: both;
	visibility: hidden;
	height: 0;
	} 

