@charset "utf-8";
/* CSS Document */
#subarrow{
	left:50px;
}

#header{
	background-image:url(vocation/title.png)
}

.textblock{
	width:700px;
	margin:20px auto;
	overflow:hidden;
}

.textblock p{
	margin:1em auto;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.textblock img.f_right{
	float:right;
	margin:0em 0em 0.5em 1em;
}

.textblock img.f_left{
	float:left;
	margin:0em 1em 0.5em 0em;
}
.textblock b{
	font-style:oblique;
}
.textblock a{
	text-decoration:none;
}
.textblock span{
	font-size:16px;
	color:#000;
	font-weight:bold;
}

.red{
	color:#900;
}
.titlebox{
	width:700px;
	font-weight:bold;
}
#textbox{
	width:700px;
	text-align:center;
	padding-top:10px;
}
#textbox p{
	text-align:center;
	font-style:oblique;
}

#listbox{
	width:700px;
	margin-left:20px;
	position:relative;
	line-height:normal;
}
#imgbox{
	width:202px;
	height:300px;
	background-image:url(OP_japan/OP_japan2.jpg);
	position:absolute;
	left: 366px;
	top: 157px;
}
#imgbox2{
	width:700px;
	height:217px;
	background-image:url(OP_japan/OP_japan3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}
.textblock em{
	font-style:oblique;
}
