/* 共通部分・レイアウト */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px auto;
	font-size: 90%;
	background-image: url("../images/body-bg.png");
	text-align: center;
	color: #333333;
}
#page {
	margin: 0px auto;
	width: 850px;
	text-align: left;
	border: 1px solid #999999;
	background: #FFFFFF;
}
#head {
	width: 850px;
	height: 115px;
}
#menu {
	width: 840px;
	height: 52px;
	margin: 5px 0 0 10px;
}
#wrap {
	width: 850px;
}
#left {
	width: 180px;
	margin: 0;
	padding: 0 0 10px 10px;
	float: left;
}
#right {
	width: 640px;
	margin: 0;
	padding: 0 10px 10px 10px;
	float: right;
}
#foot {
	width: 810px;
	margin: 10px;
	padding: 10px;
	clear: both;
	font-size: 90%;
	text-align: center;
	border-top: 1px solid #7FC31C;
	color: #333333;
}
#top_left {
	width: 640px;
	margin: 0;
	padding: 0 0 10px 10px;
	float: left;
}
#top_right {
	width: 180px;
	margin: 0;
	padding: 0 10px 10px;
	float: right;
}
#flash {
	width: 640px;
	margin: 0 0 20px;
}
h2 {
	background-image: url("../images/h2_bg.jpg");
	background-repeat: no-repeat;
	font-size: 16pt;
	width: 590px;
	height: 22px;
	padding: 5px 20px 5px;
	margin: 10px 0px 5px;
	clear: both;
}
/* 共通部分・レイアウトここまで */

/* メニュー関連 */
#menu ul li {
	list-style: none;
	padding: 0 10px 0 0;
	white-space: nowrap;
	float: left;
	display: block;
}
#menu img {
	border-style:none;
}
.menu_home {
	width:130px;
	height:42px;
	background:url(../images/menu/menu_home_r.jpg) no-repeat left bottom;
}
.menu_home a {
	display:block;
	width:130px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.menu_home a:hover {
text-indent:-9999px;
}

.menu_cap {
	width:130px;
	height:42px;
	background:url(../images/menu/menu_cap_r.jpg) no-repeat left bottom;
}
.menu_cap a {
	display:block;
	width:130px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.menu_cap a:hover {
text-indent:-9999px;
}

.menu_jcapta {
	width:130px;
	height:42px;
	background:url(../images/menu/menu_jcapta_r.jpg) no-repeat left bottom;
}
.menu_jcapta a {
	display:block;
	width:130px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.menu_jcapta a:hover {
text-indent:-9999px;
}

.menu_kouza {
	width:130px;
	height:42px;
	background:url(../images/menu/menu_kouza_r.jpg) no-repeat left bottom;
}
.menu_kouza a {
	display:block;
	width:130px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.menu_kouza a:hover {
text-indent:-9999px;
}

.menu_groupmap {
	width:130px;
	height:42px;
	background:url(../images/menu/menu_groupmap_r.jpg) no-repeat left bottom;
}
.menu_groupmap a {
	display:block;
	width:130px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.menu_groupmap a:hover {
text-indent:-9999px;
}

.menu_link {
	width:130px;
	height:42px;
	background:url(../images/menu/menu_link_r.jpg) no-repeat left bottom;
}
.menu_link a {
	display:block;
	width:130px;
	height:42px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.menu_link a:hover {
text-indent:-9999px;
}

.side_head {
	background-image: url("../images/menu/side_head.png");
	background-repeat:  no-repeat;
	padding: 10px 15px 0px;
	font-size: 12pt;
	font-weight: bold;
	width: 150px;
	height: 27px;
}
.side_menu {
	padding: 6px 14px 0px;
	font-size: 11pt;
	font-weight: bold;
	width: 150px;
	border-left: solid 1px #33A02C;
	border-right: solid 1px #33A02C;
}
.side_foot {
	background-image: url("../images/menu/side_foot.png");
	background-repeat: no-repeat;
	width: 180px;
	height: 20px;
	margin: 0 0 10px 0;
}
.side_head a, .side_menu a{
	width: 160px;
	text-decoration: none;
	color: black;
}
.side_head a:hover, .side_menu a:hover{
	color: #EC7300;
}
/* メニュー関連ここまで */

/* その他 */
img.headimg {
	border-style:none;
}
img.hw {
	width: 640px;
	height: 119px;
	clear: both;
}
img.pickup {
	width: 180px;
	margin: 0 0 8px;
	clear: both;
	border-style:none;
}
img.left {
	padding:5px 10px 5px 0px;
	float: left;
	clear: right;
}
img.right {
	padding:5px 0px 5px 10px;
	float: right;
	clear: left;
}
.content {
	width: 600px;
	padding: 5px 20px;
	font-size: 90%;
	line-height: 1.6em;
}
.subtitle {
	font-size:80%;
}
.bold {
	font-weight: bold;
}
.bbold {
	font-weight: bold;
	font-size: 110%;
}
.small {
	font-size: 90%;
}
/* その他ここまで */

/* トップページ用 */
table.infomation {
}
table.infomation th {
	width: 90px;
}
table.infomation th, td {
	font-weight: normal;
	padding: 4px 0;
	vertical-align: top;
}

table.jcapta-ccj {
	width:598px;
	border: solid 1px #BBBBBB;
}
table.jcapta-ccj td {
	padding: 6px 10px;
	background-color: #F3F3F3;
	color: #333333;
}
/* トップページ用ここまで */