@charset "utf-8";
/* 全体 */
body {
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main_area {
	width: 860px;
	_width: 858px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #717171;
	border-left-color: #717171;
}
#head_line {
	background-color: #717171;
	height: 15px;
	margin-bottom: 20px;
	width: 860px;
}
#main_flash {
	height: 300px;
	width: 450px;
	float: left;
	display: inline;
	margin-top: 120px;
	margin-bottom: 100px;
}
#topic_area {
	float: right;
	width: 370px;
	margin-right: 10px;
	margin-bottom: 20px;
	display: inline;
}
#topic_scroll {
	width: 370px;
	height: 180px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #B0B0B0;
	border-right-color: #B0B0B0;
	border-bottom-color: #B0B0B0;
}


.bar_s {
	height: 30px;
	width: 375px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.topics {
	width: 370px;
	height: 30px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}

.topics_text {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717171;
	margin-right: 20px;
	margin-left: 15px;
	margin-bottom: 5px;
	width: 320px;
}
.topics_title {
	width: 320px;
	text-align: left;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-left-color: #A0A0A0;
	padding-right: 10px;
	margin-bottom: 0px;
}


#menu_area {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
}
#menu_area  ul , #top_banner ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu_area li {
	float: left;
}
.menu_btn01 {
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 140px;
}
.menu_btn02 {
	background-image: url(../images/service.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 140px;
}
.menu_btn03 {
	background-image: url(../images/philosophy.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 140px;
}
.menu_btn04 {
	background-image: url(../images/agencies.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 140px;
}
.menu_btn05 {
	background-image: url(../images/profile.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 140px;
}
.menu_btn06 {
	background-image: url(../images/info.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 60px;
	width: 140px;
}
#menu_area a:hover {
	background-position: 0px -60px;
}
#top_banner {
	float: right;
	display: inline;
	width: 400px;
	margin-left: 4px;
	margin-bottom: 10px;
}
#top_banner li {
	height: 80px;
	width: 300px;
	margin-right: 30px;
	margin-left: auto;
	margin-bottom: 10px;
}

.banner01 {
	height: 80px;
	width: 300px;
	display: block;
	color: #666666;
	background-repeat: no-repeat;
	background-image: url(../images/banner01.jpg);
}
.banner02 {
	height: 80px;
	width: 300px;
	display: block;
	color: #666666;
	background-repeat: no-repeat;
	background-image: url(../images/banner02.jpg);
}
.banner03 {
	height: 80px;
	width: 300px;
	display: block;
	color: #666666;
	background-repeat: no-repeat;
	background-image: url(../images/banner03.jpg);
}
#top_banner :hover{
	background-position: 0px -80px;
}
.foot_menu {
	text-align: left;
	float: left;
	margin-top: 35px;
	margin-bottom: 10px;
	padding-left: 30px;
	height: 17px;
	background-image: url(../images/icon_circle.gif);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	line-height: 17px;
	font-size: 12px;
	margin-left: 10px;
}
.foot_menu a {
	color: #666666;
}

#copy {
	float: right;
	width: 400px;
	height: 30px;
	margin-top: 30px;
	display: inline;
}
#foot_line {
	background-color: #717171;
	height: 10px;
	width: 860px;
}



/*ヘッダー*/
#header{
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: left;
}
#logo  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 40px;
	width: 100px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#logo     img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bar_title {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
.sub_title {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	margin-top: 30px;
}
.main_text {
	text-align: left;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
	line-height: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	width: 800px;
}
#philosophy {
	height: 400px;
	width: 858px;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}
#profile_table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.td_title {
	text-align: center;
	color: #FFFFFF;
	background-color: #666666;
	font-size: 12px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.td_text {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
	text-align: left;
	width: 250px;
}

#profile_table td {
	padding: 10px;
	border: 1px solid #999999;
}
.td_form {
	text-align: left;
	font-size: 12px;
}
#submit_area {
	height: 30px;
	width: 150px;
	margin-right: 130px;
	margin-bottom: 40px;
	float: right;
	display: inline;
}
.form_btn {
	background-image: url(../images/submit.jpg);
	background-repeat: no-repeat;
	display: block;
	display:block;
	padding:0;
	border:0;
	font-size: 0px;
	line-height: 0px;
	cursor:pointer;
	height: 30px;
	width: 150px;
}
.form_btn:hover {
	background-position: 0px -30px;
}


.main_input {
	width: 250px;
	color: #717171;
}
.text_area {
	height: 150px;
	width: 400px;
	color: #717171;
	font-size: 12px;
}
#map_area {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#map_area  a , .main_text a {
	color: #FF9933;
}
#map_area  a:hover , .main_text a:hover {
	color: #999999;
}
a {
	text-decoration: none;
}

.clear {
	clear: both;
}

