@charset "UTF-8";

/* ===== Universal Reset ===== */

* {
margin:0;
padding:0;
}

/* ===== Basic Style ===== */
html { 
    height: 100%; 
	overflow: scroll;
	overflow: -moz-scrollbars-vertical; /* Firefoxが実装している値 */
	overflow-x: scroll; /* Firefoxで横スクロールバーが表示されない問題を回避 */
} 

body {
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	height: 100%;
}

#common-container {
	width: 100%;
	margin: 0 auto;
	position: relative;   /* フッター下付け用記述 */
	height: 100%;   /* フッター下付け用記述 */
    min-height: 100%;  /* フッター下付け用記述 */
}

body > #common-container {
    height: auto;  /* フッター下付け用記述 */
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 28px;
}

#primary-contents {
	padding-bottom: 20px;
}
#secondary-contents {
	padding-bottom: 20px;
}

#footer {
	position: absolute;  /* フッター下付け用記述 */
	bottom: 0;  /* フッター下付け用記述 */
	height: 28px;  /* フッター下付け用記述 */
	width: 100%;  /* フッター下付け用記述 */
	background: #CCCC66;  /* フッター下付け用記述 */
}

img {
	border:0;
}
ul,dl,ol,li	{
	list-style-type:none;
	list-style-position:outside;
}

a	{
	color: #666666;
	text-decoration: none;
}
a:link	{
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover	{
	color: #FF3300;
	text-decoration: none;
}

h1	{
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "ＭＳ Ｐ明朝", "細明朝体";
	font-weight: bold;
	font-size: 200%;
	line-height: 1.5em;
	text-align: left;
	color: #000;
}
h2	{
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "ＭＳ Ｐ明朝", "細明朝体";
	font-weight: bold;
	font-size: 180%;
	line-height: 1.3em;
	text-align: left;
	color: #F33;
}
h3	{
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "ＭＳ Ｐ明朝", "細明朝体";
	font-weight: bold;
	font-size: 180%;
	line-height: 1.3em;
	text-align: left;
}
h4	{
	font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "ＭＳ Ｐ明朝", "細明朝体";
	font-weight: bold;
	font-size: 130%;
	line-height: 1.3em;
	text-align: left;
	color: #958D51;
}
p {
	text-align: left;
}


/* 簡易的なclearfix */
#container {
	overflow: hidden;
}
/* IE6に適用 */
* html .clearfix {
	zoom: 1;
}


/* レイアウト HOME */

.home #topp-main {
	height: 320px;
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(../images/topp_main_02.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.home #header {
	margin: 0 auto;
	height: 100px;
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(../images/headerul_01.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.home #global-nav {
	height: 80px;
	width: 960px;
	background-color: #FFFFFF;
}

.home #container {
	width: 960px;
	background-color: #FFFFFF;
}
.home #primary-contents {
	float: left;
	width: 680px;
	background-color: #FFFFFF;
}
.home #secondary-contents {
	float: right;
	width: 260px;
	background-color: #FFFFFF;
}



/* レイアウト CONTENTS */


/* CONTENTS */
/* ナビ部共通設定 */
#global-nav {
	color:#1A1A1A;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
	text-indent: 0.8em ;
}
#global-nav ul {
	float: left;
	margin: 10px 0;
	width: 192px;
	height: 60px;
	background-image: url(../images/globalnavi_bar_01.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* フッター部共通 */
#footer p {
	color:#333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	padding: 5px;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:link {
	color: #333333;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover	{
	color: #999999;
	text-decoration: none;
}


/* トップページ primary-contents */
.home #primary-contents p, h1, h2, h3, h4, img {
	margin: 0 0 5px 0; /* 配置画像の上下マージン */
}
#mainimg a {
	display: block;
	width: 680px;
	height: 400px;
	background-image: url(../images/toppimg_07.jpg);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	text-indent: -9999px;
}

.recommend a {
	display: block;
	width: 680px;
	height: 340px;
	background-image: url(../images/itemimg_sakurabaum_02.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-indent: -9999px;
}

.recommend2 {
	width: 680px;
	background-color: #FFFFFF;
	margin: 10px 0 10px 0;
}





/* トップページ secondary-contents */
.home #secondary-contents p, h1, h2, h3, h4, img {
	margin: 0 0 5px 0; /* 配置画像の上下マージン */
}

/* ロールオーバー */

 
#banner-rakuten a {
	display: block;
	width: 260px;
	height: 260px;
	background: url(../images/banner_rakuten02_a.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0 0 8px 0;
}
#banner-rakuten a:hover {
	background: url(../images/banner_rakuten02_b.jpg) no-repeat;
}

/* 
#banner-rakuten a {
	display: block;
	width: 260px;
	height: 260px;
	text-indent: -9999px;
	margin: 0 0 8px 0;
	background-image: url(../images/banner_rakuten03.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
*/
 
#banner-blog a {
	display: block;
	width: 260px;
	height: 160px;
	background: url(../images/banner_blog_a.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 0 8px 0;
}
#banner-blog a:hover {
	background: url(../images/banner_blog_b.gif) no-repeat;
}
.oshirase01 {
	width: 260px;
	color:#333333;
	font-size: 13px;
	line-height: 1.3em;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin: 10px;
}
#secondary-contents .menumenu {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	color: #660;
}
#secondary-contents .menumenu a	{
	color: #666600;
	text-decoration: none;
}
#secondary-contents .menumenu a:link	{
	color: #666600;
	text-decoration: none;
}
#oolong-banner-01   {
	color: #666600;
	text-decoration: none;
}
#secondary-contents .menumenu a:hover	{
	color: #FF3300;
	text-decoration: none;
}


/*もじもじ*/
.redbold {
	font-weight: bold;
	color: #F00;	
}
.uchikeshi {
	text-decoration: line-through;	
}