﻿@charset "utf-8";
/*-------------------------------------------------
	reset
-------------------------------------------------*/
html{
	overflow-y: scroll;
}

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;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th{
	text-align: left;
}

q:before,q:after{
	content: '';
}

object,
embed{
	vertical-align: top;
}

hr,legend{
	display: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

img,abbr,acronym,fieldset{
	border: 0;
}

li{
	list-style-type: none;
}







/*-------------------------------------------------
	default
-------------------------------------------------*/
body{
	background-color:#FFFFFF;
	color: #333333;
	font-size: 100%;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.3em;
}
* html body{	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}







/*-------------------------------------------------
	基本設定、リンクカラー等
-------------------------------------------------*/
body{
	/*background: url(http://www.stepinvestment.co.jp/img/common_background.jpg) left top;*/
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #006633;
}

a:active {
	color: #006633;
}







/*-------------------------------------------------
	全体のラッパーコンテナ
-------------------------------------------------*/
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 82%;
	/*background: url(http://www.stepinvestment.co.jp/img/common_background.jpg) left top;*/
}
/* clearfix */
#wrapper:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}







/*-------------------------------------------------
	headerエリア
-------------------------------------------------*/
#header {
	margin: 0px auto;
	padding: 30px 0px 15px 0px;
	width: 910px;
	height: auto;
}
/* clearfix */
#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/*　ロゴ
------------------------------------------*/
#header h1 {
	width: 233px;
	height: 44px;
	float: left;
	display: block;
}

#header h1 a {
	width: 233px;
	height: 44px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/common/adel_logo.jpg) left top no-repeat;
	display: block;
}



/*　トップヘッダーナビ
------------------------------------------*/
#t_navi {
	padding-top: 6px;
	width: 431px;
	height: auto;
	float: right;
}
/* clearfix */
#t_navi:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#t_navi ul {
	width: 431px;
	height: 41px;
}

#t_navi ul li {
	margin-right: 10px;
	width: 137px;
	height: 41px;
	float: left;
}

#t_navi ul li a {
	width: 137px;
	height: 41px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}



#t_navi ul li#t_navi01 {
	width: 137px;
	height: 41px;
	background: url(../img/common/head_btn_01.jpg) left top no-repeat;
}
#t_navi ul li#t_navi01 a {
	width: 137px;
	height: 41px;
	background: url(../img/common/head_btn_01.jpg) left top no-repeat;
}
#t_navi ul li#t_navi01 a:hover {
	background: none;
}



#t_navi ul li#t_navi02 {
	width: 137px;
	height: 41px;
	background: url(../img/common/head_btn_02.jpg) left top no-repeat;
}
#t_navi ul li#t_navi02 a {
	width: 137px;
	height: 41px;
	background: url(../img/common/head_btn_02.jpg) left top no-repeat;
}
#t_navi ul li#t_navi02 a:hover {
	background: none;
}



#t_navi ul li#t_navi03 {
	width: 137px;
	height: 41px;
	background: url(../img/common/head_btn_03.jpg) left top no-repeat;
}
#t_navi ul li#t_navi03 a {
	width: 137px;
	height: 41px;
	background: url(../img/common/head_btn_03.jpg) left top no-repeat;
}
#t_navi ul li#t_navi03 a:hover {
	background: none;
}







/*　グローバルナビ
------------------------------------------*/
#g_navi_area {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	background: url(../img/common/gnavi_area_back.jpg) left top repeat-x;
	clear: both;
}
/* clearfix */
#g_navi_area:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#g_navi {
	margin: 0px auto;
	width: 970px;
	height: 70px;
	background: url(../img/common/gnavi_back.jpg) left top no-repeat;
	clear: both;
}

#g_navi ul {
	margin: 0px auto;
	padding: 10px 0px;
	width: 910px;
	height: auto;
}

#g_navi ul li {
	width: 130px;
	height: 50px;
	float: left;
}

#g_navi ul li a {
	width: 130px;
	height: 50px;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}



#g_navi ul li#g_navi01 {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi01_on.jpg) left top no-repeat;
}
#g_navi ul li#g_navi01 a {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi01_off.jpg) left top no-repeat;
}
#g_navi ul li#g_navi01 a:hover {
	background: none;
}



#g_navi ul li#g_navi02 {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi02_on.jpg) left top no-repeat;
}
#g_navi ul li#g_navi02 a {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi02_off.jpg) left top no-repeat;
}
#g_navi ul li#g_navi02 a:hover {
	background: none;
}



#g_navi ul li#g_navi03 {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi03_on.jpg) left top no-repeat;
}
#g_navi ul li#g_navi03 a {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi03_off.jpg) left top no-repeat;
}
#g_navi ul li#g_navi03 a:hover {
	background: none;
}



#g_navi ul li#g_navi04 {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi04_on.jpg) left top no-repeat;
}
#g_navi ul li#g_navi04 a {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi04_off.jpg) left top no-repeat;
}
#g_navi ul li#g_navi04 a:hover {
	background: none;
}



#g_navi ul li#g_navi05 {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi05_on.jpg) left top no-repeat;
}
#g_navi ul li#g_navi05 a {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi05_off.jpg) left top no-repeat;
}
#g_navi ul li#g_navi05 a:hover {
	background: none;
}



#g_navi ul li#g_navi06 {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi06_on.jpg) left top no-repeat;
}
#g_navi ul li#g_navi06 a {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi06_off.jpg) left top no-repeat;
}
#g_navi ul li#g_navi06 a:hover {
	background: none;
}



#g_navi ul li#g_navi07 {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi07_on.jpg) left top no-repeat;
}
#g_navi ul li#g_navi07 a {
	width: 130px;
	height: 50px;
	background: url(../img/common/gnavi07_off.jpg) left top no-repeat;
}
#g_navi ul li#g_navi07 a:hover {
	background: none;
}







/*-------------------------------------------------
	footerエリア
-------------------------------------------------*/
#footer {
	margin: 0px auto;
	padding: 14px 0px;
	width: 910px;
	height: auto;
	font-size: 82%;
	border-top: 1px solid #cccccc;
	clear: both;
}
/* clearfix */
#footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



/*　フッターナビ
------------------------------------------*/
#toppage #f_navi {
	margin: 0px auto;
	width: 716px;
	height: auto;
	clear:both;
}
/* clearfix */
#toppage #f_navi:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
#toppage #f_navi ul {
	width: 716px;
	height: auto;
	clear:both;
}

#toppage #f_navi ul li {
	margin-right: 50px;
	width: auto;
	height: auto;
	float: left;
}

#footer .onsale {
	margin: 20px 0;
	width: 910px;
	clear:both;
}

#footer .onsale table td {
	vertical-align:top;
	padding:0 10px;
}

#footer .onsale table td img { margin-right:20px; }


/*-------------------------------------------------
	コンテンツエリアラッパーコンテナ
-------------------------------------------------*/
#toppage #contents_area {
	margin: 0px auto;
	width: 970px;
	height: auto;
	clear: both;
}
/* clearfix */
#toppage #contents_area:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}







/*-------------------------------------------------
	トップページコンテンツ
-------------------------------------------------*/
#top_img {
	margin: 0px auto;
	width: 910px;
	height: 450px;
	/*text-indent: -9999px;
	background: url(../img/common/top_img.jpg) left top repeat-y;*/
	clear: both;
}
/* clearfix */
#top_img:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}



#top_info_area {
	width: 590px;
	height: auto;
	float: left;
}

#top_info_area h2 {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	display: block;
}



#top_info_area .info_box {
	margin: 0px 0px 20px 30px;
}

#top_info_area .info_box p {
	margin: 0px 0px 1em 0px;
	letter-spacing: 0.05em;
}

#top_info_area .info_box .info_headline {
	margin: 0px 0px 0em 0px;
	font-size: 120%;
	font-weight: bold;
	color: #1b540b;
}

#top_info_area .info_box .info_caption {
	font-size: 82%;
}

table.nowonsale {margin-bottom:30px;}
table.nowonsale td {
	padding:10px 5px;
	font-size:11px;
	vertical-align:top;
	}


#top_special_point {
	width: 350px;
	height: auto;
	float: right;
}

#top_special_point h3 {
	margin: 0px 30px 0px 0px
}

#top_special_point .point_box {
	margin: 0px 30px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #cccccc;
}



#top_special_point .point_box #btn_point01 {
	width: 320px;
	height: 98px;
	background: url(../img/common/top_bnr01_on.jpg) left top no-repeat;
}
#top_special_point .point_box #btn_point01 a {
	width: 320px;
	height: 98px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/common/top_bnr01_off.jpg) left top no-repeat;
	display: block;
}
#top_special_point .point_box #btn_point01 a:hover {
	background: none;
}



#top_special_point .point_box #btn_point02 {
	width: 320px;
	height: 117px;
	background: url(../img/common/top_bnr02_on.jpg) left top no-repeat;
}
#top_special_point .point_box #btn_point02 a {
	width: 320px;
	height: 117px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/common/top_bnr02_off.jpg) left top no-repeat;
	display: block;
}
#top_special_point .point_box #btn_point02 a:hover {
	background: none;
}



#top_special_point .bnr_box {
	margin: 0px 30px 50px 0px;
	padding: 0px 0px 20px 0px;
}
#top_special_point .bnr_box #bnr_contact {
	width: 320px;
	height: 120px;
	text-indent: -9999px;
	text-decoration: none;
	background: url(../img/common/top_bnr_contact.jpg) left top no-repeat;
	display: block;
}


