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


#header{
	clear:both;
	overflow:hidden;
	background-image:url(image/omotenasi_title.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:740px;
	height:295px;
	display:block;
	margin-left:15px;
}

/*----------------------------*/

#topic01{
	overflow:hidden;
	width:740px;
	height:353px;
	margin-left:15px;
	position:relative;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(image/img01.jpg);
	
}

#topic01 p.topictext1{
	width:352px;
	position:absolute;
	left: 387px;
	top: 204px;
}

/*----------------------------*/

#topic02{
	overflow:hidden;
	width:740px;
	height:353px;
	margin-left:15px;
	position:relative;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(image/img02.jpg);
	
}

#topic02 p.topictext1{
	width:352px;
	position:absolute;
	left: 382px;
	top: 202px;
}

/*----------------------------*/

#topic03{
	overflow:hidden;
	width:740px;
	height:353px;
	margin-left:15px;
	position:relative;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(image/img03.jpg);
	
}

#topic03 p.topictext1{
	width:352px;
	position:absolute;
	left: 383px;
	top: 203px;
}

/*----------------------------*/

#topic04{
	overflow:hidden;
	width:740px;
	height:353px;
	margin-left:15px;
	position:relative;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(image/img04.jpg);
	
}

#topic04 p.topictext1{
	width:352px;
	position:absolute;
	left: 383px;
	top: 203px;
}

