@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */
html{
font-size: 12px;
/*\*/
_font-size: 100%;
/**/
}
* html {
	font-size: 75%;
}

/* 基本フォント ------------------------------ */

body {
	color: #333333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
input, textarea, select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}


/* 基本タグ ------------------------------ */

body, div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, p, blockquote, pre, cite, code, caption, form, fieldset, legend, input, textarea, select, option, label {
	margin: 0;
	padding: 0;
}
body {
	color:#333;
	background:#f8f7f1 url(../images/common/background.gif) repeat-x center top;
	margin:0;
	padding:0px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:left;
	font-size: 12px;
}
img, table {
	border: none;
}
table {
	border-collapse: collapse;
}
ul {
	list-style: none;
}
li img, dt img {
	vertical-align: bottom;
}
address, em, cite {
	font-style: normal;
}
/* 基本テキストリンク ------------------------------ */

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/*\*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/**/
/* --------------------------------------------------------------------------------------
 フォント
--------------------------------------------------------------------------------------- */
.red {
	color:#b00;
}

.uLine {
	text-decoration: underline;
}



/* ==========================================================================================================

	 共通ページレイアウト
 
============================================================================================================*/

#wrapper {
	background:url(../images/common/h2_background_2.gif) no-repeat center 112px;
}
#wrapper2 {
	background:url(../images/common/h2_background.gif) no-repeat center 112px;
}
#contents {
	width:940px;
	margin:0 auto;
	clear:both;
	text-align: left;
}
#contents .flasharea {
	width:940px;
	height:521px;
	text-align:center;
}
/* --------------------------------------------------------------------------------------
 header
--------------------------------------------------------------------------------------- */

#header {
	width:940px;
	height:112px;
	margin:0 auto;
}
#header .left {
	/* width:540px; */
	width:680px;
	float:left;
	height:90px;
}
/* #header .center {
	width:265px;
	float:left;
	padding-top:37px;
}
 */
#header .right {
	width:260px;
	float:left;
	padding-top:37px;
}
#header .left h1 {
	display:block;
	padding-top:16px;
}
#header .left h1 a {
	width:124px;
	height:52px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/common/logo.gif) no-repeat left top;
}
/* 　検索　文字サイズ
-----------------------------------*/
#search {
}
#search img, #search input {
	vertical-align:middle;
}
#search .textarea {
	background: #f8f7f1 no-repeat left center;
	border: 1px solid #ccc;
	padding-left:2px;
	padding-right:0;
	width:122px;
	line-height: 22px;
	margin-left: 5px;
}
.fontChanger p {
	display: inline;
}
.fontChanger img {
	vertical-align:middle;
}
.fontChanger img#small,.fontChanger #medium,.fontChanger #large {
	cursor: pointer;
}
.fontChanger img#small,.fontChanger #medium {
		margin-right: 4px;
}


.small { font-size:80%;} 
.medium { font-size:100%;}
.large { font-size: 120%;}
	
	

/*  Groval Navi
-----------------------------------*/
ul#gNav {
	clear: both;
	height: 22px;
}

ul#gNav li {
	float: left;
	margin-right: 23px;
}
ul#gNav li.navi08 {
	margin-right: 0;
}

ul#gNav li a {
	display: block;
	height: 22px;
	background: url(../images/common/navigation.gif) no-repeat 0 0;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
}

ul#gNav li.navi01 a {
	width: 42px;
	background-position: 0 0;
}
ul#gNav li.navi02 a {
	width: 48px;
	background-position: -65px 0;
}
ul#gNav li.navi03 a {
	width: 79px;
	background-position: -137px 0;
}
ul#gNav li.navi04 a {
	width: 109px;
	background-position: -240px 0;
}
ul#gNav li.navi05 a {
	width: 184px;
	background-position: -373px 0;
}
ul#gNav li.navi06 a {
	width: 78px;
	background-position: -581px 0;
}
ul#gNav li.navi07 a {
	width: 96px;
	background-position: -683px 0;
}
ul#gNav li.navi08 a {
	width: 138px;
	background-position: -802px 0;
}

/*  HOVER
-----------------------------------*/

ul#gNav li.navi01 a:hover {
	background-position: 0 -22px;
}
ul#gNav li.navi02 a:hover {
	background-position: -65px -22px;
}
ul#gNav li.navi03 a:hover {
	background-position: -137px -22px;
}
ul#gNav li.navi04 a:hover {
	background-position: -240px -22px;
}
ul#gNav li.navi05 a:hover {
	background-position: -373px -22px;
}
ul#gNav li.navi06 a:hover {
	background-position: -581px -22px;
}
ul#gNav li.navi07 a:hover {
	background-position: -683px -22px;
}
ul#gNav li.navi08 a:hover {
	background-position: -802px -22px;
}


/*  active
-----------------------------------*/
body#index ul#gNav li.navi01 a {
	background-position: 0 -44px;
}
body#pickup ul#gNav li.navi02 a {
	background-position: -65px -44px;
}
body#wallpaper ul#gNav li.navi03 a {
	background-position: -137px -44px;
}
body#mailmagazine ul#gNav li.navi04 a {
	background-position: -240px -44px;
}
/*body# ul#gNav li.navi05 a {
	background-position: -373px -44px;
}
body# ul#gNav li.navi06 a {
	background-position: -581px -44px;
}*/
body#picturebook ul#gNav li.navi07 a {
	background-position: -683px -44px;
}
body#aboutopupon ul#gNav li.navi08 a {
	background-position: -802px -44px;
}







/*
Category Title and BREAD ----------------------------------------*/

#h2area {
	width:940px;
	margin:0 auto;
	height:135px;
}
#h2area h2 {
	width:500px;
	height:80px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}
#h2area h2.picturebook {
	background:url(../images/picturebook/h2_picturebook.gif) no-repeat left top;
}
#h2area h2.aboutpoupon {
	background:url(../images/aboutpoupon/h2_aboutpoupon.gif) no-repeat left top;
}
#h2area h2.item {
	background:url(../images/wallpaper/h2_item.gif) no-repeat left top;
}
#h2area h2.mailmagazine {
	background:url(../images/mailmagazine/h2_mailmagazine.gif) no-repeat left top;
}
#h2area h2.sitemap {
	background:url(../images/sitemap/h2_sitemap.gif) no-repeat left top;
}
#h2area h2.pickup {
	background:url(../images/pickup/h2_pickup.gif) no-repeat left top;
}

#h2area p {
	height:20px;
	overflow:hidden;
	color:#fff;
	letter-spacing:1px;
	text-align:right;
	padding-right:3px;
/*	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	line-height:19px;
	font-size:84%
}
#h2area p a {
	color:#FFF;
	text-decoration:none;
}
#h2area p a:hover {
	text-decoration:underline;
}


/* ==========================================================================================================

	 footer
 
============================================================================================================*/

#footer {
	width:auto;
	height:142px;
	padding-top:31px;
	background:url(../images/common/bg_footer.gif) repeat-x left 17px;
	clear:both;
}
#footer .footer_in {
	margin:0 auto;
	width:940px;
}
#footer .totop {
	text-align:right;
	display:block;
	height:31px;
}
#footer .link {
	text-align:right;
	display:block;
	height:47px;
	font-size:85%;
	line-height:30px;
	letter-spacing:1px;
/*	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
}
#footer .link a {
	color:#333333;
	text-decoration:none;
}
#footer .link a:hover {
	text-decoration:underline;
}
#footer .copy {
	text-align:right;
}


.small { font-size:80%;} 
.medium {font-size:100%;}
.large { font-size: 120%;}


