@charset "UTF-8";
/*style.css
**通常のスタイル
*/

@import url("common.css");

/* ドキュメント全体 */
body	{
	font-size:1em;
	background-color:#fff7ef;
	text-indent:0px;
	color:black;
	color:#111111;
	}
	
/* 全体コンテナ */
div.page	{
	background-color:#ffffff;
	margin-left:2em;
	margin-right:5em;
	border-left:solid 2px #996633;
	border-right:solid 2px #996633;
	border-bottom:solid 2px #996633;
	}

/* 一番上（コンテナの中） */
div.header	{
	width:30em;
	padding:2px;
	padding-left:0px;
	border-top:solid 2px #cc9966;
	border-right:solid 6px #cc9966;
	text-align:left;
	background-color:#fff7ef;
	background-image:url(img/header.png);
	background-repeat:no-repeat;
	background-position:left top;
	}

/* 一番下（コンテナの中だけど、CSSで外に追い出します） */
div.footer	{
	position:absolute;
	width:100%;
	margin:0em;
	margin-top:0.8em;
	right:0px;
	text-align:right;
	vertical-align:bottom;
	}

/* 見出し用スタイル */

/* サイトタイトル */
h1	{
	padding-left:0em;
	height:50px;
	background-color:#ffeedd;
	background-image:url(img/h1);
	background-repeat:no-repeat;
	background-position:left top;
	border-top:solid 2px #cc9966;
	border-bottom:solid 2px #cc9966;
	}
	
/* ページ見出し */
h2	{
	font-size:200%;
	}
	
/* ページ内メイン見出し */
h3	{
	padding-left:0em;
	background-color:#ffcc99;
	background-image:url(img/h3);
	background-repeat:no-repeat;
	background-position:left top;
	font-size:150%;
	border-top:solid 2px #996633;
	clear:left;
	}
	
/* ページ内サブ見出し */
h4	{
	padding-left:1em;
	clear:left;
	}

/* バナー */
a.bannerentry, a.bannerentry:hover, a.bannerentry:link, a.bannerentry:visited, a.bannerentry:active	{
	border:none;
	background-color:transparent;
	width:220px;
	float:left;
	}

div.text	{
	padding-left:2em;
	clear:left;
	}

div.collapsed	{
	display:none;
	clear:left;
	}

.collapsebtn:hover	{
	background-color:#ccccff;
	}

/*その他要素用スタイル*/
hr	{
	border:none;
	height:4px;
	width:100%;
	background-image:url(img/hr.png);
	background-repeat:repeat-x;
	color:#996633;
	background-color:#ffcc99;
	padding:0px;
	}
