/*------　style.css　日本語コメント＆フォント名使用のためUTF-8で保存------*/
/*--2008/12 テスト済: Win (IE6, IE7, FF, Safari3, Chrome, Opera), Apple (Safari3, iPod Touch)--*/

/*------　basic elements　------*/
body {
	margin: 0px;	padding: 0px;
	background: #F1E7B6 url(background.jpg);
	background-position: top center;
	background-attachment: fixed;
	font-size: 13px;
	font: 13px 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	text-align: center;
	}
img {
	border: none;
	}
hr {
	border-top: 1px dotted #B7C4E3;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	}


/*------　div: page (defines the area of content)  ------*/
#page { 
	width: 800px;
	margin-left: auto; margin-right: auto;	/*--FF用--*/
	background: #FFF url(page-bg.jpg) no-repeat;
	background-position: top right;
	}
#pagetop .invisible {
	display: block;		/*--display: none;だと動作しないので注意--*/
	height: 0px;
	visibility: hidden;
	overflow: hidden;
	}

/*------　div: header ------*/
#header{
	width: 100%; height: 110px;
	margin: 0px;
	background: transparent url(header.jpg) no-repeat;
	text-align: left;
	}


/*------　div: header > title------*/
#header #title {
	width: 100%; height: 90px;
	}
#header #title h1 { 	/*--ページタイトル(h1)--*/
	display: none;
	}
#header #title span {
	display: none;
	}
#header #title img {	/*--タイトルロゴのクリック用透明GIF--*/
	width: 500px; height: 80px;
	margin-left: 30px;
	border: none;
	}

/*------　div: header > globalnav ------*/
#globalnav {
	width: 100%; height: 17px;	padding-top: 3px; /*--高さ20px--*/
	background: url(globalnav.jpg) no-repeat;
	overflow: hidden;				/*--Mac版Safari対策--*/
	-apple-text-size-adjust: none;	/*--Mac版Safari対策--*/
	}
#globalnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;	/*--右寄せに必要--*/
	}
#globalnav li {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	}
#globalnav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	} 
#globalnav a:hover {
	color: #FA0;
	}


/*------　div: content ------*/
#content {
	clear: both;	/*--Safari対策--*/
	margin: 0px;
	background: transparent;
	}

/*------　div: content > localnav ------*/
#localnav {
	width: 200px;
	margin: 0px; padding: 0px;
	background: #C7B6AC;
	font-family: 'ＭＳ Ｐゴシック'; 
	text-align: left;
	float: left;
	}
#localnav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#localnav li {
	margin: 0px;
	}
#localnav li.navtitle {
	padding: 10px 0px 20px 10px;
	margin: 0px 0px 0px 0px;
	background: url(localnav.jpg);
	background-position: top left;
	font-family: 'Century Gothic';
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	}
#localnav li.navlink {
	padding-top: 0px; padding-bottom: 15px;
	padding-left: 0px; 
	color: #88A;
	}
#localnav li.banner {	/*--localnav下のバナー類--*/
	display: block;
	height: 80px;
	background: url(banner.jpg);
	}
#localnav a {
	text-decoration: none;
	padding-left: 30px;
	background: url(foxtrot.gif) no-repeat;
	color: #3B5001;
	}
#localnav a:hover {
	color: #FA0;
	}
#localnav span {	/*--リンク下の説明文--*/
	display: block;
	margin-left: 10px; margin-top: 1px;
	font-size: 10px;
	}

/*------　div: content > main ------*/
#main {
	width: 600px;
	padding: 0px 0px 20px 0px;
	background: transparent;
	text-align: left;
	float: right;
	}
#main #billboard {		/*--看板画像--*/
	width: 100%;
	margin: 0px;	padding: 0px;
	}
#main #billboard img {
	margin: 0px;	padding: 0px;
	border: none;
	}

#main #topicpath {		/*--トピックパス--*/
	margin: 10px 0px 10px 0px;
	padding-right: 25px;
	text-align: right;
	color: #4F5810;
	}
#main #topicpath a {
	text-decoration: none;
	}
#main h2{		/*--大見出し(h2)--*/
	margin-top: 0px;	/*--FF用--*/
	margin-left: 20px;
	font-family: 'Century Gothic';
	font-weight: normal;
	font-size: 25px;
	color: #666;
	}
#main h2 span {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px;
	}

/*------　div: content > main > block関連 ------*/
#main .block{	/*--ブロック部分(.block)--*/
	margin: 0px 30px 0px 30px;
	padding: 20px 0px 0px 0px;
	line-height: 140%;
	background: url(block-bg.jpg) no-repeat;
	}
#main h3{		/*--ブロック見出し(h3)--*/
	margin: 0px 15px 0px 25px;
	padding-left: 30px;
	font-size: 13px;
	color: #3F5548;
	}
#main .article {		/*--記事部分(.article)--*/
	height: 100%;	/*--全ブラウザ用--*/
	overflow: auto;	/*--IE以外用--*/
	margin: 25px 10px 5px 10px;
	padding: 0px 10px 25px 10px;	/*--記事インデント設定--*/
	border-bottom: 1px solid #B7A88C;
	color: #4F5810;	/*--記事の文字色(下のtableの文字色も同じにする)--*/
	}
#main .noindent {	/*--自由レイアウト。.articleの幅めいっぱい使いたい場合--*/
	padding: 0px;
	}
#main a {
	color: #E75E08;
	}
#main a:hover {
	color: #45741E;
	}
#main .pagetop {
	height: 40px; padding-top: 0px;
	margin-right: 0px;
	}
#main .pagetop a {
	display: block;
	margin-top: 0px;	/*--FF対策--*/
	margin-right: 20px;
	text-align: right;
	text-decoration: none;
	}

/*------　div: content > main > table関連 ------*/
#main table, #main th, #main td{	/*--テーブル原型--*/
	border: 1px solid #B7A88C;	/*--枠線の色--*/
	border-collapse: collapse;
	padding: 3px;
	font-size: 13px;
	color: #4F5810;	/*--上の.articleの「記事の文字色」と合わせる--*/
	}
#main table.textop td, table.textop th {	/*--table内の文字を全て上揃えにしたい時(.textop)--*/
	vertical-align: top;
	}
#main table.center {	/*--tableを中央配置したい時(.center)--*/
	margin-left: auto; margin-right: auto;
	}
#main table.normal {	/*--tableをデフォルト表示させる(.normal)--*/
	/*便宜上のクラスであり、実質は記述なし*/
	}
#main .noborder table, #main .noborder th, #main .noborder td {	/*--tableを罫線なしにする場合--*/
	border: none;	/*<div class="noborder">でtableの前後を囲む*/
	}
.tr0 { background: #ABC; color: #235; }
.tr1 { background: #CDE; color: #235; }

/*------　div: content > main > img関連 ------*/
#main img.left {	/*--画像左寄せ(回り込みあり)--*/
	margin-right: 10px; margin-bottom: 5px;
	float: left;
	}
#main img.right {	/*--画像右寄せ(回り込みあり)--*/
	margin-left: 10px; margin-bottom: 5px;
	float: right;
	}
#main img.center {	/*--画像センタリング(回り込み無し)--*/
	display: block;
	margin-left: auto; margin-right: auto;
	margin-top: 10px; margin-bottom: 10px;
	}

#content #main .tile table, #content #main .tile td {	/*--タイル状配置--*/
	border: none;
	padding: 2px;
	}
#content #main .tile img {
	margin: 0px;
	vertical-align: bottom; /*--画像をbaseline(スキマ有)ではなくbottomに配置(IE6以外)--*/
	}

/*------　div: content > main > news形式 ------*/
#main .news{
	margin-top: 10px;
	border-bottom: 1px dotted #DDD;
	}
#main .detailLink{
	text-align: right;
	margin-bottom: 5px;
	}
#main .detailLink a{
	text-decoration: none;
	}


/*------　div: content > main > link形式 ------*/
#main .mark {	/*--リンク集など先頭にマークを入れる時--*/
	display: block;
	padding-left: 20px;
	margin: 10px 0px 0px 0px;
	background: url(arrow.gif) no-repeat;
	background-position: 0px 4px;
	}

/*------　div: content > main > gallery形式 ------*/

#main .thumb {
	margin: 15px; /*--1行に何個表示するかこの値で決定。(センタリング近似値に調整)--*/
	padding-bottom: 5px;	/*--行間の高さ--*/
	background: transparent;
	text-align: center;		/*--文字のセンタリング--*/
	float: left;
	}
#main .nail {
	display: block;
	margin: 0px;
	width: 120px; height: 120px;	/*--各サムネイル画像用boxのサイズを決定。(正方形)--*/
	border: 1px solid #B7A88C;		/*--各サムネイル用boxの枠線の色。(table色と合わせる)--*/
	text-align: center;			/*--画像のセンタリング１--*/
	}
.nail img {
	vertical-align: bottom;		/*--ベースライン下のディセンダを解除(.nail内のimgのみ)--*/
}

/*------　div: content > main > blockquote (BBS関連のみ) ------*/
#main blockquote {
	background: #FFF;
	width: 400px;
	overflow: hidden;		/*--長いURLなどがはみ出ると、レイアウトが崩れるため--*/
	}
#main textarea {
	font-size: 13px;	/*--FFのデフォルト文字サイズがでかすぎるので--*/
	}


/*------　div: footer  ------*/
#footer {
	clear: both;
	width: 100%;	height: 150px;
	background-position: bottom left;
	}

/*------　div: footer > footnav ------*/
#footnav{
	height: 17px; padding-top: 3px;
	width: 100%;
	background: url(footnav.jpg);
	overflow: hidden;				/*--Mac版Safari対策--*/
	-apple-text-size-adjust: none;	/*--Mac版Safari対策--*/
	}
#footnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;	/*--右寄せに必要--*/
	}
#footnav li {
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	}
#footnav a {
	display: block;
	margin-top: 0px;
	text-decoration: none;
	text-align: left;
	color: #FFF;
	} 
#footnav a:hover {
	color: #FA0;
	}
/*------　div: footer > copyright ------*/
#copyright {
	height: 110px;	padding-top: 20px; /*--計130px--*/
	background: url(footer.jpg);
	color: #E5EED9;
	}
#copyright a {
	color: #FFF;
	text-decoration: none;
	}
#copyright a:hover {
	color: #FC0;
	}



/*=======　共通で使用するクラス　========*/

/*------　text colors　------*/
.accent {			/*--よく使うのでデザインに合った色を--*/
	color: #9F8339;
	color: #B85200;
	}
.warm	{			/*--暖色系テキスト--*/
	color: #E64;
	}
.cool	{			/*--寒色系テキスト--*/
	color: #80AD48;
	}
.neutral	{			/*--淡色系テキスト--*/
	color: #BA9;
	}
.alert	{			/*--警告色(通常は赤)--*/
	color: #F00;
	}

/*------　clearfix (floatの最後でfloatをクリアするCSSハック: 基本不使用)　------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.clearfix {	display: inline-block;	}

/* Hides from IE-mac \*/
* html .clearfix {	height: 1%;	}
.clearfix {	display: block;	}
/* End hide from IE-mac */


