@charset "UTF-8";
/* CSS Document */

body {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333333;
	background: #E5F6E4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
* html body {
	/* for WinIE6*/
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
}

*:first-child+html body {
    /* for WinIE7*/
	font-size: 75%;
	font-family: "メイリオ", Meiryo, sans-serif;
}

a { color: #666666; text-decoration:none; }
a:link    {
	color: #009F57;
	text-decoration: none;
}
a:visited {
	color: #009F57;
	text-decoration: none;
}
a:active  {
	color: #009F57;
	text-decoration: none;
}
a:hover   {
	color: #009F57;
	text-decoration: none;
}

#container {
	width: 914px;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(../images/navi/back.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* ------------------------------
 header
------------------------------ */
#header {
	padding: 0px;
	width: 860px;
	position: relative;
	left: 27px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #009F57;
	background-image: url(../images/navi/back_logo.gif);
	background-repeat: no-repeat;
	height: 155px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h1 {
	font-size: 0.9em;
	color: #333333;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	display: none;
}
#header .anjin_logo {
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 77px;
	position: relative;
	left: 770px;
}
#header #navi {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 13px;
}
#header #navi ul {
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 860px;
}
#header #navi li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#header #navi #migi {
	margin: 0px;
	padding: 0px;
}

/* ------------------------------
 side menu
------------------------------ */
#side_menu {
	padding: 0px;
	width: 220px;
	position: relative;
	left: 27px;
	background-color: #EDEDED;
	height: 146px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#side_menu .left_nav {
	margin: 0px;
	padding: 0px;
	height: 37px;
	width: 205px;
	background-color: #009F57;
	position: relative;
	left: 7.5px;
	top: 7.5px;
}
#side_menu .left_nav img {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 10px;
	top: 10px;
}
#side_menu ul {
	margin: 0px;
	padding: 0px;
	background-color: #009F57;
	width: 205px;
	position: relative;
	left: 7.5px;
	top: 7.5px;
	height: 94px;
}
#side_menu .sho_midashi {
	height: 35px;
	width: 201px;
}
#side_menu li {
	border-bottom-color: #FFFFFF;
	list-style-type: none;
	height: 30px;
	width: 201px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
#side_menu .side_navi_bottom {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main {
	padding: 0px;
	width: 620px;
	float: right;
	position: relative;
	right: 27px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#main h3 {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main  .title {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#main  .midashi  {
	font-size: 1.1em;
	padding: 0px;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#main .text {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px;
}
#main .img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}
#main .bar {
	padding: 0px;
	height: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear: both;
}
/* ------------------------------
 footer
------------------------------ */
#footer {
	width: 860px;
	position: relative;
	left: 27px;
	height: 100px;
	background-color: #009F57;
	padding: 0px;
	clear: both;
	margin: 0px;
}
#footer #footer_logo {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 345px;
	position: relative;
	left: 20px;
	top: 25px;
}
#footer #copyright {
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	top: 42px;
	right: 25px;
	height: 14px;
	width: 276px;
}
/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */

