@charset "utf-8";


#header {
	width:800px; padding:0 0 0 0px; margin:0 auto; height:120px;
	background:url(img/taisetu_title0.jpg) 100% 0px no-repeat; position:relative; text-align:left;
}

#body {
	width:741px; padding:9px 0 0 59px; margin:0 auto;
	font-family:"Meiryo","Trebuchet MS","ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 14px; text-align:left; line-height:1.5;
}

#footer {
	width:801px; padding:0 0 0 0px; margin:0 auto; height:39px;
	background-color: #ddd; position:relative;
	font-family:"Meiryo","Trebuchet MS","ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px; text-align:right;
}

#navi {
	width:761px; padding:20px 0 0 20px; margin:0 auto;
	font-family:"Meiryo","Trebuchet MS","ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	font-size: 12px; text-align:left;
}

td { font-size: 13px; line-height:1.2; }

.title{
border: 1px solid #999999;
padding: 2px;
width:92%;
}

.title1{
background-image: url(./img/titleblue.gif);
background-repeat: repeat-x;
background-position: top;
font-size: 11pt;
padding: 2px 0px 2px 5px;
border-left: 5px solid #5C7CB7;
} 

.line{
background-image: url(./img/line.gif);
background-repeat: repeat-x;
width:500px;
} 

.rightimg7 {
	margin: 0;
	padding: 0;
	position:absolute; left:630px; top:255px; display:block; width:250px; height:188px;
    background-image: url(./img/image003.jpg);
}

.rightimg8 {
	margin: 0;
	padding: 0;
	position:absolute; left:630px; top:275px; display:block; width:250px; height:188px;
    background-image: url(./img/image002.jpg);
}

.rightimg10 {
	margin: 0;
	padding: 0;
	position:absolute; left:630px; top:300px; display:block; width:300px; height:401px;
    background-image: url(./img/image001.jpg);
}

/*-----------------------------
	Global Navigation
-------------------------------*/

ul#globalNavi {
	margin: 0;
	padding: 0;
	color:#FF95CA; font-family:"Meiryo","Trebuchet MS","ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, sans-serif;
	position:absolute; left:0px; top:120px; display:block; width:800px;
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 160px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

ul#globalNavi li a {
	padding: 0.6em 8px; /* ボタンの厚みはここで調整 */
	display: block;
	position: relative;/* IE6でマウス反応領域がおかしいのをFix */
	font-size: 12px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-color: #DBE7F2;
}

ul#globalNavi li a:hover {
	color: #000;
	background-color: #ddd;
}

