@charset "utf-8";
/*基本設定*/
body,p,img,h1,h2,h3,h4,h5,table,tr,th,td,dl,dt,dd,form,ul,li,ol,br {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	color: #333;
	background: url(../images/bg1.gif) repeat-x;
	border-top: 2px solid #1735a1;
}

/*ヘッダ*/
div#header {
	height: 53px;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

/*ビジョンロゴ*/
a#vision {
	text-indent: -9999px;
	display: block;
	background: url(../images/091020/logo.gif) no-repeat center center;
	height: 44px;
	width: 117px;
	position: absolute;
	top: 9px;
	left: 7px;
	overflow: hidden;
}

/*見出し（H1）*/
h1 {
	font-size: 11px;
	font-weight: normal;
	color: #555;
	line-height: 1.4;
	position: absolute;
	top: 14px;
	left: 136px;
}

/*ブックマーク*/
a#bookmark {
	position: absolute;
	top: 1px;
	left: 241px;
}

/*ブックマーク20091029以降*/
a#bookmark091029 {
	position: absolute;
	top: 1px;
	left: 462px;
}

/*電話番号*/
div#header p {
	text-indent: -9999px;
	background: url(../images/091020/head_tel.gif) no-repeat;
	height: 19px;
	width: 159px;
	position: absolute;
	top: 5px;
	right: 5px;
}

/*メールボタン*/
a#head_mail {
	position: absolute;
	bottom: 4px;
	right: 0;
}

/*メイン*/
h2 {
	text-indent: -9999px;
	background: #eee url(../images/091020/main.jpg) no-repeat center top;
	height: 80px;
	width: 100%;
}

/*ボックス*/
div#box {
	width: 900px;
	margin: 6px auto 40px auto;
}

/*左*/
div#left {
	width: 685px;
	margin-right: 10px;
	float: left;
}

/*右*/
div#right {
	width: 205px;
	float: right;
}

/*インナー*/
div.in {
	width: 685px;
	margin-bottom: 5px;
}

div.in a.left { margin-right: 5px }

/*インナー左*/
div#in_left {
	width: 440px;
	margin-right: 5px;
	float: left;
}

/*バナー設定*/
div#in_left a {
	display: block;
	margin-bottom: 5px;
}

/*インナー右*/
div#in_right {
	width: 240px;
	float: right;
}

/*バナー設定*/
div#right a {
	display: block;
	margin-bottom: 5px;
}

/*見出し設定*/
h3#hd1,
h3#hd2 {
	text-indent: -9999px;
	height: 50px;
	width: 685px;
	margin-bottom: 10px;
}

h3#hd1 { background: url(../images/091020/hd1.gif) no-repeat }

h3#hd2 { background: url(../images/091020/hd2.gif) no-repeat }

/*フッタ*/
div#footer {
	background: url(../images/091020/footer.gif) repeat-x left bottom;
	height: 192px;
	width: 100%;
	border-top: 2px solid #3c53a4;
}

/*フッタ上*/
div#f_top {
	color: #333;
	height: 70px;
	width: 900px;
	margin: 0 auto;
	position:relative;
}

div#f_top ul {
	font-size: 12px;
	list-style: none;
	position: absolute;
	top: 30px;
	left: 0;
}

div#f_top li { display: inline }

div#f_top li a {
	color: #0068b6;
	background: url(../images/091020/f_list_off.gif) no-repeat left center;
	text-decoration: none;
	margin-right: 5px;
	padding-left: 15px;
}

div#f_top li a:hover {
	color: #35a9ff;
	background: url(../images/091020/f_list_on.gif) no-repeat left center;
}

p#footer_closing {
	text-indent: -9999px;
	background: url(../images/091020/footer_closing.gif) no-repeat;
	height: 52px;
	width: 335px;
	position: absolute;
	bottom: 9px;
	left: 345px;
}

a#f_mail_bn {
	position: absolute;
	top: 24px;
	right: 0;
}

/*フッタ下*/
div#f_bottom {
	height: 96px;
	width: 900px;
	margin: 0 auto;
	position: relative;
}

div#f_bottom p {
	font-size: 10px;
	color: #333;
	line-height: 2;
	position: absolute;
	top: 25px;
	left: 0;
}

div#f_bottom img {
	position: absolute;
	top: 20px;
}

/*ベストベンチャー100*/
img#bv100_bana { right: 262px }

/*GSL*/
img#seal { right: 221px }

/*チャレンジ25*/
img#challenge25 { right: 102px }

/*SECOM*/
span#secom  {
	position: absolute;
	top: 20px;
	right: 53px;
}

/*オーバチュア オンライン代理店*/
img#ovt { right: 0 }

/*コピーライト*/
address {
	font-size: 10px;
	font-style: normal;
	line-height: 1;
	color: #fff;
	text-align: center;
	height: 10px;
	padding: 8px 0 9px 0;
}

img {
	border: 0;
	vertical-align: bottom;
}

p {
	font-size: 78%;
	line-height: 1.8;
}

p.small {
	color: #666;
	font-size: 70%;
	line-height: 1.4;
	padding-top:5px;
}

/*改行によるフロート解除*/
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}

