@charset "Shift_JIS";

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

しかけえほんWebサイト　style.css

Created : 2007.1.
Modified : 

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

/*全体---*/
	
* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}
	
h1, h2, h3, h4 {
	font-weight: normal;
	font-size: 10pt;
}

body {
	background-color: #CCFFFF;
	text-align: center;
	font-size: 10pt;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 140%;
	padding-top: 5px;
}
	
a			    { text-decoration: none; color:#666666; }
a:link			{ text-decoration: none; color:#666666; }
a:visited		{ text-decoration: none; color:#666666; }
a:active		{ text-decoration: none; color:#666666; }
a:hover			{ text-decoration: none; color:#0000FF; }

/*TOP ページ---*/
#top-container {
	width :760px;
	margin-right: auto;
	margin-left: auto;
	background: #66CCFF url(../img/top-bg.gif) no-repeat left top;
	text-align: center;
	margin-top: 5px;
}

/*TOP ヘッダー---*/

#top-header {
	width :760px;
	height: 135px;
	padding: 10px 0px 0px;
}
/*TOP 左列　---*/
#side-bar {
	width: 300px;
	float: left;
	margin-left: 20px;
}
#side-bar-top {
	background-image: url(../img/side-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	width: 300px;
}
#side-bar-cnt {
	background-color: #FFFFCC;
	padding-right: 8px;
	padding-left: 8px;
}
#side-bar-new {
	border: 3px dotted #FFCC00;
	padding: 30px 10px 10px 10px;
	background-image: url(../img/new.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
}
#side-bar-new h3 {
	font-weight: bold;
	font-size: 11pt;
}
#side-bar-new img {
	margin-top: 3px;
	margin-bottom: 3px;
}
#side-bar-prf {
	border: 3px dotted #FFCC00;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side-bar-prf em{
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
#side-bar-copy {
	font-size: 9pt;
	padding-top: 10px;
}
#side-bar-btm {
	background-image: url(../img/side-bg-btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 300px;
}

/*ブログパーツ---*/
.blgp{
	text-align: center;
	padding-top: 10px;
}
.blgp p{
	width: 200px;
	border: thin dotted #999999;
	text-align: left;
	padding: 5px;
	margin-top: 10px;
	font-size: 8pt;
	line-height: 120%;
	margin-right: auto;
	margin-left: auto;
}


/*TOP 右列　メニュー---*/
#menu-bar {
	width: 370px;
	float: right;
	margin-right: 20px;
	margin-top: -105px;
}
#menu-bar-top {
	width: 370px;
	height: 100px;
	background-image: url(../img/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu-bar-cnt {
	width: 370px;
	background-color: #FFFFCC;
	text-align: left;
}
#menu-bar-cnt img {
	padding-right: 5px;
	vertical-align: middle;
}
#menu-bar-cnt ul {
	list-style-type : none;
}
#menu-bar-cnt li a,link,visited,active	 	{
	display: block;
	padding-left: 40px;
	font-size: 11pt;
	font-weight: bold;
	height: 35px;
}
#menu-bar-cnt li a:hover			{
	display: block;
	background-image: url(../img/tento.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-size: 11pt;
	font-weight: bold;
	height: 35px;
}

#menu-bar-btm {
	height: 20px;
	width: 370px;
	background-image: url(../img/menu-bg-btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/*TOP フッター---*/
#footer {
	clear: both;
	text-align: left;
	font-size: 8pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-bottom: 5px;
	letter-spacing:0.3em;
}
/*Flashページ---*/
#flh-container {
	width :760px;
	margin-right: auto;
	margin-left: auto;
	background: #66CCFF;
	text-align: center;
}

/*Flashページ ヘッダー---*/
#flh-header {
	width :760px;
	height: 60px;
	padding: 10px 0px 0px;
	background-image: url(../img/flh-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#flh-header img{
	float: left;
	padding-left: 15px;
}
#flh-header a,link,visited,active{
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	float: right;
	padding-top: 13px;
	padding-right: 65px;
}
#flh-header a:hover{
	font-weight: bold;
	color: #0000FF;
	display: block;
	float: right;
	padding-top: 13px;
	padding-right: 65px;
}
/*Flashコンテンツ---*/
#flh-cnt {
	padding-bottom: 10px;
}

/*シールページ---*/
#seal-cnt {
	background-color: #FFFFCC;
	margin: 20px;
	padding: 20px;
}
#seal-seal1 {
	float: left;
	padding-left: 50px;
	padding-bottom: 10px;
}
#seal-seal2 {
	float: right;
	padding-right: 50px;
	padding-bottom: 10px;
}
#seal-come1 {
	text-align: left;
	padding: 20px;
	font-size: 12pt;
	line-height: 150%;
}
#seal-come2 {
	clear: both;
	text-align: left;
	margin: 10px;
	border: thin dotted #CCCCCC;
	padding: 10px;
	font-size: 9pt;
}
#seal-come2 img {
	vertical-align: middle;
}
#seal-come2 em {
	font-style: normal;
	font-weight: bold;
}