@charset "utf-8";
/* CSS Document */

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

Style Name: base.css
Since:      2010-07-10
Modified:   2010-07-10
Version:    1.0
Auther:     Hironori Kurokawa[www.hironorikurokawa.com]

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

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

basic settings

------------------------------------------*/
html {
	height : 100%;
}

body{
	font-size:0.8em;
	color:#fff;
	line-height:1.7em;
	background:url(../images/common/bg.png) repeat-x left top #F5E6B7;
}

a.img_thumb img {
	padding:5px;
	border:1px solid #ccc;
}

a:hover.img_thumb img {
	border:1px solid #FF0;
}

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

/basic settings

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

div#wrapper{
	margin:0 auto;
	height:100%;
	width:980px;
	background:url(../images/common/contents_bg.png) repeat-y left top;
}

div#header{
	background:url(../images/common/header/key_visual.png) no-repeat 20px top;
	height:562px;
	padding:0 20px;
	position:relative;
}

	div#header h1 {
		position:absolute;
		top:0px;
		left:20px;
	}
	
	div#header p#header_catchcopy {
		position:absolute;
		top:38px;
		left:378px;
	}
	
	div#header p#header_subtitle {
		position:absolute;
		top:138px;
		left:390px;
	}

	div#header p#header_appstore_btn {
		width:517px;
		position:absolute;
		top:407px;
		left:401px;
	}
	
	div#header p#header_bookshelf_btn {
		width:517px;
		position:absolute;
		top:425px;
		left:401px;
	}
	
	div#header p#header_appstore_btn2 {
		width:517px;
		position:absolute;
		top:350px;
		left:401px;
	}

	div#header p#header_hitsuji {
		width:470px;
		position:absolute;
		top:0px;
		left:490px;
		display:none;
	}
	
	div#header_menu {
		position:absolute;
		top:489px;
		left:20px;
		background:url(../images/common/menu/indexmenu_bg.png) repeat-x;
		height:73px;
		width:940px;
	}

div#contents {
	margin:0 20px;
	padding-bottom:20px;
	background:url(../images/common/maincnt_bg.png) repeat-x top left;
}

	div#sidebar {
		width:250px;
		float:left;
		padding-left:17px;
	}
		
		div#sidebar p {
			margin-top:20px;
		}

	div#maincnt {
		width:623px;
		float:right;
		padding-right:15px;
		padding-left:35px;
	}
	
		div#maincnt h3 {
			margin-top:20px;
			margin-bottom:20px;
		}
				
		p#maincnt_appstore_btn {
			text-align:right;
			margin-right:35px;
			margin-top:35px;
		}
		
		p#maincnt_pagetop_btn {
			text-align:right;
			margin-right:10px;
			margin-top:100px;
		}

		
div#footer{
	height:40px;
	margin:0 20px;
	padding-bottom:20px;
	background:#180E0C;
	position:relative;
}
	
	div#footer p{
		position:absolute;
		bottom:20px;
		left:320px;
	}
	
/* ========================================================================== */
	/* febe */
		p#febe_btn {
			text-align:right;
			margin-right:35px;
			margin-top:35px;
			}
		div#wrapper div#footer {
			-moz-background-clip:border;
			-moz-background-inline-policy:continuous;
			-moz-background-origin:padding;
			background:#180E0C none repeat scroll 0 0;
			height:50px;
			padding-bottom:20px;
			position:relative;
			margin-top: 1;
			margin-right: 20px;
			margin-bottom: 0;
			margin-left: 20px;
			padding-top: 20px;
		}

		div#wrapper div#footer p{
		text-align: center;
		margin-top:10px;
	}
		div#wrapper div#footer a{
		margin-top:10px;
		color: #FFFFFF;
	}
		div#wrapper div#footer a:hover{
	margin-top:10px;
	color: #FFFFFF;
	text-decoration: none;
	}
#side_follow/* side */
	 {
	margin-right: 10px;
	float: left;
	}
#botan {
	margin-top: 10px;
	margin-bottom: 10px;
}

