@charset "shift-jis";

/* _____________________________________
  /                           初期化  */

body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, address,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height:1.8em;
	font-weight:normal;
	font-style:normal;
	font-family:Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	color:#666;
}

/* _____________________________________
  /                             タグ  */

body {
	background:#fafafa;
}

img {
	border:none;
	vertical-align:bottom;
}

a {
}

a:hover {
}

/* _____________________________________
  /                       汎用クラス  */

.float-l {
	float:left;
}

.float-r {
	float:right;
}

div.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	width:100%;
	background:none;
}

br.clear {
	clear:both;
}

.align-l {
	text-align:left;
}

.align-r {
	text-align:right;
}

.align-c {
	text-align:center;
}


/* _____________________________________
  /                       レイアウト  */

div#container {
	width:900px;
	margin:auto;
	background:url(../images/header_bg.jpg) left top repeat-x #fff;
	border-left:solid 1px #999;
	border-right:solid 1px #999;
}

div#container #header {
	margin-bottom:10px;
	padding-left:50px;
}

div#container #fla {
	height:323px;
	width:806px;
	margin:auto;
	background:url(../images/fla_bg.jpg) left top no-repeat #fff;
	margin-bottom:30px;
}

div#container #fla p {
	padding:105px 0 0 403px;
}

div#container #wrapper {
	width:740px;
	margin:auto;
}

div#container #wrapper h3 {
	margin-bottom:10px;
}

div#container #wrapper p {
	line-height:1.6em;
}

div#container #wrapper #p1 {
	height:191px;
	background:url(../images/p1.jpg) left top no-repeat;
	padding-left:20px;
}

div#container #wrapper #p1 p {
	width:462px;
	padding-top:50px;
}

div#container #wrapper #p2 {
	height:294px;
	background:url(../images/p2.jpg) left top no-repeat;
	padding-left:20px;
	margin-bottom:20px;
}

div#container #wrapper #p2 p {
	width:462px;
	padding-top:50px;
}

div#container #wrapper #p3 {
	height:734px;
	background:url(../images/p3.jpg) left top no-repeat;
	padding-left:20px;
	margin-bottom:20px;
	position:relative;
}

div#container #wrapper #p3 p#p3_1 {
	width:720px;
	padding-top:40px;
}

div#container #wrapper #p3 p#p3_2 {
	width:420px;
}

div#container #wrapper #p3 p#p3_3 {
	width:380px;
	margin-left:20px;
	line-height:1.8em;
	position:absolute;
	top:370px;
}

div#container #wrapper #p4 {
	height:219px;
	background:url(../images/p4.jpg) left top no-repeat;
	padding-left:20px;
}

div#container #wrapper #p4 p {
	width:462px;
	padding-top:50px;
}

div#container #wrapper #message {
	text-align:center;
	padding:50px 0 50px;
}



div#container #footer {
	text-align:right;
	font-size:12px;
}












