@charset "Shift_JIS";

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

 0.Default
 
-------------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

li {
	list-style:none;
}

br {
	letter-spacing:0;
}

span.non {
	display:none;
}

.clr {
	clear:both;
}

a {
	color:#666666;
	text-decoration:underline;
	overflow:hidden;
	outline:none;
}

a:hover {
	color:#666666;
	text-decoration:none;
}


.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
	line-height: 0;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* for macIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end of for macIE */



/* テキスト系 */
.txtPink {
	color:#e50a70;
}

.txtRed {
	color:#d78766;
}

.txtS {
	font-size:10px;
}

.txtBold {
	font-weight:bold;
}

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

 1.Base
 
-------------------------------------------------------------------- */
html {
}

body {
	background:#999999;
	font-family:Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:12px;
	color:#666666;
	line-height:140%;
	text-align:center;
}

table {
	font-family:Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size:12px;
	color:#666666;
	line-height:140%;
}

div#wrapper {
	width:960px;
	margin:30px auto 0;
	background:#fff;
	text-align:left;
}


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

 2.Header
 
-------------------------------------------------------------------- */
#header {
	height:35px;
	padding:0 15px;
}

#header h1 {
	float:left;
	width:160px;
	padding-top:10px;
}

#header p {
	float:left;
	padding-top:15px;
}


/* Header Menu */
#headerMenu {
	border-top:#ccc solid 1px;
	border-bottom:#ccc solid 1px;
	height:19px;
}

#headerMenu li {
	float:left;
	background:url(../images/m_line.gif) no-repeat left top;
	padding-left:1px;
}

#headerMenu li.books {
	background:none;
	padding-left:0px;
}


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

 3.Copyright
 
-------------------------------------------------------------------- */
#copyright {
	width:960px;
	text-align:left;
	padding:8px 0;
	color:#fff;
	font-size:10px;
	margin:0 auto;
}



