@charset "UTF-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
	/* [disabled]line-height: 1.4; */
	width: 1020px;
	background-color: #999;
	background-image: url(../img/background.gif);
	color: #000;
	background-attachment: fixed;
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; 
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他のすべての div を囲みます。~~ */
.container {
	background: #FFFFFF; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	box-shadow: 0 1px 7px #333;
	-moz-box-shadow: 0 1px 7px #333;
	-webkit-box-shadow: 0 1px 7px #333;
}

/* ~~ ヘッダー ~~ */
.header {
	width: 1000px;
	background-color: #FFF;
}
#headline {
	font-size: 12px;
	line-height: 13px;
	padding-top: 14px;
	height: 18px;
	width: 320px;
	padding-left: 15px;
	float: left;
	padding-right: 15px;
}
#head-sitemap {
	font-size: 12px;
	color: #666;
	line-height: 13px;
	padding-top: 10px;
	height: 18px;
	width: 250px;
	padding-left: 20px;
	float: left;
	padding-right: 20px;
	text-decoration: none;
}
#headbar-top {
	background-color: #FCC816;
	height: 7px;
	width: 1000px;
	margin-bottom: 7px;
	position: relative;
}

.sidebar1 {
	float: left;
	width: 202px;
	background-color: #FFF;
	padding-bottom: 10px;
	margin-top: 8px;
	margin-right: 8px;
}
.content {
	float: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 580px;
	margin-top: 8px;
}
.sidebar2 {
	float: left;
	width: 202px;
	background-color: #FFF;
	margin-top: 8px;
	padding-bottom: 10px;
	margin-left: 8px;
}

/* ~~ .content 内のリストに領域間隔を指定 ~~ */
.content ul, .content ol {
	padding: 0;
}

/* ~~ ナビゲーションリストのスタイル ~~ */
ul.nav {
	list-style: none;
	margin-bottom: 10px;
}
ul.nav li {
	margin-top: 3px;
}
ul.nav a, ul.nav a:visited { /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
	padding: 5px 5px 5px 10px;
	display: block; /* アンカーにブロックプロパティを指定し、アンカーが含まれる LI 全体がアンカーになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
	width: 185px;  /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
	text-decoration: none;
	background-color: #F6C332;
	font-size: 13px;
	color: #333;
	background-image: url(../img/top/button_back.gif);
	background-repeat: no-repeat;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
	color: #FC3;
	background-color: #999;
	background-image: url(../img/top/side_on.gif);
	background-repeat: no-repeat;
}


/* ~~ フッタースタイル ~~ */
.footer {
	background: #FCC816;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定します。 */
	clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
	font-size: 13px;
	width: 1000px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
	color: #333;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.footer が .container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (.container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ヘッダー 関連	*/
#headline2 {
	width: 500px;
	margin-top: 7px;
	padding-left: 5px;
}
.site-search {
	width: 280px;
	float: left;
	height: 35px;
	padding: 0px;
	margin-top: -12px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.headmenu-content {
	height: auto;
	width: 1000px;
}
.headbar-top2 {
	width: 1000px;
	background-color: #FFF;
	height: 35px;
}
.headerlogo {
	height: 35px;
	width: 220px;
}
#logo {
	margin: 5px;
	width: 214px;
}
.header .headbar-top2 a #Insert_logo {
	margin: 5px;
}
#head-sitemap {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	width: 120px;
	line-height: 13px;
	height: 18px;
	padding-top: 14px;
	padding-right: 10px;
	padding-left: 25px;
	text-align: right;
}
.headbar-top2 #head-sitemap a:hover {
	color: #F09;
	text-decoration: none;
}
.headbar-top2 #head-sitemap a {
	color: #666;
	text-decoration: none;
}

/* sidebar1 関連 */

.bannerlist {
	margin-bottom: 5px;
	background-color: #9f9f9f;
	margin-top: 5px;
}
.bannerlist2 {
	margin-bottom: 7px;
}
.bannerlist3 {
	margin-bottom: 7px;
}
.bannerlist4 {
	margin-bottom: 3px;
}
.sidebar1 .bannerlist img {
	border: 1px solid #333;
}
.sidebar1 .bannerlist2 img {
	border: 1px solid #333;
}
.sidebar1 .bannerlist3 img {
	border: 1px solid #333;
}


#sienevent {
	margin-bottom: 5px;
}

.bannerlist4 a:hover, .bannerlist3 a:hover, .bannerlist2 a:hover, .bannerlist a:hover {
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#t-twitter {
	width: 200px;
	text-decoration: none;
	font-size: 15px;
	border: 1px solid #666;
	margin-bottom: 10px;
}

#t-twitter a img {
	vertical-align: middle;
	margin-right: 10px;
}
#t-twitter a:link {
	color: #333;
	text-decoration: none;
}
#t-twitter a:hover {
	color: #39F;
}
#teikei {
	font-size: 12px;
	line-height: 16px;
	margin-top: 8px;
}

/* sidebar2 関連 */
.aboutset {
	color: #666;
	background-color: #EEE;
	width: 200px;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
	border: 1px solid #999;
	height: 20px;
	margin-top: 3px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.setcontainer {
	background-color: #FEFCED ;
	text-align: center;
	border: 1px solid #E4E2D5;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.setcaption {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 3px;
	margin-bottom: 5px;
}

#set01 a {
	background-image: url(../img/top/pp_off.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#set01 a:hover {
	background-image: url(../img/top/pp_on.gif);
	background-repeat: no-repeat;
}
#set02 a {
	background-image: url(../img/top/yuyu_off.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#set02 a:hover {
	background-image: url(../img/top/yuyu_on.gif);
	background-repeat: no-repeat;
}
#set03 a {
	background-image: url(../img/top/ondema_off.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}
#set03 a:hover {
	background-image: url(../img/top/ondema_on.gif);
	background-repeat: no-repeat;
}
#set-hayami a, #set-hayami a:visited {
	background-image: url(../img/top/side_off.gif);
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	width: 200px;
	text-align: center;
	font-size: 13px;
	color: #333;
	background-color: #CCC;
	line-height: 30px;
}
#set-hayami a:hover {
	background-image: url(../img/top/side_on.gif);
	background-repeat: no-repeat;
	color: #F69;
	background-color: #666;
	text-decoration: none;
}

.sidebar2 .otherset {
	font-size: 14px;
	color: #069;
	padding-left: 0.3em;
	font-weight: bolder;
}
.othersetlist ul {
	list-style-position: inside;
	list-style-type: square;
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 5px;
}
.othersetlist li {
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
	padding-top: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	padding-left: 0.4em;
}
.othersetlist ul a:link {
	text-decoration: none;
	color: #333;
}
.othersetlist ul li a:hover {
	text-decoration: none;
	background-color: #F09;
	color: #FFF;
}
.othersetlist ul a:visited {
	text-decoration: none;
	color: #333;
}
#outside-dl {
	height: auto;
	width: auto;
	text-align: center;
	padding-top: 30px;
}

/* スライドイメージ 関連 */
.fs-container {
	height: 197px;
	width: 540px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.fs-imagelist {
	background-color: #FFF;
	width: 540px;
	margin: auto;
	text-align: center;
	height: 40px;
}
.fs-imagelist img {
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
}

/* 最新情報 関連 */
.newsimg {
	height: 30px;
	width: 580px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.news-container {
	height: 135px;
	width: 526px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #ccc;
	font-size: small;
	line-height: 1.6em;
	padding: 2px;
	background-color: #FFF;
}
.news-container a:link {
	color: #000;
	text-decoration: none;
}
.news-container a:visited {
	color: #000;
	text-decoration: none;
}
.news-container a:hover {
	color: #C06;
	text-decoration: underline;
}

/*以下更新履歴よりコピー - 少しいじってある*/
#history-container {
	height: 135px;
	width: 526px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #ccc;
	padding: 2px;
	background-color: #FFF;
}


/* 最新情報文字タテ仕様画像 */
#infoimg2 {
	height: 165px;
	width: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
	float:left;
}


/* 最新情報文字タテ仕様 履歴情報 */
#history-container2 {
	height: 163px;
	width: 507px;
	overflow: auto;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	float: right;
	border: 1px solid #333;
	background-color: #FFF;
}



/*IE6で、右marginが揃わない問題の修正*/
* html #history-container {
	margin-right: 12px;
}

#history-container2 a {
	color: #06F;
	text-decoration: none;
}

#history-container2 a:visited {
	color: #06F;
	text-decoration: none;
}
#history-container2 a:hover {
	color: #F09;
	text-decoration: none;
}

#history-content{
	background-color: #FFFFFF;
	
}
* html #history-content {
	/*IE6で、更新履歴に長い行がある場合にスクロールバーが正常に表示されない問題の修正*/
	width: 100%;
}

#history-container h3 {
	font-size: 70%;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	background-color: #e2c7d5;
	padding: 0 3px;
}
#history-container h4,
#history-container h5,
#history-container h6,
#history-container p {
	font-size: 80%;
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 2px 2px;
}
#history-container h4 {
	font-weight: normal;
}
#history-container p {
	margin-left: 5px;
}

#history-container em {
	color: red;
	font-weight: normal;
	font-style: normal;
}

#history-container h5 {
	font-size: 83%;
	line-height: 1.5em;
	font-weight: bolder;
	margin: 0px;
	background-color: #FC3;
	padding: 0 3px;
}

#history-container .topics {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: bolder;
	background-color: #b0d87a;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 18px;
	background-image: url(../img/top/accent.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#history-container .topics2 {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: bolder;
	background-color: #bedaf5;
	margin-bottom: 2px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 18px;
	background-image: url(../img/top/accent.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

/* 最新情報文字タテ仕様 ここから */
#history-container2 h3 {
	font-size: 70%;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	background-color: #D5EFE9;
	padding: 0 3px;
}
#history-container2 h4,
#history-container2 h5,
#history-container2 h6,
#history-container2 p {
	font-size: 80%;
	line-height: 1.3em;
	margin: 0;
	padding: 0 0 2px 2px;
}
#history-container2 h4 {
	font-weight: normal;
}
#history-container2 p {
	margin-left: 5px;
}

#history-container2 em {
	color: red;
	font-weight: normal;
	font-style: normal;
}

#history-container2 h5 {
	font-size: 83%;
	line-height: 1.5em;
	font-weight: bolder;
	margin: 0px;
	background-color: #FC3;
	padding: 0 3px;
}

#history-container2 .topics {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: bolder;
	background-color: #f6e18c;
	margin-bottom: 2px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 18px;
	background-image: url(../img/top/accent.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
#history-container2 .topics2 {
	font-size: 80%;
	line-height: 1.5em;
	font-weight: bolder;
	background-color: #BEA4D2;
	margin-bottom: 2px;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 18px;
	background-image: url(../img/top/accent.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}

/* 最新情報文字タテ仕様 ここまで */


/* 臨時のお知らせ */
#osirase {
	width: 520px;
	margin-top: 7px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	line-height: 1.5em;
	font-size: 12px;
	clear: right;
	background-color: #EFEFEF;
	border: 1px solid #999;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#osirase a {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
#osirase a:visited {
	color: #06F;
	font-weight: bold;
	text-decoration: none;
}
#osirase a:hover {
	color: #F09;
	text-decoration: none;
}
#osirase ul {
	list-style-position: outside;
	list-style-type: circle;
}
#naiyou {
	font-size: 11px;
	line-height: 1.5em;
}


/* container-キャンペーン・新商品ご案内 */
.campane-new {
	width: 580px;
	text-align: center;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-position: inside;
	list-style-type: circle;
	list-style-position: inside;
	list-style-type: circle;
	list-style-position: outside;
	list-style-type: circle;
}
.campane-new ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.campane-new ul li {
	display: inline;
}

.campane-content {
	width: 255px;
	float: left;
	border: 5px solid #CCC;
	margin-left: 17px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.new-goods {
	float: right;
	width: 255px;
	border: 5px solid #CCC;
	margin-right: 18px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 230px;
}
.content .campane-content a img {
	margin: 5px;
	border: 1px solid #333;
}
.content .new-goods a img {
	border: 1px solid #333;
	margin: 5px;
}

#infoimg2 a:hover, .newsimg a:hover, .campane-new a:hover {
	-moz-opacity: 0.70;  /*Old Mozilla Firefox 2, Netscape Navigator*/
	-khtml-opacity: 0.70; /*Old Safari, Google Chrome, Chromium*/
	opacity: 0.70;  /*Firefox ab 3.0, Safari, Chrome, and Opera*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /*IE 6-8*/
}
.campane-content a:hover, .new-goods a:hover {
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}



/* footerリスト */
#footer-content {
	text-align: center;
	margin:5px 0;
}

#footer-content ul {
	list-style: none;　/* リストマーカー非表示 */　
}

#footer-content li {
	display: inline;　/* インライン表示 */
	margin-right: 8px;
	padding-left: 8px;
	padding-right: 3px;
	border-left: 1px solid #999; /* 左線（区切り線）指定 */
}

#footer-content li.f_li {
	padding-left: 0; /* 左余白ゼロ指定 */
	border-left:0; /* 左線非表示指定 */
}
#footbar-company {
	color: #333;
	width: auto;
	text-align: center;
	margin-top: 10px;
}
#footer-content a:link {
	color:#333;
	text-decoration: underline;
}
#footer-content a:visited {
	color:#333;
	text-decoration: underline;
}

#footer-content a:hover {
	color:#333;
	text-decoration: none;
}
