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

/*-------- body --------*/

body{
	background:url(../images/point/main_image.jpg) no-repeat center top;
}

/*-------- header --------*/

#header{
    margin: 0 auto;
	height:264px;
}

#inner_header{
    margin: 0 auto;
    width: 960px;
}

#header h1{
	float:left;
}

#header #tel{
	float:right;
}

/*-------- nav --------*/

#nav{
	background:url(../images/common/title_line.jpg) repeat-x 0 0;
	height:128px;
	margin:0 auto;
	overflow: hidden;
}

#pagetitle{
    width: 960px;
	height:80px;
}

#nav_inner{
	width:960px;
	margin:0 auto;
}

#nav_inner h2{
	padding-top:23px;
	float:left;
}

#nav_inner p#nav_sitelink{
	float:right;
	padding-top:54px;
}

/*-------- contents --------*/

#contents{
	margin:0 auto;
	background-color:#f3efe6;
	padding-bottom:40px;
}

#contents #inner_contents{
	margin: 0 auto;
	width:960px;
	padding-top:30px;
}

#inner_contents #section{
	width:680px;
	padding-top:12px;
	overflow:visible;
	background-color:#ffffff;
}

#section #inner_section1 , #section #inner_section2{
	width:580px;
	padding:0 50px;
}

#section #inner_section2{
	background:url(../images/point/consulting_process_back.jpg) no-repeat center bottom;
}

#inner_section2 dt.step , dd.step_description{
	padding-bottom:10px;
}

#inner_section2 dd.step_description{
	padding-left:42px;
}

#main_contents h3,h4,h5,h6,p{
	padding-bottom:10px;
}

#main_contents h3{
	width:680px;
	padding-top:30px;
	background:url(../images/common/top_border.gif) no-repeat top center;
}

#main_contents h3 img{
	padding-left:33px;
}

#section #consulting_process{
	width:680px;
	padding-bottom: 12px;
}

#consulting_process p#attention{
	background: url(../images/common/top_border.gif) no-repeat center bottom;
	padding-bottom:30px;
}

p#attention span{
	padding-left:90px;
}

h5{
	font-weight:bold;
	font-size:14px;
}
	
/*--- photo ---*/

#inner_section2_topic{
	width:580px;
}

.img_section{
	width:157px;
	height:128px;
	overflow:visible;
	background:url(../images/point/point_photo_back.jpg) no-repeat 0 0;
	float:left;
	margin-bottom:30px;
}

#center{
	margin: 0 54px;
}

.img_section img {
	padding:14px 6px 0;
}


