body {
	background-attachment: scroll;
	background-image: url(../img/pp_wall02_1000.jpg);
	background-repeat: repeat;
	background-position: center;
	line-height: 160%;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	color:#FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	line-height: 100%;
}
.style1 {color: #D819FB}
.style2 {color: #001E63}
A:link {
	color:#001E63;
	text-decoration: underline;
}
A:visited {
	color:#001E63;
	text-decoration: underline;
}
A:active {
	color:#FB3419;
	text-decoration: none;
}
A:hover {
	color:#1992FB;
	text-decoration: none;
}
.font_m {
	font-size: 14px;
	line-height: 22px;
}
.font_l {
	font-size: 20px;
	line-height: 22px;
}
.white {
	font-size: 12px;
	color: #FFFFFF;
}
.red {
	font-size: 12px;
	color: #FF0000;
}
.font_s {
	font-size: 10px;
	line-height: 13px;
}
.font_co {
	font-size: 12px;
	line-height: 18px;
}
td {
	line-height:165%;
}
.td_pad {
	padding-top: 7px;
	padding-bottom: 7px;
}
a:hover img.hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.btn {
	text-align: right;
	padding-top: 30px;
	padding-right: 50px;
}
.tel {
	text-align: right;
	padding-right: 50px;
	padding-bottom: 30px;
}
.tokyo {
	padding-top: 100px;
	padding-left: 30px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clear {
	clear:both;
}
.clear hr {
	display:none;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
.center2 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.img_pad5 {
	padding: 5px;
}
.img_pad15 {
	padding: 15px;
}
a:hover img.hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.text, textarea, .dropdown {
	border:1px solid #777;
	padding: 7px;
	margin: 5px;
	color: #333;
	background: #fff;
	border-radius: 5px;
	/* Webkit */
    background: -webkit-gradient( linear, left top, left bottom, from(#f3f3f3), to(#fff) );
	-webkit-border-radius: 5px;
	/* Firefox */
    background: -moz-linear-gradient( top, #f3f3f3, #fff );
	-moz-border-radius: 5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#fff3f3f3, endColorstr=#ffffffff);
	zoom: 1;
}
/* header */
.header1 {
	padding: 4px;
	color: #FFF;
	background-color: #001E63;
	clear:both;
	width: 100%;
}
.header2 {
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	background-color: #001E63;
	width: 1000px;
	text-align: left;
}
.maintop3 {
	color: #FFF;
	clear:both;
	width: 100%;
	background-image: url(../img/nbr_top01_2-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.maintop4 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.maintop5 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: right;
	height: 200px;
}
.maintop6 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-top: 30px;
	padding-bottom: 10px;
}
.smaintop7 {
	color: #FFF;
	clear:both;
	width: 100%;
	background-image: url(../img/nbr_top01_2-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.smaintop8 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	padding-top: 214px;
}
/* footer */
.footer1 {
	padding: 15px;
	color: #FFF;
	background-color: #001E63;
	clear:both;
	width: 100%;
}
.footer2 {
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	background-color: #001E63;
	width: 1000px;
	text-align: right;
}
/*---------------------------------------- #globalnaviの指定 */
#globalNavi {
	clear:both;
	width:1000px;
	margin:0 0 0px;
	display:inline-block;
	position: relative;
	margin-bottom: 0;
	padding: 0;
}
#globalNavi:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#globalNavi ul li {
	float: left;
	position: relative;
}
#globalNavi li ul.drop {
	width:190px;
	position:absolute;
	display:none;
	float:none;
	z-index:100;
	left:0;
	top:56px;
	/* 透け */
	opacity: .90; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=90); /* IE lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* IE 8 */
	-khtml-opacity: .90; /* Safari 1.x */
	-moz-opacity: .90; /* FF lt 1.5, Netscape */
}
#globalNavi li ul.drop li {
	float:none;
	position:static;
}
#globalNavi li ul.drop li a {
	display:block;
	background:#222222;
	border-left:solid 5px #222222;
	border-right:solid 5px #222222;
	border-bottom:solid 1px #555555;
	color:#ede1cd;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 25px;
	text-decoration: none;
	font-size: 12px;
	_zoom:1;
}
#globalNavi li ul.drop li a:hover {
	background:#aaaaaa;
	border-bottom:solid 1px #999999;
	border-left:solid 5px #001E63;
	border-right:solid 5px #aaaaaa;
	color:#000000;
	text-decoration: none;
	_zoom:1;
}
#globalNavi li ul.drop ul a {
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 5px;
	padding-left: 25px;
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #001E63;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	opacity:0.85;
	filter:alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
