body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
	background-color: #5d6882;
}
img {
	border: 0px;
}
a {
  outline: 0;
}
#flashMessage {
	font-size: 13px;
	font-weight: bold;
}

/* ヘッダ */
.head1 {
  margin: 0px;
	height: 48px;
	background-image: url(/images/headBG1.gif);
	background-repeat: repeat-x;
}
.head1content {
	height: 48px;
	width: 950px;
	margin: auto;
}
.logo {
	float: left;
	margin: 12px 5px;
}
.submenu {
	padding-top: 20px;
	padding-left: 600px;
}
.submenu img {
	margin-left: 5px;
}

/* メニュー */
.head2 {
  margin:0px;
  padding:0px;
	height: 37px;
	background-color: #000;
	background-image: url(/images/headBG2.gif);
	background-repeat: repeat-x;
}
.head3 {
  margin:0px;
  padding:0px;
	text-align: center;
	height: 200px;
	background-color: #fff;
	background-image: url(/images/headBG3.jpg);
	background-repeat: repeat-x;
}
table {
	border-collapse: collapse;
}
.menucent {
	width: 742px;
	height: 37px;
	margin: 0px auto;
	padding: 0px;
}

/* コンテンツ */
.title_image {
}
.caption {
	color: #666;
	font-size: 13px;
  margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.main_bg {
	background-color: #ffffff;
}
.main {
	width: 950px;
	margin: auto;
}
.content {
	float: left;
	width: 700px;
}
.navi {
	margin: 15px 0px 30px;
}
.navi span {
	font-size: 10px;
	padding: 5px;
	background-color: #464b51;
	color: #fff;
	font-weight: bold;
}
.navi a {
	color: #ddd;
	text-decoration: none;
}
.navi a:hover {
	color: #fff;
	text-decoration: underline;
}
.box {
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 30px;
}
.text_body {
	width: 650px;
	margin-left: 30px
}
.pagetop {
	text-align: right;
}

/* 日本経営者クラブとは */
.a1 {
	margin-top: 20px;
	padding-left: 20px;
	background-image: url(/images/club/1.gif);
	background-repeat: no-repeat;
	height: 33px;
}
.a2 {
	margin-top: 20px;
	padding-left: 20px;
	background-image: url(/images/club/2.gif);
	background-repeat: no-repeat;
	height: 33px;
}
.a3 {
	margin-top: 20px;
	padding-left: 20px;
	background-image: url(/images/club/3.gif);
	background-repeat: no-repeat;
	height: 33px;
}
.a4 {
	margin-top: 20px;
	padding-left: 20px;
	background-image: url(/images/club/4.gif);
	background-repeat: no-repeat;
	height: 33px;
}

/* 右サイド */
.sidebar {
	float: left;
	width: 203px;
	margin: 20px 0px 0px 20px;
}
.side_buttons {
}
.side_box {
	border: 1px solid #388CDB;
}
.side_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	background-color: #388CDB;
}
.side_body {
  font-size: 13px;
	padding: 5px;
}
.side_body a {
	color: #1f71a0;
}
.side_body a:hover {
	color: orange;
}
#UserStatus {
	font-size: 13px;
	margin-bottom: 10px;
}

/* フッタ */
.foot {
	clear:left;
	height: 128px;
	background-image: url(/images/footBG.gif);
	background-repeat: repeat-x;
}
#footContent {
	padding-top: 30px;
	font-size: 11px;
	text-align: center;
	color: #fff;
}
#footContent a {
	text-decoration: none;
	color: #fff;
}
#footContent a:hover {
	color: #ff9900;
}
.copyright {
	color: #ccc;
}
#nojs {
	padding: 5px;
	background-color: yellow;
	font-size: 14px;
}

/* ページ */
#pages {
  text-align: center;
  font-size: 12px;
  margin: 20px;
}