@charset "utf-8";
/* CSS Document */

/*--------------------------------------------
	＿Settings
--------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

*html {
	height: 1%;   /* for IE6 */
}

html {
	overflow-y: scroll;
}

a {text-decoration: none;}
a:link {color: #555; text-decoration: none;}
a:visited {color: #555; text-decoration: none;}
a:active {color: #1062bf; text-decoration: none;}
a:hover {color: #1062bf; text-decoration: none;}

body#pg {
	color: #444;
	font-size: 12px;
	font-family:メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
	line-height: 1.7em;
	background-color:#161c48;
	padding:40px 0 30px 0;
}

body#ind {
	color: #444;
	font-size: 12px;
	font-family:メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
	line-height: 1.7em;
	text-align:center;
	padding:70px 0 30px 0;
}
h1 { display:none;}
h2 { display:none;}

h3 {
	width: 400px;
	height: 125px;
	position:absolute;
	top:280px;
	left:145px;
}
h4 {
	color: #528acf;
	font-size: 18px;
	font-family:"Adobe Garamond Pro", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS P Gothic", sans-serif;
	font-weight:normal;
	margin:5px 0 5px 0;
}

address {
	font-size: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-style: normal;
	color: #999;
	height: 30px;
	padding-top: 50px;
	text-align: center;
}

#wrapper{
	display: none;
}

/*--------------------------------------------
	＿Layout
--------------------------------------------*/
div#info01 {
	width:480px; /*520-40*/
	height:300px; /*325-25*/
	margin:0 auto 0 auto;
	background-color:#161c48;
	background-image:url(images/02_bg_a.jpg);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	padding:25px 0 0 40px;
}

div#info02 {
	width:480px; /*520-40*/
	height:285px; /*355-70*/
	margin:0 auto 0 auto;
	background-color:#161c48;
	background-image:url(images/02_bg_b.jpg);
	background-position:center;
	background-repeat:no-repeat;
	padding:70px 0 0 40px;
}

div#info02 img { margin-bottom:3px; }
