/* ----------------------------リセットCSS */
html{
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,p,legend,input,textarea,blockquote,th,td{
	padding: 0;
	margin: 0;
}


table{
	border-collapse: collapse;
	border-spacing: 0;
}


fieldset,img{
	border: 0;
}


address,caption,cite,code,dfn,em,th,var{
	font-style: normal;
	font-weight: normal;
}


li{
	list-style: none;
	font-size: 12px;
}


caption,th{
	text-align: left;
}


h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}


q:before,q:after{
	content: '';
}


abbr,acronym {
	border: 0;
	font-variant: normal;
}


sup {
	vertical-align: text-top;
}


sub {
	vertical-align: text-bottom;
}


input,textarea,select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select{
	font-size: 100%;
}

legend{
	color: #000;
}


/* ----------------------------ページ用CSS */
/* メイン系 */
body {
	background: url(image/bg.gif) repeat-y 0 0;
	font-size: 12px;
	line-height: 1.3;
	color: #333333;
}

a {
	color: #333333;
}

a:hover {
	color: #FF9900;
	text-decoration: none;
}

img.header {
	margin-bottom: 15px;
}

div#all {
	width: 750px;
	height: 100%;
}

div#top {
	width: 750px;
	height: 65px;
	border-bottom: solid 3px #FF9900;
}

div#top p {
	color:#333333;
	text-align:center;
}

div#top p span {
	color:#CC3300;
}

div#left {
	wudth: 150px;
	margin-top: 10px;
	margin-left: 15px;
	_margin-left: 8px;
	float: left;
}

div#left dl {
	width: 150px;
	font-size: 12px;
}

div#left dl span {
	color: #FF9900;
	font-weight: bold;
}


div#left dl dt {
	margin-bottom: 10px;
}

div#left dl dt img {
	position: relative;
	top: 1px;
	left: -2px;
}

div#left dl dd {
	margin-left: 10px;
	margin-bottom: 5px;
}

div#right {
	width: 550px;
	margin-top: 10px;
	margin-right: 25px;
	_margin-right: 13px;
	float: right;
}

p.pape_top {
	width: 550px;
	height: 20px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 11px;
	clear: both;
}

div#footer {
	width: 750px;
	height: 50px;
	clear: both;
	border-top: solid 3px #FF9900;
}

div#footer address {
	width: 700px;
	margin: 10px auto;
	text-align: right;
}

h2 {
	width: 550px;
	height: 20px;
	margin-top: 25px;
}

h3 {
	background: url(image/sub_title_back.gif) 0 0 no-repeat;
	width: 550px;
	height: 30px;
	font-size: 13px;
	text-indent: 17px;
	padding-top: 4px;
	margin-top: 15px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

h4 {
	width: 550px;
	height: 20px;
	font-weight: bold;
	font-size: 13px;
	margin-top:15px;
	clear: both;
}

span.red {
	color: red;
}

/* トップペ－ジ */

div#right img.title {
	margin-top: 25px;
}

div#right div.point_flow {
	width: 530px;
	height: 410px;
	_height: 450px;
	margin-top: 10px;
	background: url(image/topprocess_01.gif) 0 0 no-repeat;
}

div#right div.point_flow p.flow_1 {
	width: 430px;
	position: relative;
	left: 100px;
}

div#right div.point_flow div.flow_2 {
	width: 430px;
	position: relative;
	top: 110px;
	left: 100px;
}

div#right div.point_flow div.flow_2 table {
	width: 430px;
}

div#right div.point_flow div.flow_2 table th {

}

div#right div.point_flow div.flow_2 table td {

}

div#right div.point_flow div.flow_2 table td p {
	background: #FFEECC;
	padding: 7px;
	margin: 7px;
}

div#right div.point_flow div.flow_2 table td p span {
	font-size: 11px;
}

div#right ul.attention {
	width: 530px;
	margin: 10px 0px 15px 0px;
}

div#right ul.attention li {
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
	margin-bottom: 5px;
	margin-left: 1em;
}



/* 下層ページ */
div.corp_iutroduce {
	width: 550px;
	height: 165px;
	background: #FFEECC;
	overflow: hidden;
	position: relative;
}

div.corp_iutroduce img.cap {
	position: absolute;
	top: 15px;
	right: 15px;
	border: 1px solid #CCCCCC;
}

div.corp_iutroduce img.rogo {
	position: absolute;
	top: 15px;
	left: 15px;
}

div.corp_iutroduce ul {
	position: absolute;
	top: 85px;
	left: 15px;
}

div.corp_iutroduce li {
	margin-bottom: 3px;	
}

p.bottan {
	width: 550px;
	text-align: right;
	margin: 10px 0px;
	clear: both;
}

img.flow_cap {
	float: left;
	margin: 0px 15px 15px 0px;
	vertical-align: top;
	border: solid 1px #CCCCCC;
}

ul.point_list li {
	list-style: disc;
	list-style-position: inside;
	text-indent: -1em;
	margin-bottom: 2px;
	margin-left: 1em;
}



























