﻿@charset "utf-8";
/* レイアウト */
/* 2010-06-07 IE8対応部追加 */



html, body {
  height: 100%;
}


/* ==================================================== */
/* body設定と使用フォント */
/* ==================================================== */
body	{
	background-color:#ffffff;
	 background-image:url(../images/background.jpg);	
	background-repeat: no-repeat;			
	background-position: top center;
	margin:0px;
	padding:0px;
	text-align:center;
	color:#333333;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka", Arial, Verdana, sans-serif;
}

/* ==================================================== */
/* ヘッダー */
/* ==================================================== */
#header	{
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 0px 0px;
	background-image:url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px auto;
	padding:0px;
	width:970px;
	height:74px;
}

#header_ns	{
	border-style:solid;
	border-color:#000000;
	border-width:0px 0px 0px 0px;
	background-image:url("../images/bg_header_ns.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin:0px auto;
	padding:0px;
	width:766px;
	height:76px;
}

/* サイト内検索（ヘッダ左部分） */


#cse-search-box {
	width:"270";
	float: left;
	margin-top:3px;
	margin-bottom:0;
	margin-left:25px;
}

#cse-search-box input[type="image"] {
	background: url("../images/search_icon.jpg") ;
    border: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
    float: right;
    height: 21px;
	overflow: hidden;
    margin-left: 0 !important;
    width: 23px;
}


#header_r_box{
	width:270px;
	margin:5px 0px 0px 0px;
	padding:0px;
	float:left;
}


#header_search{
	width:210px;
	margin:5px 50px 0px 0px;
	padding:0px;
	float:left;
	/*background:#888888;*/
	/*height:76px;*/
}

#header_search_under{
	width:210px;
	margin:5px 0px 0px 0px;
	padding:0px 90px 0px 0px;
	float:right;
}




#header_r{
	display:none;
}


/* セイコーマートロゴ（ヘッダ左部分---20130414時点ではコメント状態） */
#header_r_s{
	width:296px;
	margin:30px 0px 0px 0px;
	padding:0px;
	text-align:left;
	float:right;
	font-size:80%;
	/*background:#888888;*/
}


#header_r_s input{
	/*font-family:'ＭＳ ゴシック';*/
	padding-top:2px;
}

.whitetext{
	color:#ffffff;
	font-size:10px;
}

#header_r form{
	margin:0px;
	padding:0px;
}


/* ==================================================== */
/* ctsarea （コンテンツエリア　TOP・下階層各1）*/
/* ==================================================== */
#ctsarea	{
	border-style:solid;
	border-color:#ffffff;
	border-width:0px;
	margin:0px auto;
	padding:0px;
	width:100%;
	text-align:center;
}
.ctsarea2{
	border-style:solid;
	border-color:#ffffff;
	border-width:0px;
	margin:0px auto;
	padding:0px;

	text-align:center;
}

/* ==================================================== */
/*メインコンテンツ（トップページ・下階層）最大幅*/
/* ==================================================== */
#main	{
	clear:both;
	width:970px;
	background:none;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;
}

#main_sub	{
	clear:both;
	width:970px;

	background-color:#ffffff;
	margin:0px auto 0px auto;
	padding:0px;
	text-align:left;
}


/* 2010-06-07IE8対応部追加 */
#r_c a:hover{background-color:none;}

/* ==================================================== */
/* フッター */
/* ==================================================== */
#footer{
	clear:both;
	width:100%;
	height:50px;
	margin:5px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	background-color:#FFFFFF;
	background-position: top center;
	text-align:center;
	font-size:100%;	
}
#footer_c{
	clear:both
	width:1000px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}

#footer ul{
	margin:10px 0px 0px 0px;
	padding:0px;
	white-space: nowrap;
	font-size:90%;
}

#footer ul li{
	margin:10px 0px 0px 15px;
	display:inline;		
}




/* 本文へジャンプ */
div.navihidden {
position: absolute;
z-index: 100;
top: 0px;
right: 0px;
display: run-in;
width: 1px;
height: 1px;
border-style: none;
margin: 0px;
padding: 0px;
overflow: hidden;
}

.navihidden img {
vertical-align: bottom;
}

#pagetop {
	/*visibility: hidden;*/
	/*display: none;2012/9/24コメントアウト*/
	font-size:0px;/*2012/9/24追加*/
	line-height:0px;/* 以下IE7以前対策用*/
	width:0px;
	height:0px;
	display:block;
	overflow:hidden;
}

#content {
display: none;
}
