@charset "UTF-8";

/* --なんとなく ブラウザの互換初期化------------------------ */
html{ overflow:scroll; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* 新、旧分岐ページ
------------------------ */

body {
	font-family: "ＭＳ Ｐゴシック", Verdana, Osaka, sans-serif;
	background-color: #fff;
	color: #434343;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;}
	
#container {
	display:block;
	width: 780px;
	margin :0px auto 0px auto;
	padding: 100px 0px 0px 0px;
	text-align: left;
	position:relative; }

h1 { position:absolute; left:-9999em; }

h2 {display:block;
	background-image: url(image/diver/title.gif);
	background-repeat: no-repeat;
	width:725px;
	height: 72px;
	margin : 0px auto 40px auto ;
	text-indent:-9999em; }
	
.left a,
.right a {
	display:block;
	width:350px;
	background-image: url(image/diver/flam.jpg);
	background-repeat: no-repeat;
	margin : 0px 0px 5px 0px ;
	padding: 4px;
	opacity: 0.7; 
	filter:Alpha(opacity=70); }

.left a:hover,
.right a:hover {
	opacity: 1; 
	filter:Alpha(opacity=100); }


.left a img,
.right a img {
	display:block;
	margin : 0px ;}
	

.left {
	display:block;
	width:358px;
	background-image: url(image/diver/title02.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin : 0px ;
	padding: 0px 0px 30px 0px;
	float:left; }


.right {
	display:block;
	width:358px;
	background-image: url(image/diver/title01.gif);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	margin : 0px ;
	padding: 0px 0px 30px 0px;
	float:right; }
