@charset "euc-jp";

/* ==================================================================
	Author: adachi(WebBlending)

	■ページ共通のパーツの指定
	　基本レイアウトなんかここ。
	
	　セカンダリー以降の共通事項をcommonに置くかmodulesに置くか思案中
	　使いまわすパーツはcomponentでいいんじゃね？とかとも思う。
	
=================================================================== */

/* =================================
   ■ 共通指定
================================== */

html{
	background:#282622 url(../images/common/backgroundFoot.gif) 50%  0 repeat-y;
}

html.y{
	background:#B69852 url(../images/common/backgroundFooter-y.gif) 50%  0 repeat-y;
}


/* --------------------------------
   □ body
-------------------------------- */ 
body{
	font-family:   "ＭＳ Ｐゴシック", sans-serif;
	background:transparent url(../images/common/backgroundHead-repeat.gif) 0 0 repeat-x;
	text-align: center; 	/* IE用 */	
}
/* --------------------------------
   □ text
-------------------------------- */
p { 
	margin:0 0 0.8em 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

p,table,ul,dl,ol,address{
	line-height:1.5;
}

/* --------------------------------
   □ form
-------------------------------- */
input.text,
textarea {
	border: 1px solid #aaa;
	padding:2px;
}

* html input.text,
* html textarea {
	padding:3px;
}


input.text:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input.text:focus,
textarea:focus {
	border: 1px solid #333333;
}

input.submit{
	line-height:100%;
	padding-top:2px;
}

/* --------------------------------
   □ link
-------------------------------- */
/* 基本 */
a {
	text-decoration:none;
}

/* 訪問済 */
a:visited {

}

/* ロールオーバー */
a:hover{
	text-decoration:underline;
}

/* =================================
   ■ レイアウト
================================== */

/* --------------------------------
   □ 大枠 
-------------------------------- */
/*
.page{ 
	width:700px;
}
*/

.site .area,
.contents .area,
.publication{ 
	width:800px;
	margin: 0 auto 0 auto;
	text-align: left;

}


body > .site .area,
body > .contents .area,
body > .publication{ 
	width:800px;
}


/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */
.site { 
	background:url(../images/common/backgroundHead.gif) 50% 0 no-repeat;
}

.site .area{ 
}

.site .area h1,
.site .area p.logo{
	padding-top:3px;
	margin:0px 0 2px 7px;
}

.site .area .accent{
	margin:0;
}

/* --------------------------------
   □ ページコンテンツ
-------------------------------- */
.contents{
	background:#EDE3C0 url(../images/common/background-repeat.gif) 50% 0 repeat-y;
}

.contents .area{
	background:#fff;
}

	/* ◆ メニュー(サイド)
	-------------------------------- */
	.menuBox{
		width:169px;
		margin-left:7px;
		float:left;
		display:inline;
	}

	/* ◆ ページ内容情報(メイン)
	-------------------------------- */
	.entries{
		width:572px;
		float:right;
		display:inline;
		margin-right:26px;
	}

/* --------------------------------
   □ サイト情報(フッター)
-------------------------------- */
.publication{
	clear:both;
	height:60px;

}

	.publication ul.navigation{
		margin:0px auto 0px auto;
	}
	
	.publication p.copyright{
		clear:both;
		text-align:center;
		margin:10px auto 0px auto;
	}

	/* TOPだけ別 */
	#index .publication p.copyright{
		margin:6px auto 0px auto;
	}	
	
