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

body{
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}


#main{
	background-color:#FFF;
	border-radius:10px;        /* CSS3草案 */
	-webkit-border-radius:10px;    /* Safari,Google Chrome用 */
	-moz-border-radius:10px;   /* Firefox用 */
	width:1080px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header{
	width:980px;
	height: 140px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}


img{
	border:none;
}

#header2{
	width:980px;
	height:6px;
	background-color:#F00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

#TOP1{
	width:980px;
	height:459px;
	margin-right: auto;
	margin-left: auto;
}


#header3{
	width:980px;
	height:6px;
	background-color:#F00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}



#navi{
	height:40px;
	margin-left:10px;
	margin-top: 10px;
}


#navi ul li{
	float:left;
}

#navi ul{
	margin-top:-15px;
	list-style-type:none;
}


#main #use_guide #flow {
	display: block;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 10px;
}


#main #use_guide #contact1 {
	background-image: url(../images/contact.gif);
	height: 177px;
}

#main #use_guide #arrangement1 {
	background-image: url(../images/arrangement.gif);
	height: 226px;
}

#main #use_guide #estimate1 {
	background-image: url(../images/estimate.gif);
	height: 286px;
	font-size: 16px;
}

#main #use_guide #proposal1 {
	background-image: url(../images/proposal.gif);
	height: 300px;
}

#main #use_guide #decision1 {
	background-image: url(../images/decision.gif);
	height: 290px;
}

#main #use_guide #completion1 {
	background-image: url(../images/completion.gif);
	height: 250px;
}


#main #use_guide p {
	font-size: 15.8px;
	line-height: 21px;
	color: #000;
	text-align:center;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}

#main #use_guide p a {
	color: #00F;
	font-weight: bold;
}


#main #use_guide p a:visited {
	color:#60F;
	font-weight: bold;
}


#main #use_guide p a:hover {
	color: #F06;
	font-weight: bold;
	text-decoration: none;
}


#main #use_guide .red {
	color: #F30;
}


#main #use_guide #contact1, #arrangement1, #estimate1, #proposal1, #decision1, #completion1{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-repeat:no-repeat;
	width: 931px;
	padding-top: 77px;
	margin-bottom: -70px;
}


#main #use_guide {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#main #footer ul li:first-child{
	border-left:none;
}

#main #footer ul{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#main #footer ul li {
	float: left;
	list-style-type: none;
	border-left-style: solid;
	border-left-color: #CCC;
	border-left-width: 1px;
	margin-bottom:8px;
	margin-left: 20px;
	padding-left: 20px;
}

#main #footer ul li a {
	color:#FFF;
}

#main #footer ul li a:hover {
	color:#FFF902;
}


hr{
	color:#FFFFFF;
	clear:both;
	width: 940px;
}


#footer {
	height: 70px;
	width: 1080px;
	font-size: 12px;
	text-align: center;
	margin-top: 150px;
	background-color: #666;
	color: #FFF;
	padding-top: 5px;
	border-radius:0px 0px 10px 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
}
