@charset "UTF-8";
/* CSS Document------------------------------  */
@import url(http://swwwitch.com/css/sw.css);
body {
	line-height: 1.7;
	color: #454545;
	margin: 0px;
	padding: 0px 0px 20px;
	background: #AABACA url(../images/sample.jpg) no-repeat center top;
	font-size: 14px;
}
* html td, * html th {
	font-size: 75%;
}

/*見出し*/

h1, h2, h3, h4 {
	font-size:100%;
	color: #000;
	clear:both;
}
.hidden {
	display: none;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* リンク
------------------------------  */

a, a:link, a:link:visited {
	color: #666;
	background-color: transparent;
}
a:hover, a:visited:hover {
	color: #093;
}
a:link, a:visited, a:active {
	outline: none;
}
/**/

p {
	margin: 0.5em 0px 1em;
}
/* layout------------------------------  */

#container {
	width: 818px;
	margin: 0px auto;
	padding: 0;
	background: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; /* For Firefox */
	-moz-border-radius-bottomright: 10px; /* For Firefox */
	-webkit-border-bottom-left-radius: 10px; /* For Safari */
	-webkit-border-bottom-right-radius: 10px; /* For Safari */
	opacity: 0.9;
	border: 1px solid #AABACA;
}


/* main*/

#main {
	float: left;
	width: 530px;
	margin-left: 20px;
	padding-bottom: 20px;
}
* html #main {
	display: inline;
}
#main h2 {
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CED6E0;
	padding-bottom: 10px;
}

/*sub*/

#sub {
	float: right;
	width: 230px;
	margin-right: 20px;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
* html #sub {
	display: inline;
}
#sub h2 {
	text-align: center;
	margin-bottom: 10px;
}
#sub ul {
	margin: 0px;
	padding: 10px 10px 7px;
	background: #E0E0E0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#sub ul li {
	list-style: none;
	margin: 0px 0px 1px;
	padding: 0px;
}

/* header */

#header {
	padding: 20px 20px 0px;
	position: relative;
	height: 130px;
}
#header h1, #header p {
	margin: 0px 20px 0px 0px;
}
#header ul {
	position: absolute;
	left: 30px;
	top: 121px;
	margin-right: auto;
	margin-left: auto;
}
* html #header ul {
	left: 20px;
}
#header ul li {
	float: left;
	list-style: none;
	margin-right: 4px;
}
* html #header ul li {
	display: inline;
}
#bgn_logo {
	position: absolute;
	top: 20px;
	right: 20px;
}
#top-header {
	height: 380px;
	background: url(../images/content-bg.gif) no-repeat;
	margin: 0px 20px 20px;
	border: 1px solid #FFF;
}
#top-header p {
	margin: 0px;
	padding: 0px;
}
#bookvover {
	position: absolute;
	top: 6px;
	left: 609px;
}
* html #bookvover {
	left: 589px;
}
#booktitle {
	position: absolute;
	top: 20px;
	left: 41px;
}
* html #booktitle {
	left: 21px;
}
#yuucopy {
	position: absolute;
	left: 40px;
	top: 159px;
}
* html #yuucopy {
	left: 20px;
}
ul#authors {
	position: absolute;
	left: 36px;
	top: 267px;
	margin: 0px;
	padding: 0px;
}
* html ul#authors {
	left: 21px;
}
ul#authors li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
	overflow: hidden;
	list-style: none;
}
#contents {
	position: relative;
}
#contents h1, body#blog p#blog-title {
	padding: 10px 10px 10px 30px;
	border-top: 2px solid #E6E6ED;
	border-bottom: 5px solid #838AA7;
	margin: 0px 0px 10px;
	background: #EAEBF0;
	font-size: 166%;
	color: #4E5364;
	font-weight: bold;
}

/*footer*/

#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ABBACA;
}

/* profile */

div.profile {
	padding: 0px 15px 15px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
#main ul li {
	list-style: none;
	margin: 0px 0px 0px 20px;
	background: url(http://cssnite.jp/images/bullet_04.gif) no-repeat 0px 8px;
	padding: 0px 0px 0px 8px;
}

/* pages */

ul#page-list {
	margin: 10px auto;
}
ul#page-list li {
	list-style: none;
	float: left;
	display: block;
	height: 25px;
	width: 25px;
	text-align: center;
	background: #ccc;
	line-height: 25px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border: 1px solid #CCC;
}
ul#page-list li span {
	font-weight: bold;
	display: block;
	height: 25px;
	width: 25px;
	padding: 0px;
	background: #333;
	color: #fff;
}
ul#page-list li a {
	text-decoration: none;
	color: #333;
	background: #fff;
	display: block;
	height: 25px;
	width: 25px;
	margin: 0px;
	padding: 0px;
}
ul#page-list li span a {
	font-weight: normal;
	background: #fff;
}
ul#page-list li a:hover, ul#page-list li span a:hover {
	color: #FFF;
	background-color: #093;
}

/* btn */

p.readMore, p.entry-more-link {
	text-align: right;
}
p.readMore a, p.entry-more-link a {
	/*background: url(/images/readMoreIcon.gif) no-repeat 3px 1px;*/
	/*padding: 2px 6px 2px 22px;*/
	color:#fff;
	background-color: #AABACA;
	padding: 3px 8px;
	display: inline-block;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
p.readMore a:hover, p.entry-more-link a:hover {
	background: #4E5364 url(/images/btn_bg.png) no-repeat center top;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #4E5364;
}
* html p.readMore a:hover, * html p.entry-more-link a:hover {
	background: #093 none;
	text-decoration: none;
	color: #FFF;
	border: 1px solid #093;
}

/* mt-entry */

p.entry-footer, div.asset-footer {
	font-size: 12px;
}
div.user-pic img {
	float:left;
	margin: 10px 10px 10px 0px;
}
div.comment {
	font-size: 14px;
	padding: 15px;
	border: 1px solid #AABACA;
	margin-top: 15px;
}
span.furigana {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

/* pagetop */

#pagetop {
	clear: both;
	border-top: 1px solid #ccc;
}
#pagetop p {
	text-align: right;
	margin: 0px;
}
* html #pagetop p {
	text-align: center;
}
#pagetop p a {
	display: block;
	text-decoration: none;
	padding: 5px 20px 5px 0px;
	color: #CCCCCC;
}
* html #pagetop p a {
	width: 100%;
}
#pagetop p a:hover {
	color: #FFFFFF;
	background: #4E5364;
}
#feeds {
	clear: both;
	margin: 20px;
	padding: 0 20px 20px;
	border: 1px solid #CCC;
}
#feeds h3{
	margin: 20px 0px 10px 20px;
	background: #E0E0E8;
	padding: 5px 10px;
}
#feeds ul li {
	list-style: none;
	margin: 0px 0px 0px 40px;
	background: url(http://cssnite.jp/images/bullet_04.gif) no-repeat 0px 8px;
	padding: 0px 0px 0px 8px;
}
