@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
	color:#333333;
}

a:hover {
	opacity:0.5;
}

#clear {
	width:100%;
	clear:both;
}

#clear_line {
	width:100%;
	clear:both;
	border-bottom:#CCCCCC 1px solid;
	padding:18px 0;
}

#clear_dot {
	width:100%;
	clear:both;
	border-bottom:#999999 1px dotted;
	padding:4px 0;
}

#clear_margin_botm_15px {
	width:100%;
	clear:both;
	margin-bottom:15px;
}

#clear_margin_botm_35px {
	width:100%;
	clear:both;
	margin-bottom:35px;
}

#clear_margin_botm_45px {
	width:100%;
	clear:both;
	margin-bottom:45px;
}

#clear_margin_botm_70px {
	width:100%;
	clear:both;
	margin-bottom:70px;
}

#clear_margin_botm_100px {
	width:100%;
	clear:both;
	margin-bottom:100px;
}

body{
	font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
	font-style:italic;
	}

#box_01{
	width:100%;
	text-align:center;
	padding-top:100px;
	}

#box_01 p{
	width:700px;
	text-align:left;
	margin:0 auto;
	font-size:19px;
	line-height:180%;
	font-style:italic;
	}

#box_02{
	width:90%;
	margin-top:200px;
	background:url(../index/ba_01.png) no-repeat;
	background-size:100%;
	padding-left:10%;
	height:80%;
	position:absolute;
	z-index:10;
	}

#box_02 p{
	text-align:left;
	margin:0 auto;
	font-size:16px;
	line-height:180%;
	font-style:italic;
	}

#img_01{
	position:relative;
	z-index:1;
	margin-top:700px;
	}

#img_01 img{
	width:100%;
	height:100%;
	}

#box_03{
	width:100%;
	text-align:center;
	padding-top:100px;
	background:url(../index/ba_02.png) no-repeat;
	background-position:70px 80px;
	}

#box_03 p{
	width:680px;
	text-align:left;
	margin:20px auto;
	font-size:16px;
	line-height:180%;
	font-style:italic;
	}

#img_02{
	display:block;
	width:100%;
	height:100%;
	padding-top:30px;
	}

#box_04{
	width:100%;
	text-align:center;
	padding-top:100px;
	}
	
#box_04 ul{
	width:900px;
	margin:50px auto;
	}

#box_04 li{
	float:left;
	width:300px;
	height:180px;
	margin-bottom:30px;
	}