/* ************************************************
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

body {
	color: DimGray;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #EEEBE6;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}
a:hover { 
position: relative; 
top: 1px; 
left: 1px; 
text-decoration: none; 
} 

.small {font-size:10px;}

/* -------------------------------------
 *	ページレイアウト
 * -------------------------------------
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header1 {
	width:100%;
	clear:left;
}

/*　画面左側メニューの幅　*/
.side {
	float: none;
	padding-left: 0px;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 600px;
}

/*　フッター（コピーライト）　*/
.footer {
	clear:left;
	padding-right: 30px;
}
.header2 {
	clear:left;
	padding-right: 10px;
}
a:link {
	color: DimGray; text-decoration: none
}
a:visited {
	color: SlateGray; text-decoration: none
}
a:active {
	 color: #CC0000; text-decoration: none
}
a:hover {
	color: #CC0000; text-decoration: underline
}
/* -------------------------------------
 *	画像のサイズ・ボーダーの設定
 * ------------------------------------- */
img.small {
	}


img.border {
	background:#FFF;
	padding:4px;
	border-top:1px #D1D1D1 solid;
	border-right:1px #989898 solid;
	border-bottom:1px #989898 solid;
	border-left:1px #D1D1D1 solid;
}
