@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------
CSS Information

 File name:      basic.css
 Author:         Yoneda Ryo
 date:           2008/08/26
----------------------------------------------------------- */

/*======================================

	BASIC

=======================================*/

html {overflow-y: scroll;}

h1 {
	width: 100%;
	height: 14px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	background-image: url(../image/basic/obi_bg.gif);
	background-repeat: repeat-x;
}
#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	height: 75px;
	position: relative;
}
#header a {
	position: absolute;
	left: 17px;
	top: 18px;
}
#container .main_image {
	padding-top: 10px;
	background-image: url(../image/top/main_image.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 750px;
	margin: 10px 0 0 0;
	position: relative;
}
#container .main_image p.ohsms a {
	position: absolute;
	display: block;
	left: 544px;
	top: 222px;
	height: 26px;
	width: 204px;
	font-size: 10px;
	text-align: center;
}
#container .main_image p.Jab a {
	position: absolute;
	display: block;
	left: 668px;
	top: 116px;
	width: 71px;
	height: 124px;
	text-indent: -9999px;
}
#top_contents  {margin: 0px;}

#top_contents  #main_box {
	float: left;
	width: 440px;
	margin: 10px 0 0 0;
}
#top_contents #main_box dl {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	width: 435px;
	padding-left: 5px;
}
#top_contents #main_box dt {
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	margin-bottom: 3px;
}
#top_contents #main_box dd {
	background-image: url(../image/basic/line435.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#top_contents #right_box {
	float: right;
	width: 290px;
	margin: 10px 0 0 0;
}
#top_contents #right_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#top_contents #right_box dl {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	background-image: url(../image/basic/line285.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 5px;
}
#top_contents #right_box dt {
	font-size: 12px;
	color: #000099;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
#top_contents #right_box dl img {
	float: left;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}
#top_contents #right_box dl p {
	line-height: 1.7;
}

#footer {
	background-image: url(../image/basic/menu_under.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 13px;
	clear: both;
}
#footer p {
	text-align: right;
	font-size: 10px;
	margin: 0 5px 5px 0;
}
#footer address {
	background-image: url(../image/basic/obi_bg.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
f
