@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         hira (admin)
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #000;
	text-align: center;
	background: url(../images/bg.jpg) 0 0 repeat-x;
	behavior:url("../js/csshover.htc");
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

h1 {
display: none;
}

.clearfix {
	float: none;
	clear: both;
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	color: #00F;
}

a:visited {
}

a:hover {
	text-decoration: none;
}

a:active {
}




/*----------------------------------------------------
	Layout
----------------------------------------------------*/


#wrap {
	width: 816px;
	margin: 0 auto;
}

#main {
	background: url(../images/main_bg.jpg) 0 0 no-repeat;
	height: 610px;
	text-align: left;
}

#main p.mtitle {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	color: #999999;
	margin-top: 185px;
	position: absolute;
	top: 0;
}

#main p.com {
	font-size: 12px;
	line-height: 22px;
	width: 410px;
	margin-top: 20px;
	position: absolute;
	top: 240px;

}

#content {
	margin: 10px 0 30px 0;
	text-align: left;
	font-size: 12px;
	line-height: 22px;
}

#content img.right {
	float: right;
}

#content .left {
	width: 500px;
	float: left;
}

#foot {
	text-align: right;
	border-top: 10px solid #cccccc;
	padding: 5px 0 10px 0;
	color: #999999;
	font-size: 12px;
}






ul#tooltip li.a a {
	position: relative;
	top: 85px;
	left: 680px;
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
}

ul#tooltip li.a a:hover {
	width: 100px;
	height: 100px;
	background-color: white;
}


ul#tooltip li.b a {
	position: relative;
	top: 55px;
	left: 515px;
	display: block;
	width: 110px;
	height: 110px;
	text-decoration: none;
}

ul#tooltip li.b a:hover {
	width: 110px;
	height: 110px;
	background-color: white;
}

ul#tooltip li.c a {
	position: relative;
	top: 130px;
	left: 585px;
	display: block;
	width: 120px;
	height: 120px;
	text-decoration: none;
}

ul#tooltip li.c a:hover {
	width: 120px;
	height: 120px;
	background-color: white;
}

ul#tooltip li.d a {
	position: relative;
	top: 90px;
	left: 350px;
	display: block;
	width: 140px;
	height: 140px;
	text-decoration: none;
}

ul#tooltip li.d a:hover {
	width: 120px;
	height: 120px;
	background-color: white;
}


ul#tooltip a span {
	display: none;
}

ul#tooltip a:hover span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	height: 150px;
	background-color: white;
	border: 1px solid #cccccc;
	padding: 20px;
	color: red;
	font-size: 14px;
	line-height: 24px;
} 




