@charset "utf-8";

/*================================================================================================*/
/* ブラウザのデフォルトスタイルを初期化                                                           */
/*================================================================================================*/
/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td */

* {
	margin: 0px;
	padding: 0px;
}

fieldset,img{
	border: 0px;
	border-style: none;
	vertical-align: bottom;
}

abbr,acronym {
	border: 0px;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}


/*================================================================================================*/
/* BODY(全体)の定義                                                                               */
/*================================================================================================*/
body {
	background: url(../img/bg.gif) repeat;
	margin: 0px;
	padding: 0px;
	line-height: 1.25;
	color: #343434;
	font-size: 62.5%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	behavior: url("./css/csshover.htc");
}

.none {
	display: none;
}

.hidden {
	display: none;
}

a:link {
	text-decoration: none;
	color: #0000ff;
}

a:hover {
	text-decoration: underline;
	color: #0000ff;
}

a:active {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

div.sp2 {
	margin: 0px 0px 0px 0px;
	height: 2px;
}

div.sp4 {
	margin: 0px 0px 0px 0px;
	height: 4px;
}

div.sp6 {
	margin: 0px 0px 0px 0px;
	height: 6px;
}

div.sp8 {
	margin: 0px 0px 0px 0px;
	height: 8px;
}

div.sp10 {
	margin: 0px 0px 0px 0px;
	height: 10px;
	clear: both;
}

div.sp15 {
	margin: 0px 0px 0px 0px;
	height: 15px;
	clear: both;
}

div.sp20 {
	margin: 0px 0px 0px 0px;
	height: 20px;
	clear: both;
}

div.uline {
	border-bottom: 1px solid #dcdcdc;
}

/*================================================================================================*/
/* Containerブロックの定義                                                                        */
/*================================================================================================*/
div#container {
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 750px;
	background-color: #ffffff;
}

div#container address {
	text-align: right;
	font-size: 10px;
}

/*================================================================================================*/
/* Header(ヘッダ領域)ブロックの定義                                                               */
/*================================================================================================*/
div#header {
	margin: 0 auto;
	height: 111px;
	width: inherit;
	text-align: left;
	position: relative;
}

/* Header Strong - ヘッダ領域1行文章
--------------------------------------------------------------------------------------------------*/
div#header strong {
	position: absolute;
	top: 12px;
	left: 10px;
	font-size: 12px;
	color: #989898;
}

/* Logo - ヘッダ領域会社ロゴ配置
--------------------------------------------------------------------------------------------------*/
div#logo {
	position: absolute;
	top: 37px;
	left: 7px;
}

/* Tel - ヘッダ領域電話問い合わせ画像配置
--------------------------------------------------------------------------------------------------*/
div#tel {
	position: absolute;
	top: 15px;
	left: 542px;
	font-size: 12px;
}

/* Sitemap - ヘッダ領域サイトマップアイコン配置
--------------------------------------------------------------------------------------------------*/
div#sitemap {
	position: absolute;
	top: 50px;
	left: 542px;
	font-size: 12px;
}

div#sitemap img {
	vertical-align: middle;
}

div#sitemap a {
	text-decoration: none;
	color: #333333;
}

div#sitemap a:hover {
	text-decoration: underline;
	color: #333333;
}

/* Contact - ヘッダ領域お問い合わせアイコン配置
--------------------------------------------------------------------------------------------------*/
div#contact {
	position: absolute;
	top: 50px;
	left: 635px;
	font-size: 12px;
}

div#contact img {
	vertical-align: middle;
}

div#contact a {
	text-decoration: none;
	color: #333333;
}

div#contact a:hover {
	text-decoration: underline;
	color: #333333;
}


/*================================================================================================*/
/* Nav(メニューバー)ブロックの定義                                                                */
/*================================================================================================*/
div#nav {
	margin: 0 auto;
	height: 35px;
	width: 750px;
	position: absolute;
	top: 76px;
	left: 0px;
	clear: both;
}

div#nav li {
	display: block;
	float: left;
}


/*================================================================================================*/
/* Contents(コンテンツ領域)ブロックの定義                                                         */
/*================================================================================================*/
div#contents {
	margin: 0px 0px 0px 0px;
	text-align: center;
	height: auto;
	width: 750px;
	position: relative;
	background-color: #ffffff;
	background: none;
	clear: both;
}


/*================================================================================================*/
/* Footer(フッタ領域)ブロックの定義                                                               */
/*================================================================================================*/
div#footer {
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 23px;
	width: 750px;
	border-top: 3px double #cccccc;
	border-bottom: 1px solid #cccccc;
	position: relative;
	clear: both;
}

/* Ft_left_nav - フッタ左側領域レイアウト調整
--------------------------------------------------------------------------------------------------*/
div#ft_left_nav {
	margin: 0 auto;
	height: 23px;
	width: 640px;
	float: left;
}

div#ft_left_nav li {
	margin-top: 5px;
	padding-left: 28px;
	font-size: 10px;
	list-style: none;
	background: url(../img/home/footer-arrow.gif) no-repeat 15px 55%;
	display: block;
	float: left;
}

div#ft_left_nav a {
	text-decoration: none;
	color: #333333;
}

div#ft_left_nav a:hover {
	text-decoration: underline;
	color: #333333;
}

/* Ft_right_nav - フッタ右側領域レイアウト調整
--------------------------------------------------------------------------------------------------*/
div#ft_right_nav {
	margin: 0 auto;
	height: 23px;
	width: 109px;
	border-left: 1px solid #cccccc;
	float: right;
}

div#ft_right_nav li {
	margin-top: 5px;
	padding-left: 28px;
	font-size: 10px;
	list-style: none;
	background: url(../img/home/top-arrow.gif) no-repeat 15px 55%;
	display: block;
	float: left;
}

div#ft_right_nav a {
	text-decoration: none;
	color: #333333;
}

div#ft_right_nav a:hover {
	text-decoration: underline;
	color: #333333;
}


/*================================================================================================*/
/* CSSハック関連の定義                                                                            */
/*================================================================================================*/
.clear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility : hidden;
/*	overflow: hidden; */
}

.clear{
	display: inline-table;
	zoom: 1;
}

/* \*/
* html .clear{
	height: 1%;
}

.clear {
	display: block;
}
/* */
