@charset "utf-8";
/*基本設定-----------------*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: justify;
}
body  {
	font-size: 12px;
	line-height: 180%;
	color: #585858;
	text-align: center;
	/* これ以降Mac IE 5には適用されない \*/
	letter-spacing: 1px;
	background-image: url(/search/img/common/back_ground.gif);
	background-repeat: repeat;
	/* これ以降Mac IE 5にも適用される */ 
}
body a {
	color: #3366CC;
	text-decoration: underline;
}
body a:hover {
	color: #ff6666;
}
img  {
	border:none;
	vertical-align: bottom;
}
#outline {
	width:940px;
	margin: 0px auto 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(/search/img/common/back_ground_outline.jpg);
	background-repeat: repeat-y;
}

/*ヘッダー-----------------*/
#header {
	padding: 20px 0px 20px 0px;
	height: 60px;
	width: 940px;
	background-color: #FFFFFF;
}
#logo {
	float: left;
	padding: 0px 0px 0px 35px;
}
#header_menu {
	float: left;
	padding: 0px 0px 0px 12px;
}
#header_menu ul {
	padding: 37px 0px 0px 0px;
}
#header_menu li {
	float: left;
}
#tel {
	float: right;
	padding: 19px 0px 0px 0px;
}
/*メイン-----------------*/
#main_outline {
	width: 940px;
	background-image: url(/search/img/common/back_ground_main_outline.jpg);
	background-repeat: repeat-x;
	background-position: 0px 151px;
}
#main {
	float: left;
	padding: 0px 0px 30px 0px;
	width: 720px;
}
#contents {
	margin: 30px 0px 0px 40px;
	width: 640px;
}
#contents p {
	margin: 0px 0px 15px 0px;
}
.title {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
	margin: 0px 0px 25px 0px;
}
.title h1 {
	font-size: 16px;
	background-image: url(/search/img/common/back_ground_titile_h1_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 10px 9px;
	text-indent: 32px;
	padding: 6px 0px 0px 0px;
}
#page_bute {
	clear: both;
	padding: 10px 0px 0px 0px;
}
/*-----追加-----*/
#page_bute a { margin-right:2em;}

#footer_link {
	clear: both;
	line-height: 3em;
	padding: 0px 0px 0px 40px;
}
#footer_link a {
	color: #585858;
	text-decoration: none;
}
#footer_link a:hover {
	color: #585858;
}
/*サイドバー-----------------*/
#side_bar {
	width: 220px;
	float: right;
	padding: 0px 0px 20px 0px;
	background-image: url(/search/img/common/sidebar/back_ground_sidebar.jpg);
	background-repeat: no-repeat;
}
#menu_button {
	margin: 15px 0px 30px 23px;
	width: 175px;
}
#menu_button li {
	margin: 0px 0px 7px 0px;
}
.side_banner {
	margin: 0px 0px 0px 20px;
	width: 180px;
}
.side_banner li {
	margin: 0px 0px 12px 0px;
}
#company_info {
	margin: 20px 0px 10px 0px;
	width: 180px;
}
#company_info p {
	margin: 3px 0px 3px 0px;
}
#company_info ul {
	padding: 15px 0px 0px 0px;
}
#company_info li {
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 2px 0px;
}
/*フッター-----------------*/
#footer {
	clear: both;
	line-height: 3em;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer a {
	color: #444444;
}
/*テーブル設定-----------------*/
th {
	font-size: 12px;
	line-height: 180%;
}
td {
	font-size: 12px;
	line-height: 180%;
}
.line_1 {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
}
.line_2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
}
/*色-----------------*/
.red {
	color: #CC0000;
}
/*文字-----------------*/
.indent {
	padding: 0px 12px 0px 12px;
}
/*区切り線-----------------*/
hr {
	display:none;
}
.line10_dot {
	height:10px;
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line20_dot {
	height:20px;
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line30_dot {
	height:30px;
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line40_dot {
	height:40px;
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line50_dot {
	height:50px;
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line60_dot {
	height:60px;
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line80_dot {
	height:80px;
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line100_dot {
	height:100px;
	background-image: url(/search/img/common/dot.gif);
	background-repeat: repeat-x;
	clear: both;
	background-position: center;
}
.line10 {
	height:10px;
	background-image: none;
	clear: both;
}
.line20 {
	height:20px;
	background-image: none;
	clear: both;
}
.line30 {
	height:30px;
	background-image: none;
	clear: both;
}
.line40 {
	height:40px;
	background-image: none;
	clear: both;
}
.line50 {
	height:50px;
	background-image: none;
	clear: both;
}
.line60 {
	height:60px;
	background-image: none;
	clear: both;
}
.line80 {
	height:80px;
	background-image: none;
	clear: both;
}
.line100 {
	height:100px;
	background-image: none;
	clear: both;
}
