@charset "utf-8";

/*
	SITE: 株式会社ソフトニーズ
	url: http://www.softneeds.co.jp/
	
-----------------------------------------------------------

	Index
	1.reset,font(YUI)
	2.link
	3.header
	4.main
	5.footer
	6.clear

----------------------------------------------------------- 


 1.reset [
----------------------------------------------------------- */
/*

Copyright (c) 2007, Yahoo! Inc. All rights reserved.

Code licensed under the BSD License:

http://developer.yahoo.net/yui/license.txt

version: 2.2.2

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

ol,ul {list-style:none;}

caption,th {text-align:left;}

th,td {vertical-align:top;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;}

body * {line-height:1.42em; color:#464646;}

/* --------------------------------------------------------- */
body {
	font-size:12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:#fff;
}
*:first-child + html body {
	font-family: "メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h1,h2,h3,h4,h5,h6 {	font-size:12px; font-weight:normal;}

img {vertical-align: text-bottom;}

td {vertical-align:top;}

/*
 2.link [
----------------------------------------------------------- */

a:link			 {color:#033112;}
a:hover			 {color:#04001E;}
a:visited		 {color:#033112;}
a:visited:hover	 {text-decoration:none;}
a:active		 {color:#0c5f93;}

div#header a:link	 {color:#033112;text-decoration:none;}
div#header a:hover	 {color:#04001E;text-decoration:underline;}
div#header a:visited	 {color:#033112;text-decoration:none;}
div#header a:visited:hover	 {text-decoration:underline;}
div#footer a:link	 {color:#fff;text-decoration:none;}
div#footer a:hover	 {color:#E8FFED;text-decoration:underline;}
div#footer a:visited	 {color:#fff;text-decoration:none;}
div#footer a:visited:hover	 {text-decoration:underline;}


/*
 3.header [
----------------------------------------------------------- */
div#h_wrapper {
	background:url(../images/h_wrapper.jpg) 0 0 repeat-x;
	height:110px;
/*	height:302px;
*/}
div#header {
	position:relative; 
	width:780px; height:110px;
	margin:0 auto;
	overflow:hidden;
}
div#header h1 {
	position:absolute;
	top:4px; left:19px;
}
div#header p#h_logo {
	position:absolute;
	top:24px; left:19px;
}
/* フリーダイヤル */
div#header dl#h_add {
	position:absolute;
	width:21em;
	right:0px; bottom:63px;
}
div#header dl#h_add dt{
	font-weight:bold;
	float:left;
	margin-right:5px;
}
div#header dl#h_add dd{
	font-weight:bold;
	margin-left:10px;
	color:#A90017;
}
/* グローバルナビ */
div#header dl#h_g_navi {
	position:absolute;
	right:0px; top:50px;
}
div#header dl#h_g_navi dt{
	height:0px;
	display:none;
}
div#header dl#h_g_navi dd ul li{
	display:inline;
	padding-left:12px;
	margin-right:10px;
	background:url(../images/ico_triangle.jpg) 0 center no-repeat;
}
/* ヘッダーナビ */
div#header dl#h_navi {
	position:absolute;
	width:780px; height:29px;
	left:0px; top:79px;
	background:url(../images/bg_navi.jpg) 0 0 no-repeat;
}
div#header dl#h_navi dt{
	height:0px;
	display:none;
}
div#header dl#h_navi dd ul li a {
	display:block;
	position:absolute;
	width:150px; height:30px;
	top:0px;
	background:url(../images/spacer.gif) 0 0 no-repeat;
	text-indent:-9998px;
}
div#header dl#h_navi dd ul li a#hn_home {
	left:9px;
}
div#header dl#h_navi dd ul li a#hn_home:hover {
	background:url(../images/hn_home_o.jpg) 0 0 no-repeat;
}
div#header dl#h_navi dd ul li a#hn_feature {
	left:161px;
}
div#header dl#h_navi dd ul li a#hn_feature:hover {
	background:url(../images/hn_feature_o.jpg) 0 0 no-repeat;
}
div#header dl#h_navi dd ul li a#hn_system {
	left:314px;
}
div#header dl#h_navi dd ul li a#hn_system:hover {
	background:url(../images/hn_system_o.jpg) 0 0 no-repeat;
}
div#header dl#h_navi dd ul li a#hn_faq {
	left:468px;
}
div#header dl#h_navi dd ul li a#hn_faq:hover {
	background:url(../images/hn_faq_o.jpg) 0 0 no-repeat;
}
div#header dl#h_navi dd ul li a#hn_company {
	left:620px;
}
div#header dl#h_navi dd ul li a#hn_company:hover {
	background:url(../images/hn_company_o.jpg) 0 0 no-repeat;
}


/*
 4.main [
----------------------------------------------------------- */
div#main {
	/*position:relative;*/ 
	width:764px;
	margin:0 auto;
	padding-bottom:10px;
}
body#index div#main {
	overflow:hidden;
}
/* box */
div#box_main {
	float:right;
	width:544px;
}
div#box_context {
	float:left;
	width:208px;
	padding-left:12px;
}
dl#context_navi dd{
	border-left:#ccc 1px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	width:187px;
	padding-bottom:10px;
}
dl#context_navi dd ul li{
	margin-bottom:6px;
}

 
/*
 5.footer [
----------------------------------------------------------- */
div#f_wrapper {
	background:#033112 url(../images/f_wrapper.jpg) 0 0 repeat-x;
	height:179px;
	color:#fff;
}
div#footer {
	position:relative; 
	width:780px; height:179px;
	margin:0 auto;
	overflow:hidden;
}
div#footer ul {
	text-align:center;
	margin:10px 0;
}
div#footer li {
	display:inline;
	margint:0 6px;
}
div#footer p#f_copy {
	text-align:center;
	color:#fff;
}

/*
 6.clear [
----------------------------------------------------------- */
.z:after{
content: ".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* Hides from IE-mac \*/
* html .z{height: 1%;}
/* End hide from IE-mac */

.clear{clear:both;}
