@charset "shift_jis";
body {
	color: #cccccc;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #eeeeee;
	font: 11px/1.5 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a {
	color: #81949d;
	text-decoration: none;
}
a:hover {
	background: #DFE3E6;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
	vertical-align: bottom;
}


/*コンテナ（ＨＰ枠の設定）
---------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;
	width: 759px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}


/*ヘッダー（ロゴが入っている所）
---------------------------------------------------------------------*/
#header {
	background: url(images/header_bg.gif) no-repeat;
	height: 85px;
	text-align: left;
}


/*コンテンツ
---------------------------------------------------------------------*/
#contents {
	width: 705px;
	margin-top: 20px;
}
#contents td {
	text-align: left;
}
#contents p {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}


/*メニュー
---------------------------------------------------------------------*/
#menu {
	margin-bottom: 1px;
	margin-left: 1px;
}
#menu a {
	height: 16px;
	width: 121px;
	background: url(images/menu_bg.gif) no-repeat;
	display: block;
}
#menu a:hover {
	background: url(images/menu_bg_over.gif) no-repeat left top;
}


/*コンテンツ：左側
---------------------------------------------------------------------*/
#left {
	padding-left: 3px;
	text-align: left;
}


/*コンテンツ：右側
---------------------------------------------------------------------*/
#right {
	padding-right: 3px;
	text-align: left;
}


/*フッターとコピーライト
---------------------------------------------------------------------*/
#footer {
	background: url(images/footer_bg.gif) no-repeat;
	height: 50px;
}
#copyright {
	background: #EEEEEE;
}
