* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #f2f2f2;
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#wrapper {
	width: 820px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}
#header {
	width: 820px;
	height: 320px;
	background-image: url(images/image_top.jpg);
	background-repeat: no-repeat;
}
#header h1{
	font-size: 8px;
}
#imj_logo {
	float: right;
	margin-right: 20px;
}
#entry_logo {
	left:650px;
	position:relative;
	top:100px;
}
#g_navi {
	margin-top: 20px;
}
#g_navi ul {
	list-style: none;
	margin-left: 15px;
}
#g_navi li {
	display: inline;
	margin-left: 50px;
}
#g_navi a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D4145A;
	padding-bottom: 5px;
}
#main {
	width: 740px;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#main {
  min-height: 1px;
}

* html #main {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* -------- 左カラムCSS --------- */
#left_content {
	float: left;
	width: 500px;
}
/* -------- 右カラムCSS --------- */
#right_content {
	float: right;
	width: 200px;
}
#right_content h3 {
	background-image: url(images/point_side.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:7px;
	padding-bottom:1px;
	padding-left:10px;
	border-bottom: 2px dotted #666666;
	font-size: 14px;
}
.right_banner {
	margin-bottom: 10px;
}
#right_content p {
	margin-bottom: 10px;
}
#es_dl {
	margin-top: 10px;
}

/* -------- フッターCSS --------- */
#footer {
	clear: both;
	text-align: center;
	background-image: url(images/image_footer.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 99px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer p {
	padding-top: 15px;
}
#footer ul {
	list-style: none;
}
#footer li {
	display: inline;
}
.footer_list_x {
	margin-left: 30px;
}
#footer address {
	font-style: normal;
	text-decoration: none;
	margin-top: 20px;
}
