@charset "UTF-8";

/*---------------------------------
 パネル
-----------------------------------*/

#flow .top{
	margin: 0px 21px;
}
#flow .bg{
	margin: -10px 21px 0px;
	background-image: url(images/flow_back.gif);
	background-repeat: repeat-y;
	height: 150px;
}
#flow .bg2{
	margin: -10px 21px 0px;
	background-image: url(images/flow_back.gif);
	background-repeat: repeat-y;
	height: 880px;
}
#flow .bg3{
	margin: -10px 21px 0px;
	background-image: url(images/flow_back.gif);
	background-repeat: repeat-y;
	height: 700px;
}
#flow .bg4{
	margin: -10px 21px 0px;
	background-image: url(images/flow_back.gif);
	background-repeat: repeat-y;
	height: 190px;
}
#flow .bg5{
	margin: -10px 21px 0px;
	background-image: url(images/flow_back.gif);
	background-repeat: repeat-y;
	height: 270px;
}
#flow .bg6{
	margin: -10px 21px 0px;
	background-image: url(images/flow_back.gif);
	background-repeat: repeat-y;
	height: 160px;
}
#flow .bottom{
	background-image: url(images/flow_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px 21px;
	height: 7px;
	width: 592px;
}
#flow .allow{
	background-image: url(images/allow.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	width: 48px;
	height: 25px;
}

#flow .photo{
	float: left;
	margin: 10px 10px 15px 10px;
	clear: left;
}
#flow .text{
	float: right;
	font-size: 12px;
	line-height: 200%;
	margin: 10px 10px 15px 10px;
	width: 360px;
	height: auto;
	color: #0a4069;
}

.bullet3{
	list-style-image: url(../images/bullet.gif);
	background-color: #FFFFFF;
	border: 1px solid #001b8a;
	font-size: 12px;
	color: #345382;
	width: 400px;
	padding: 5px 40px;
	margin: 0px auto 20px;
}
.bullet3 li{
	margin: 20px 0px;
}
.caption {
	background-color: #a5d8f9;
	width: 440px;
	margin: 10px auto 0px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #001b8a;
	border-right-color: #001b8a;
	border-left-color: #001b8a;
	clear: both;
}
