﻿@charset "utf-8";

html {
	overflow:hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
	padding:0;
	margin:0;
	line-height:16px;
	margin:0;
	padding:0;
}

body {
	color:#333333;
	font-family:'ＭＳ Ｐゴシック','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height:1.5;
	font-size:13px;
}

img {
	border:0;
	outline:0;
	font-size:0;
	line-height:0;
}

a {
	text-decoration:underline;
	color:#1d91e3;
}

a:hover {
	text-decoration:none;
	cursor:pointer;
}
a:hover img{
	filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
.header {
	width:380px;
	height:35px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#07B2E7;
	background:url("../_img/ver2/header.gif") no-repeat left top;
}

.contents {
	width:380px; /* border-left and right 1px */
	height:215px;
	background:#eeeeee;
	position:absolute;
	top:35px;
	left:0px;
}

.main {
	width:362px; /* border-left and right 1px */
	height:auto;
	background:#fff;
	border:solid 1px #e6e6e6;
	padding:5px;
	margin:0 auto;
	margin-top:3px;
}
.title{
	padding:5px 0 5px 0;
}
.seanowle{
	border:solid 1px #07b2e7;
	position:relative;
	padding:8px;
}
.logo{
}
.seanowle p{
	font-size:12px;
	border-top:dotted 1px #07b2e7;
	margin:7px 0 0 0;
	padding:7px 0 0 0;
}
.agreement {
	width:100%;
	height:18px;
	text-align:center;
	display:block;
	font-size:12px;
	margin:5px 0 0 0;
}
.btn_inst {
	width:173px;
	height:18px;
	position:absolute;
	top:177px;
	left:84px;
}
.btn_close {
	width:60px;
	height:18px;
	position:absolute;
	top:177px;
	right:84px;
}
.button_close {
	width:49px;
	height:18px;
	position:absolute;
	top:0;
	right:10px;
	background:url("../_img/ver2/header_close_bt.gif") no-repeat left top;
}

.button_close:hover {
	background:url("../_img/ver2/header_close_bt_hover.gif") no-repeat left top;
}

.about {
	width:40px;
	position:absolute;
	top:20px;
	right:0px;
	display:block;
}
.about:hover {
}


