@charset "utf-8";

/*---------- title ----------*/

h2.con{
	height: 40px;
	width: 582px;
	display: block;
	border-top: 1px solid #32B16C;
	border-right: 1px solid #32B16C;
	border-bottom: 1px solid #32B16C;
	border-left: 7px solid #32B16C;
	font-size: 1.4em;
	line-height: 40px;
	text-indent: 10px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2.use {
	height: 70px;
	width: 590px;
	margin-bottom: 25px;
}

.u_box01 {
	height: 154px;
	width: 584px;
	border: 3px solid #dcdcdc;
	margin-bottom: 7px;
}

.img_box01 {
	height: 134px;
	width: 160px;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	display: inline;
}

.u_box02 {
	height: 134px;
	width: 394px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	display: inline;
}

h3.u_title01 {
	width: 394px;
	height: 24px;
	text-indent: 65px;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../../use/images/u_num01.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	color: #009900;
	display: block;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}

h3.u_title02 {
	width: 394px;
	height: 24px;
	text-indent: 65px;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../../use/images/u_num02.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	color: #009900;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}

h3.u_title03 {
	width: 394px;
	height: 24px;
	text-indent: 65px;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../../use/images/u_num03.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	color: #009900;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}

h3.u_title04 {
	width: 394px;
	height: 24px;
	text-indent: 65px;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../../use/images/u_num04.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	color: #009900;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}

h3.u_title05 {
	width: 394px;
	height: 24px;
	text-indent: 65px;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../../use/images/u_num05.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	color: #009900;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}

h3.u_title06 {
	width: 394px;
	height: 24px;
	text-indent: 65px;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../../use/images/u_num06.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	color: #009900;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 6px;
}

.u_text01 {
	width: 394px;
	line-height: 1.4em;
	text-justify:distribute;
	text-align: justify;
	height: auto;
	display: block;
}

.u_text02 {
	width: 394px;
	text-justify:distribute;
	text-align: right;
	height: 12px;
	position: absolute;
	bottom: 0px;
}

.u_text02 ul {
	list-style-type: none;
}

.u_text02 li {
	display: inline;
	margin-left: 6px;
}

.u_arrow {
	height: 20px;
	width: 590px;
	margin-bottom: 7px;
}

.u_text00 {
	height: 12px;
	width: 590px;
	text-align: right;
	top: 5px;
	right: 0px;
	margin-bottom: 20px;
}

/*---------- メニュータブ ----------*/
#tab_box {
	height: 35px;
	width: 590px;
	margin-bottom: 20px;
}

#tab_box ul {
}

#tab_box li {
	height: 33px;
	width: auto;
	display: block;
	text-align: center;
	line-height: 33px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px dotted #7E8280;
	border-bottom: 1px dotted #7E8280;
	border-left: 1px dotted #7E8280;
	background: #F7F7F7;
}

#tab_box li.right {
	height: 33px;
	width: auto;
	display: block;
	text-align: center;
	line-height: 33px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px dotted #7E8280;
}

#tab_box li.now {
	background-color: #2DAB65;
	color: #FFFFFF;
}

