@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
/*	line-height: 140%;
	font-size: 1em;*/
}
html { }
body {
	background-color: #CF3;
	background-image: url(../common/bg.jpg);
	background-repeat: repeat-y;
	color: #CF3;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
}
/*IE6*/
*html body { font-size: 100%; }
/*IE7*/
*:first-child+html body {font-size: 100%}
a { outline-style: none; }

a:link {
	color: #FBFE34;
	text-decoration: none;
}
a:visited {
	color: #FBFE34;
	text-decoration: none;
}
a:hover {
	color: #ECEBE6;
	text-decoration: underline;
}
a:active {
	color: #ECEBE6;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 0px;
}
#container {
	width: 1000px;
	min-height: 768px;
	background-image: url(../top_img/top-bg.jpg);
	background-repeat: no-repeat;
}
#header { height: 67px; }
#bclist {
	font-size: 0.8em;
	color: #CF3;
	padding-top: 10px;
	padding-left: 280px;
	padding-bottom: 20px;
	font-family: "Century Gothic", "Trebuchet MS", Trebuchet;
}
#bclist ul {}
#bclist li {
	display: block;
	float: left;
	list-style: none;
	margin-left: 5px;
}
#bclist li a {
	background-image: url(../common/bclistcur.gif);
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
	background-repeat: no-repeat;
}
/*
#headerbanner {
	float: right;
}
#headerbanner img {
	padding: 3px;
	border-bottom: 1px solid #A7A899;
	border-left: 1px solid #A7A899;
}
*/
.navi {
	text-align: right;
	padding-right: 80px;
	font-family: "Century Gothic", "Trebuchet MS", Trebuchet;
	margin-top: 30px;
	height: 80px;
}
.navi li {
	font-size: 1.5em;
	display: inline;
	color: #C60;
	margin-right: 12px;
	font-weight: bold;
}
.navi li a {
	font-size: 0.55em;
	font-weight: normal;
}

#maincontent {
	font-size: 0.75em;
	min-height: 550px;
}

.pagetop {
	text-align: right;
	padding-right: 50px;
	font-family: "Century Gothic", "Trebuchet MS", Trebuchet;
/*	font-size: 1em;*/
}

.pagetop2 {
	text-align: right;
	padding-right: 50px;
	font-family: "Century Gothic", "Trebuchet MS", Trebuchet;
	font-size: 0.7em;
}

#footer {
	padding-left: 20px;
	font-family: "Century Gothic", "Trebuchet MS", Trebuchet;
	border-top: 1px solid #4D6517;
	padding-top: 5px;
	color: #6D9741;
}
#footer .left {
	width: 590px;
	font-size: 0.8em;
	float: left;
}
#footer .left li {
	font-size: 0.8em;
	display: inline;
	margin-right: 5px;
}
#footer .right {
	text-align: right;
	margin-left: 600px;
	font-size: 0.65em;
}

/*ここまで共通*/
/*top*/
h2 {
	border-left: 5px solid #ECEBE6;
	text-indent: 1em;
	font-size: 1.25em;
}
#toptext {
	height: 170px;
	width: 360px;
	left: 0px;
	top: 300px;
	position: absolute;
}
.contentrss01 {
	width: 435px;
	margin-left: 280px;
	margin-bottom: 130px;
	}
.contentrss02 {
	width: 435px;
	position: absolute;
	left: 540px;
	top: 450px;
	}
.contentrss03 {
	width: 435px;
	margin-left: 50px;
	margin-bottom: 35px;
	}
.contentrss04 {
	margin-left: 20px;
	color: #CF3;
	font-size: 0.9em;
	width: 735px;
	float: left;
	margin-right: 20px;
}
.contentrss04 img {
	margin-right: 8px;
	padding: 3px;
	border: 1px solid #ECEBE6;
}
.contentrss04 dt {
	width: 100px;
	float: left;
	padding-bottom: 10px;
	clear: both;
}
.contentrss04 dd {
	margin-bottom: 10px;
	float: left;
	width: auto;
}

.rsstitle {
	color: #C60;
	background-color: #6D9741;
	padding-left: 10px;
	background-image: url(../top_img/rsstitle.gif);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 3px;
}
.rsslink {
	vertical-align: bottom;
	text-align: right;
	position: relative;
	margin-top: -1.2em;
	margin-right: 10px;
	margin-bottom: 3px;
}
.topicsflame {
	overflow: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nakanohito {
	height: auto;
	width: auto;
	left: 20px;
	top: 972px;
	position: absolute;
}

#twitter {
	margin-bottom: 20px;
	padding-bottom: 0px;
	width: auto;
}

/*エラーページ*/
.contenterror {
	margin-left: 350px;
}

.contenterror p { margin-bottom: 10px; }
.contenterror img {
	margin-bottom: 110px;
	margin-top: 20px;
}
.contenterror li {
	margin-left: 35px;
	margin-bottom: 10px;
}

/*profile*/
.contentprofile {
	margin-left: 200px;
	padding-top: 150px;
	padding-bottom: 150px;
}
.contentprofile dt {
	width: 90px;
	float: left;
	text-align: right;
}
.contentprofile dd {
	margin-left: 100px;
	margin-bottom: 20px;
}

/*link*/
.contentlist {
	height: auto;
	margin-left: 120px;
	clear: both;
}
.contentlist img {
	margin-right: 8px;
	padding: 2px;
	background-color: #FFF;
}
.contentlistleft {
	width: 200px;
	float: left;
	text-align: right;
	margin-bottom: 10px;
}
.contentlistright {
	margin-left: 210px;
	line-height: 160%;
}

