

/* --------------------------------------
 COMMON
-------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 12px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	color: #333;
	line-height: 165%;
	background: #FFF;
	border-top: 10px solid #EE1F64;
	}

img {
	border: 0;
	}

span.alt {
	display: none;
	}

.box {
	clear: both;
	padding: 20px 0;
	}


/* --------------------------------------
 LINK COLOR
-------------------------------------- */

a:link {
	color: #ED2065;
	text-decoration: underline;
	}
a:visited {
	color: #ED2065;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	background: #ED2065;
	text-decoration: none;
	}



/* --------------------------------------
 LAYOUT
-------------------------------------- */



/* --------------------------------------
 Header
-------------------------------------- */

#header {
	position: relative;
	width: 100%;
	}

#logo a {
	width: 150px;
	height: 80px;
	}


/* --------------------------------------
 Menu
-------------------------------------- */

#menu {
	float: right;
	}

#menu ul {
	list-style-type: none;
	width: 240px;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#menu ul li {

	}

#menu li a {
	position: absolute;
	top: 0px;
	width: 80px;
	height: 80px;
	float: left;
	display: block;
	}

#menu li.report a {
	background: url(/konboku/bookreport/image/menu/report_nomal.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#menu li.post a {
	background: url(/konboku/bookreport/image/menu/post_nomal.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 80px;
	}
#menu li.trackback a {
	background: url(/konboku/bookreport/image/menu/trackback_nomal.gif) no-repeat;
	position: absolute;
	top: 0px;
	left: 160px;
	}

#menu li.report a:hover { background: url(/konboku/bookreport/image/menu/report_hover.gif) no-repeat; }
#menu li.post a:hover { background: url(/konboku/bookreport/image/menu/post_hover.gif) no-repeat; }
#menu li.trackback a:hover { background: url(/konboku/bookreport/image/menu/trackback_hover.gif) no-repeat; }

body#report #menu li.report a { background: url(/konboku/bookreport/image/menu/report_here.gif) no-repeat; }
body#post #menu li.post a { background: url(/konboku/bookreport/image/menu/post_here.gif) no-repeat; }
body#trackback #menu li.trackback a { background: url(/konboku/bookreport/image/menu/trackback_here.gif) no-repeat; }



/* --------------------------------------
 Common
-------------------------------------- */

h2 {
	margin: 0 0 20px 20px;
	color: #666;
	}

.lead {
	margin: 0 0 20px 0;
	text-align: center;
	}

#copy {
	text-align: center;
	color: #666;
	font-size: 11px;
	margin: 0 0 20px 0;
	}

/* --------------------------------------
 Index
-------------------------------------- */

#index .box {
	margin: 40px 20px 20px 20px;
	}
#index .box img {
	border: 3px solid #EEE;
	margin: 0 0 10px 0;
	}

/* --------------------------------------
 Buy
-------------------------------------- */
#buy .box {
	margin: 0 20px;
	}
#buy .box img {
	border: 3px solid #EEE;
	margin: 0 0 10px 0;
	}

/* --------------------------------------
 Contact
-------------------------------------- */
#contact .box {
	margin: 0 20px;
	}


/* --------------------------------------
 Comment
-------------------------------------- */

.comment_body {
	border-top: 1px solid #CB266F;
	border-bottom: 1px solid #CB266F;
	margin: 10px 0 10px 20px;
	padding: 20px 30px 20px 30px;
	font-size: 14px;
	background: #F05D9C url(/konboku/bookreport/image/obi.gif) repeat-y left;
	color: #FFF;
	}

.comment_body p {
	margin: 10px 0;
	}

.comment_foot {
	margin: 20px 0 0 0;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	}
	.comment_foot a:link,
	.comment_foot a:hover,
	.comment_foot a:visited {
		color: #FFF;
		text-decoration: underline;
		}

.paginate {
	border-top: 1px solid #CCC;
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	}


/* --------------------------------------
 Post
-------------------------------------- */

#post form {
	margin: 10px 20px;
	}

#post form input,
#post form textarea {
	border: 1px solid #666;
	padding: 5px;
	background: #F5F5F5;
	font-size: 11px;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック', sans-serif;
	}

#comment-author {
	width: 150px;
	margin-bottom: 10px;
	}

#comment-email {
	width: 300px;
	margin-bottom: 10px;
	}

#comment-url {
	width: 300px;
	margin-bottom: 10px;
	}

#comment-text {
	width: 350px;
	height: 200px;
	}

#comment-preview {
	border: 3px solid #999;
	color: #666;
	}

#comment-post {
	border: 3px solid #333;
	color: #000;
	}

.button_area {
	margin: 10px 0 0 0;
	}


blockquote {
	border: 1px solid #F4549B;
	margin: 0 20px 20px 20px;
	padding: 10px;
	text-align: center;
	}

.thanks {
	margin: 0 0 0 20px;
	}

/* --------------------------------------
 Trackback
-------------------------------------- */

#trackback .trackbackurl {
	margin: 20px;
	padding: 10px;
	border: 2px solid #CCC;
	}

#trackback .tb {
	margin: 0 20px 10px 20px;
	padding: 10px;
	border: 1px solid #CCC;
	}

#trackback .tb .footer {
	border-top: 1px solid #CCC;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	}



