@charset "utf-8";

/*---------------------------------------------------
* elements initialization 
*--------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1;
}
body {
	text-align: center;
	margin: 0 auto;
	color: #333333;
	background: url(/images/common/bg_body.gif) repeat-x 0 100%;
}
ul {
	list-style: none;
}
li {
	list-style: none; /*----- GFで追記しました -----*//*----- GFで追記しました -----*/
}
em {
	font-weight: bold;
	font-style: normal;
}
img {
	border: 0;
	vertical-align: top;
}
.contents p {
	line-height: 120%;
}

/*----- font scheme -----*/
body{
	font-size: 13px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* Win IE6 */
* html body {
	font-size: 80%;
}
/* Win IE7 */
*:first-child+html body {
	font-size: 80%;
}

/*----- links color scheme -----*/
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
}

a:link {	color: #002d8a;}
a:visited {	color: #800080;}
a:hover,
a:active {	color: #4169e1;}

/*----- clearfix scheme -----*/
div{
	display: inline-block;
}
div:after{
	height: 0;
	visibility: hidden;
	content: url(/images/common/img_spacer.gif);
	display: block;
	clear:both;
}
/* hide MacIE \*/
* html div {height: 1em;}
div {display: block;}
/* ini */


/*---------------------------------------------------
* 共通部分
*--------------------------------------------------*/

/*----- container -----*/
.container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}


/*----- All_Header -----*/
.All_Header p {
	float: left;
	display: inline;
}
.All_Header p.telNo {
	float: right;
}
.All_Header p.cathcopy{
	width: 520px;
	margin: 25px 0 0 18px;
	padding-top: 5px;
	font-size: 104%;
}

/*----- contents -----*/
.contents {
	background: url(/images/common/bg_contents.gif) repeat-y 0 0;
	padding-bottom: 30px;
}


/*----- All_GlobalNavigation -----*/
.All_GlobalNavigation {
	width: 230px;
	float: left;
	display: inline;
}
.All_GlobalNavigation .marginT1 {
	margin-top: 1px;
}
.All_GlobalNavigation .marginT7 {
	margin-top: 7px;
}


/*----- main_contents -----*/
.main_contents {
	width: 530px;
	float: left;
	display: inline;
	margin-left: 20px;
}


/*----- side -----*/
.side {
	width: 160px;
	float: right;
	display: inline;
}


/*----- All_BoxContact -----*/
.All_BoxContact {
	margin-top: 10px;
	margin-left: 9px;
	margin-bottom: 10px;
}
.All_BoxContact p {
	margin-bottom: 10px;
}
.othercontactBox {
	background: url(/images/common/bg_sidecontact02.gif) no-repeat 0 100%;
	padding-bottom: 5px;
}
.othercontactBoxTop {
	background: url(/images/common/bg_sidecontact01.gif) no-repeat 0 0;
	padding-top: 5px;
	padding-left: 5px;
}
.othercontactBox p {
	margin-bottom: 0;
	margin-left: 13px;
	margin-right: 10px;
	text-indent: -13px;
	font-weight: bold;
}
.othercontactBox a {
	background: url(/images/common/icon_arrow04.gif) no-repeat 0 0.2em;
	padding-left: 13px;
}


/*----- All_BoxPickup -----*/
.All_BoxPickup {
	background: url(/images/common/bg_sideline.gif) no-repeat 0 0;
	margin-left: 4px;
	padding-top: 12px;
}
.All_BoxPickup p {
	margin-bottom: 6px;
}
.All_BoxPickup .othersBox {
	background: url(/images/common/bg_othersBox02.gif) no-repeat 0 100%;
	margin-top: 3px;
	padding-bottom: 7px;
}
.All_BoxPickup .othersBoxTop {
	background: url(/images/common/bg_othersBox01.gif) no-repeat 0 0;
	padding-top: 26px;
	padding-left: 10px;
}
.All_BoxPickup .othersBox p {
	margin-bottom: 10px;
}
.All_BoxPickup .othersBoxTop ul {
	width: 133px;
	margin-left: 2px;
	margin-bottom: 10px;
}
.All_BoxPickup .othersBoxTop li {
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 3px;
	margin-left: 12px;
	text-indent: -12px;
}
.All_BoxPickup .othersBoxTop li a {
	background: url(/images/common/icon_arrow05.gif) no-repeat 0 0.3em;
	padding-left: 12px;
}
.All_BoxPickup .otherstext {
	width: 133px;
}
.All_BoxPickup .othersdetail {
	width: 133px;
	text-align: right;
	margin-bottom: 0;
}
.All_BoxPickup .othersdetail a {
	background: url(/images/common/icon_arrow06.gif) no-repeat 0 0.3em;
	padding-left: 13px;
}


/*----- All_Footer -----*/
.All_Footer {
	clear: both;
	background: #666666;
	height: 130px;
	text-align: right;
}





/*---------------------------------------------------
* 追記しました
*--------------------------------------------------*/




/*----- 文字色：サイト購入希望の企業様-----*/

.item {
	font-size: 1em;
	color: #f26d28;
}

/*----- 文字色：サイト売却希望の企業様-----*/
.acquisition {
	font-size: 1em;
	color: #2274c7;
}

/*----- 文字色：その他のページ-----*/
.etc {
	font-size: 1em;
	color: #333333;

}

.red {
	color: #EE2313;
}


/*----- 数字（囲み罫） -----*/

.numetc {
	padding: 1px 7px;
	border:1px #169dc8 solid;
	background:#36b6df;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	color:#FFFFFF;
}

.numitem {
	padding: 1px 7px;
	border:1px #2d6fb2 solid;
	background:#4489d0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	color:#FFFFFF;
}

.numacq {
	padding: 1px 7px;
	border:1px #ee8220 solid;
	background:#f29a4b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:160%;
	color:#FFFFFF;
}



/*----- テーブル用文字指定 -----*/


.tbl {
	font-size: 1em;
	line-height: 1.4em;
	padding:5px;
}

.tbl2 {
	font-size: 1em;
	line-height: 1.4em;
	padding:5px;
}

.tbls {
	font-size: 0.9em;
	padding:3px;
}

.tbls2 {
	font-size: 0.9em;
	padding:3px;
}
