@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #DBDBDB;
	margin: 0;
	padding: 0;
	color: #000;
}
#wrapper{padding-top:10px;
	width:1000px;
	background-image:url(img/paper.png);
	margin:0 auto;
		}

a img { 
	border: none;
}


/* ----------------------------------------------------------------------- */
/* ~~ float/clear クラス ~~ */
.right { 
	float: right;
}
.left { 
	float: left;
}
.clearboth { 
	clear:both;
}


/* ----------------------------------------------------------------------- */
/* ~~ コンテンツ【トップ以外の右枠】~~ */
#content {
	width:100%;
}
#content-right640 {
	width:640px;
	float:right;
	margin-right:30px;
}
#content-right-inbox {
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}
#content-left {
	width:740px;
	height:600px;
	float:right;
	background-repeat: no-repeat;
	background-position:top left;
	margin-right:30px;
}
#back img{margin-top:40px;}

/* ----------------------------------------------------------------------- */
/* ~~ コンテンツ【コミック】~~ */
#content-leftmenu{
	width:320px;
	float:left;
}
#menu-txt{
	width:260px;
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	display: block;
	float: left;
	margin-top:10px;
	margin-left:40px;
}
#menu a {
	width:240px;
	height:65px;
	font-size: 1.2em;
	line-height: 65px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image:url(img/husen.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top:10px;
	margin-left:40px;
}
#menu-long a {
	width:400px;
	height:65px;
	font-size: 1.2em;
	line-height: 65px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image:url(img/husen-long.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top:5px;
}
#menu-long2 a {
	width:400px;
	height:65px;
	font-size: 1.2em;
	line-height: 65px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-image:url(img/husen-long2.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-top:5px;
}
#menu-long2.margin25px a {margin-top:25px;}


/* ----------------------------------------------------------------------- */
/* ~~ コンテンツ【絵本】~~ */
#content-ehon {
	width:100%;
	height:600px;
	background-image:url(img/top-ehon.png);
	background-repeat: no-repeat;
	background-position:bottom left;
}

/* ----------------------------------------------------------------------- */
/* ~~ コンテンツ【トップ】~~ */
#content-top {
	width:100%;
	height:600px;
	background-image:url(img/top-usagi.png);
	background-repeat: no-repeat;
	background-position:bottom left;
}
#news {
	width:680px;
	height:600px;
	float:right;
	background-image:url(img/top-news.png);
	background-repeat: no-repeat;
	background-position:top left;
}
#news-right {
	width:210px;
	height:470px;
	float:right;
	margin:50px 30px 0 0;
}
#news-left {
	width:434px;
	height:466px;
	float:left;
	margin-top:50px;
}
#news-1 {
	width:434px;
	height:150px;
	padding-bottom:10px;
}
#news-2 {
	width:434px;
	height:150px;
}

/* ----------------------------------------------------------------------- */
/* ~~ コンテンツ【LINEスタンプ】~~ */
#content-stamp {
	width:100%;
	height:600px;
	background-image:url(img/top-stamp.png);
	background-repeat: no-repeat;
	background-position:bottom left;
}
#stampbox {
	width:630px;
	float:left;
	margin-top:10px;
	margin-bottom:30px;
}
#rightbox {
	width:210px;
	float:right;
	margin-top:50px;
}







/*ナビ
-----------------------------------------*//* 
/* ~~ サイトのリンクのスタイル付け~~ */

#navi {
	width: 100%;
	height:190px;
	background-image:url(img/navi.png);
	background-repeat:no-repeat;
}

#nav { list-style-type: none; }
#nav a {
	font-size: 1.2em;
	line-height: 38px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	display: block;
	padding-top: 60px;
	width:100px;
	float: left;
	margin-top:50px;
}
#nav a:hover{border-radius:10px;}
#nav a.nav-top{
	background-image:url(img/nav-top.png);
	background-repeat:no-repeat;
	margin-left:67px;
}
#nav a:hover.nav-top{ background-color: #EBBE0A; 
	background-image:url(img/nav-top.png);}
#nav a.nav-stamp{
	background-image:url(img/nav-stamp.png);
	background-repeat:no-repeat;
}
#nav a:hover.nav-stamp{ background-color: #EBBE0A; 
	background-image:url(img/nav-stamp.png);}
#nav a.nav-ehon{
	background-image:url(img/nav-ehon.png);
	background-repeat:no-repeat;
}
#nav a:hover.nav-ehon{ background-color: #EBBE0A; 
	background-image:url(img/nav-ehon.png);}
#nav a.nav-game{
	background-image:url(img/nav-game.png);
	background-repeat:no-repeat;
}
#nav a:hover.nav-game{ background-color: #EBBE0A; 
	background-image:url(img/nav-game.png);}
#nav a.nav-comic{
	background-image:url(img/nav-comic.png);
	background-repeat:no-repeat;
}
#nav a:hover.nav-comic{ background-color: #EBBE0A; 
	background-image:url(img/nav-comic.png);}
#nav a.nav-note{
	background-image:url(img/nav-note.png);
	background-repeat:no-repeat;
	margin-left:80px;
}
#nav a:hover.nav-note{ background-color: #EBBE0A; 
	background-image:url(img/nav-note.png);}
#nav a.nav-work{
	background-image:url(img/nav-work.png);
	background-repeat:no-repeat;
}
#nav a:hover.nav-work{ background-color: #EBBE0A; 
	background-image:url(img/nav-work.png);}
#nav a.nav-contact{
	background-image:url(img/nav-contact.png);
	background-repeat:no-repeat;
}
#nav a:hover.nav-contact{ background-color: #EBBE0A; 
	background-image:url(img/nav-contact.png);}


#index #nav a:nth-child(1) a,
#tool #nav a:nth-child(2) a,
#catalog #nav a:nth-child(3) a,
#common #nav a:nth-child(4) a,
#entry #nav a:nth-child(5) a,
#access #nav a:nth-child(6) a{
	background-color:#efde25;
}
nav {
	display:none;
}


/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */


/*フッター
------------------------------------------------------------------------------------------------------------------------------*/
#footer {
	background-color: #DBDBDB;
	clear: both;
	width:100%;
}
#footer address {
	font-size: 0.75em;
	font-style: normal;
	line-height: 40px;
	color: #FFFFFF;
	text-align: center;
}

/* ----------------------------------------------------------------------- */
/* JQuery:topへ戻る ------------*/

div.tothetopfixed {
	position: fixed;
	right: 20px;
	bottom: 5px;
	z-index: 1500;
}	

div.tothetopfixed a {
	display: block;
	font-weight: bold;
	color: #ccc;
	padding: 10px;
	margin: 0;
	background-color: #333;
	border-radius: 5px;
	font-size: 0.8em;
	text-decoration:none;
}

div.tothetopfixed a:hover {
	background: #666;
	color: #fff;
}
<!--- end -->