/* CSS Document */

/* 背景用設定 */
body {
	background-color: #CCCCCC;
	background-image:url(image/background.gif);
	background-repeat:repeat-y;
	background-position:center;
	font-family:"メイリオ", "Meiryo UI", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";

}
table {
	font-size:14px;
	line-height:160%;
}
table td {
	font-size:14px;
	line-height:160%;
}

/* ヘッダーメニュー用設定 */
#headerbar {
	height:27px;
	background-image:url(image/headerbar.png);
}
a#home {
	display:block;
	height:27px;
	width:60px;
	background-image:url(image/home.png);
	text-indent:-1000px;
}
a#home:hover {
	background-position:bottom left;
}
a#kikaku {
	display:block;
	height:27px;
	width:80px;
	background-image:url(image/kikaku.png);
	text-indent:-1000px;
}
a#kikaku:hover {
	background-position:bottom left;
}
a#otoiawase {
	display:block;
	height:27px;
	width:80px;
	background-image:url(image/otoiawase.png);
	text-indent:-2000px;
}
a#otoiawase:hover {
	background-position:bottom left;
}
a#jinzai {
	display:block;
	height:27px;
	width:80px;
	background-image:url(image/jinzai.png);
	text-indent:-1000px;
}
a#jinzai:hover {
	background-position:bottom left;
}

/* メインページ用カラム設定 */
div#left {
	width:490px;
	float:left;
	padding-left:20px;
}
div#right {
	width:270px;
	float:right;
	padding-right:0px;
	margin-right:10px;
}

/* トップページ用リスト設定（右カラム用） */
div.banner {
	width:270px;
	margin:0px 0px 6px 0px;
	border:none;
}

/* トップページ用リスト設定（左カラム用） */
div.listtitle {
	margin:30px 0px 0px 0px;
	padding:5px 0px 0px 12px;
	border-bottom:solid 1px #CCCCCC;
	background-color:#EFEFEF;
	height:22px;
	width:478px;
	color:#0099FF;
	font-size:14px;
	font-weight:bold;
}
div.go_back {
	margin:0px 0px -24px 0px;
	padding:4px 0px 0px 0px;
	height:18px;
	width:480px;
	vertical-align:middle;
	text-align:right;
}
ul.list02 li {
	margin:0px 0px 0px -25px;
	padding:0px 0px 0px 20px;
	border:none;
	list-style:none;
	background:url(image/migi.gif) left no-repeat;
}
ul.list03 {
	margin:0px 0px 0px 10px;
	padding:13px 0px 10px 24px;
	border:dashed 1px #CCCCCC;
	background:url(image/Example.gif) left no-repeat top;
	width:450px;
}
ul.list03 li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	list-style:none;
	background:url(image/list_bar.gif) left no-repeat;
	color:#666666;
	font-size:12px;
}
ul.list04 li {
	margin:0px 0px 0px -25px;
	padding:2px 0px 0px 20px;
	border:none;
	list-style:none;
	background:url(image/bluesq.gif) left no-repeat;
}
div.newlisttitle {
	margin:0px 0px -2px 0px;
	padding:5px 0px 0px 8px;
	border-bottom:solid 3px #0099FF;
	border-left:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	height:23px;
	width:480px;
	font-size:14px;
	color:#003366;
	font-weight:bold;
}
ul.newlist {
	margin:0px 0px 20px 0px;
	padding:10px 12px 0px 12px;
	width:475px;
	list-style:none;
}
li.newlist01 {
	margin:5px 0px 0px 0px;
	line-height:15px;
	list-style:none;
	font-size:12px;
	color:#0099FF;
}
li.newlist02 {
	margin:0px 0px 5px 0px;
	line-height:19px;
	list-style:none;
	font-size:14px;
	border-bottom:dashed 1px #CCCCCC;
}
li.newlist02 a:link {
	color:#000099;
}
li.newlist02 a:hover {
	color:#000099;
}
li.newlist02 a:visited {
	color:#000099;
}

/* 本文用設定 */
p {
	margin: 0.7em 0px;
	font-size:14px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

/*
.style1 {color: #FFFFFF}
*/

/* フッダー用設定 */
.footer {
	font-size: 8pt;
	color: #999999;
	padding-left:40px;
	padding-right:40px;
}
