﻿@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:1.3em;
	margin:0;
	padding:0;
}

body {
	width: auto;
	color:#333333;
	font-family:'ＭＳ Ｐゴシック','メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	line-height:1.5;
	font-size:14px;
}

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:500px;
	height:35px;
	position:absolute;
	top:0px;
	left:0px;
	background-color:#07B2E7;
	background:url("../_img/ver2/header.png") no-repeat left top;
}

.contents {
	width:500px; /* border-left and right 1px */
	height:500px;
	background:#eeeeee;
	position:absolute;
	top:35px;
	left:0px;
}

.main {
	width:482px; /* border-left and right 1px */
	height:auto;
	background:#fff;
	border:solid 1px #e6e6e6;
	padding:5px;
	margin:0 auto;
	margin-top:3px;
}
.titlep {
	color: #ff8040;
	font-weight: bold;
	font-size: 1.2em;
	padding:5px 0 5px 0;
}
.andapp{
	border:solid 1px #07b2e7;
	position:relative;
	padding:8px;
}
.logo{
}
.andapp p{
	font-size:14px;
	/*border-top:dotted 1px #07b2e7;*/
	margin:5px 0 5px 0;
	padding:5px 0 5px 0;
}
.andapp hr{
	border:solid 0.5px #07b2e7;
}
.agreement {
	width:100%;
	height:18px;
	text-align:center;
	display:block;
	font-size:12px;
	margin:5px 0 0 0;
}
.btn_inst {
	width:173px;
	height:50px;
	position:absolute;
	top:430px;
	left:60px;
}
.btn_permit {
	width:173px;
	height:50px;
	position:absolute;
	top:430px;
	right:60px;
}
.btn_close {
	width:60px;
	height:18px;
	position:absolute;
	top:330px;
	right:60px;
}
.button_close {
	width:49px;
	height:18px;
	position:absolute;
	top:0;
	right:10px;
	background:url("../_img/ver2/header_close_bt.png") no-repeat left top;
}

.button_close:hover {
	background:url("../_img/ver2/header_close_bt_hover.png") no-repeat left top;
}

.about {
	width:40px;
	position:absolute;
	top:20px;
	right:0px;
	display:block;
}
.about:hover {
}


