@charset "utf-8";

/* 基本レイアウト */

h1,h2,h3,h4,h5,h6,body,div,address,p,ul,ol,li,a,dl,dt,dd {
	margin: 0;
	padding: 0;
}

ul,ol {
	list-style-type: none;
}

body {
	font-size: 14px;
	line-height: 1.35em;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333333;
}

address {
	font-style: normal;
}

a {
	color: #cc0000;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* イメージ枠 */

img {
	border: 0;
}

/*回り込み解除*/

.c-both { 
	clear:both;
}

/* clearfix */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* 非表示 */

.none {
	display: none;
}

/* font */

.f10 {
	font-size: 10px;
	font-weight: normal;
	line-height: 1.35em;
}

.f12b {
	font-size: 12px;
	font-weight: bold;
}

.f14b {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
}

.f14b_red {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	color: #ff0000;
}

.f12 {
	font-size: 12px;
	font-weight: normal;
}

.f12_green {
	font-size: 12px;
	color: #009900;
}

.f12_red {
	font-size: 12px;
	color: #ff0000;
}

.f12b_red {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

.f14_orange {
	font-size: 14px;
	color: #ff6600;
}

.f14_red,.error {
	font-size: 14px;
	color: #ff0000;
}

/* ヘッダ */

#header {
	width: 860px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

#headerLeft {
	float: left;
}

#headerRight {
	float: right;
}

#logo {
	width:307px;
}

#logo a {
	background-image: url(../img/sanden_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 307px;
	height: 75px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}

#contact {
	background-image: url(../img/sanden_info.jpg);
	background-repeat: no-repeat;
	width: 284px;
	height: 98px;
	position: relative;
}

#mailBtn {
	background-image: url(../img/mailBtn.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 66px;
	height: 52px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 199px;
	top: 2px;
}

#mailBtn:hover {
	background-position: bottom;
}

#minNav {
	width: 278px;
	padding: 10px 3px;
}

#minNav li {
	float: left;
}

#minNav_home a {
	background-image: url(../img/minNavi_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 40px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
}

#minNav_home a:hover {
	background-position: left -12px;
}

#minNav_company a {
	background-image: url(../img/minNavi_company.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 60px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
}

#minNav_company a:hover {
	background-position: left -12px;
}

#minNav_inquiry a {
	background-image: url(../img/minNavi_inquiry.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 60px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
}

#minNav_inquiry a:hover {
	background-position: left -12px;
}

#minNav_policy a {
	background-image: url(../img/minNavi_policy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 118px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
}

#minNav_policy a:hover {
	background-position: left -12px;
}

/*グローバルナビ＆メインイメージ*/

#gnavi {
	width: 900px;
	margin: 0 auto;
}

#gnavi li {
	float: left;
}

#gnavi li a {
	display: block;
	text-indent: -9999px;
	width: 180px;
	height: 41px;
	overflow: hidden;
}

#gnavi_what a {
	background-image: url(../img/gNav_what.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#gnavi_what a:hover {
	background-position: bottom;
}

#gnavi_achvmnt a {
	background-image: url(../img/gNav_achievement.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#gnavi_achvmnt a:hover {
	background-position: bottom;
}

#gnavi_alldenka a {
	background-image: url(../img/gNav_alldenka.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#gnavi_alldenka a:hover {
	background-position: bottom;
}

#gnavi_ppg a {
	background-image: url(../img/gNav_ppg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#gnavi_ppg a:hover {
	background-position: bottom;
}

#gnavi_shop a {
	background-image: url(../img/gNav_shop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#gnavi_shop a:hover {
	background-position: bottom;
}

/* パンくずリスト */

#topicpass {
	text-align: right;
}

#topicpass li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 30px;
}

#topicpass a {
	margin-right: 10px;
}

/* メイン記事 */

#main {
	background-image: url(../img/mainBg.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin: 0 auto;
}

#mainLeft {
	width: 254px;
	padding-top: 30px;
	float: left;
}

#mainRight {
	width: 625px;
	float: right;
}

/* ページトップへ */

#pageTop {
	background-image: url(../img/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	float: right;
	margin-right: 40px;
	_margin-right: 20px;
	width: 112px;
	height: 43px;
	text-indent: -9999px;
	overflow: hidden;
}

#pageTop:hover {
	background-position: bottom;
}

/* 左サイドバー */

.sidemenu {
	background-image: url(../img/sNavi_bg.jpg);
	background-repeat: repeat-y;
}

.sidemenuBtm {
	background-image: url(../img/sNavi_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 250px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

.sidemenu ul a {
	display: block;
	width: 226px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	line-height: 30px;
}

.snav_lst a {
	background-image: url(../img/sNavilst_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	text-indent: 2em;
	height: 29px;
	border-bottom: dotted 1px #cccccc;
}

.snav_lst a:hover {
	background-position: bottom;
}

#s_alldenka_ttl {
	background-image: url(../img/sNavi_ad_hd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 250px;
	height: 40px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#s_const_ttl {
	background-image: url(../img/sNavi_hd_const.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 250px;
	height: 40px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#s_company_ttl {
	background-image: url(../img/sNavi_hd_comp.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 250px;
	height: 40px;
	text-indent: -9999px;
	margin-bottom: 15px;
}

#s_ad_lst a {
	background-image: url(../img/sNavi_alldnk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 226px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
}

#s_ad_lst a:hover {
	background-position: bottom;
}

#s_ppg_lst a {
	background-image: url(../img/sNavi_ppg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 226px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}

#s_ppg_lst a:hover {
	background-position: bottom;
}

#s_sk_lst a {
	background-image: url(../img/sNavi_sk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 226px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
}

#s_sk_lst a:hover {
	background-position: bottom;
}

#s_rk_lst a {
	background-image: url(../img/sNavi_rk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 226px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}

#s_rk_lst a:hover {
	background-position: bottom;
}

#s_comp_lst a {
	background-image: url(../img/sNavi_company.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 226px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}

#s_comp_lst a:hover {
	background-position: bottom;
}

#s_policy_lst a {
	background-image: url(../img/sNavi_policy.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 226px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}

#s_policy_lst a:hover {
	background-position: bottom;
}

#s_inquiry_lst a {
	background-image: url(../img/sNavi_inquiry.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 226px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 10px;
}

#s_inquiry_lst a:hover {
	background-position: bottom;
}

#s_shopbana {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7px;
}

#s_shopbana a {
	background-image: url(../img/shop_bana.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 250px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
}

#s_shopbana a:hover {
	background-position: bottom;
}

#s_achvmntbana {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
}

#s_achvmntbana a {
	background-image: url(../img/achvmnt_bana.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 250px;
	height: 92px;
	text-indent: -9999px;
	overflow: hidden;
}

#s_achvmntbana a:hover {
	background-position: bottom;
}

#s_ppgbana {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#s_ppgbana a {
	background-image: url(../img/ppg_bana.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 250px;
	height: 108px;
	text-indent: -9999px;
	overflow: hidden;
}

#s_ppgbana a:hover {
	background-position: bottom;
}

#s_alldenkabana {
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#s_alldenkabana a {
	background-image: url(../img/alldnk_bana.jpg);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	width: 250px;
	height: 108px;
	text-indent: -9999px;
	overflow: hidden;
}

#s_alldenkabana a:hover {
	background-position: bottom;
}

/* フッタ */

#footerWrap {
	clear: both;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer {
	width: 900px;
	margin: 0 auto;
	background-image: url(../img/footer_comp.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#pagetop {
	background-image: url(../img/pagetop.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 145px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 755px;
	top: -30px;
}

#pagetop:hover {
	background-position: right;
}

#f_navi {
	float: right;
	line-height: 30px;
	padding-right: 20px;
}

#f_navi li {
	display: inline;
	color: #ffffff;
}

#f_navi li a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 7px;
}

#f_navi li a:hover {
	text-decoration: underline;
}

address {
	clear: both;
	font-size: 12px;
	line-height: 1.35em;
	text-align: left;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
}

/* テーブル */

table {
	margin: 0 auto;
	width: 586px;
	border-bottom: 1px dotted #999999;
	border-collapse: collapse;
}

th {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
	background-color: #faf4df;
	width: 150px;
	border-top: 1px dotted #999999;
}

td {
	padding: 10px;
	text-align: left;
	border-top: 1px dotted #999999;
}
