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

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

/***  基本設定  ***/

body {
	color: #FFE;
	background-color: #99CCFF;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Osaka, Verdana, sans-serif;
	font-size :12px;
	letter-spacing: 0.02em;
	line-height: 160%;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: none;
	vertical-align: bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

li {
	list-style: none outside none;
}

a:link ,
a:visited {
	color: #FFE;
	text-decoration: none;
	outline: none;
}

a:hover ,
a:active {
	color: #CCC;
	text-decoration: underline;
	outline: none;
}

address, caption, em, strong, th {
	font-style: normal;
	font-weight: normal;
}

.pan {
	font-size: 10px;
	margin: 0 0 15px 5px;
	color: #999;
}

.black {
	color: #000;
}

.al_righit {
	text-align: right
}

.clr {
	clear: both;	
}

.wlf {
	margin-bottom: 1em;
}

.bold {
	font-weight: bold;
}

/*** 共通項目 ***/

#page_head , #footerbar {
	width: auto;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	background-color: #FFF;
	color: #66F;	
	text-align: center;
}

#page_head {
	margin-bottom: 20px;	
}


#wrapper {
	width: 920px;
	height: auto;
	margin: 0 auto;
	text-align: center
}

#header {
	width: 920px;
	height: auto;
}

#footerbar {
	font-style: italic;
}

#contents {
	clear: both;	
	width: 920px;
	height: auto;
	padding-top: 20px;
}

#footer {
	clear: both;
	width: 920px;
	height: auto;
	font-size: 13px;
	padding-top: 40px;
	text-align: center;
	color: #666;
}

#footer a:link ,
#footer a:visited {
	color: #666;
}

.b_title {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", serif;
}


/*** side box ***/

#side_box {
	width: 300px;
	height: auto;
	margin: 0;
	float: left;
}

#side_box .btn a {
	width: 300px;
	height: 50px;
	display: block;
	background-image: url(../images/side_btn_off.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFE;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
}

#side_box .btn a:hover {
	background-image: url(../images/side_btn_on.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#side_box .btn_b a {
	width: 300px;
	height: 50px;
	display: block;
	background-image: url(../images/side_btn_b_off.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFE;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
}

#side_box .btn_on {
	width: 300px;
	height: 50px;
	display: block;
	background-image: url(../images/side_btn_on.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFE;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
}

#side_box .btn_b a:hover {
	background-image: url(../images/side_btn_b_on.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#side_box .book_box {
	width: 300px;
	height: 140px;
	text-align: center;
	margin-top: 10px;
	font-size: small;
	overflow:hidden;
}

#side_box .other_box {
	width: 300px;
	height: 100px;
	text-align: center;
	margin-top: 10px;
	overflow:hidden;
}

#side_box #thoughts {
	font-size: small;
}

#side_box .book_box a:link ,
#side_box .book_box a:visited {
	color: #666;
}

#side_box #thoughts a:link ,
#side_box #thoughts a:visited {
	color: #D00;
	text-decoration: underline;
}

#side_box #thoughts a:hover {
	color: #D66;	
}

#side_box #store {
	padding-top: 20px;
	padding-left: 50px;
	text-align: left;
	font-size: small;
	color: #333;
}

#side_box #store a:link ,
#side_box #store a:visited {
	color: #666;
}

#side_box #store li {
	list-style: disc inside;
}

/*** main box ***/

#main_box {
	width: 600px;
	float: right;
}

#main_box h2 {
	background-image: url(../images/page_title.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #28F;
	color: #FFE;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 50px;
	margin-bottom: 10px;

	text-shadow: 1px 1px 1px #999;
	behavior: url(http://www.inbasket-idea.net/hitogara/css/ie-css3.htc);
}

#main_box .columtop,
#main_box .columend {
	margin: 0;
	padding: 0;
	display: block;
	width: 600px;
	height: 25px;
}


#main_box .white_box {
	width: 580px;
	height: auto;
	padding: 0 10px;
	background-color: #FFF;
	text-align: justify;
	color: #000;
}

#main_box h3 {
	color: #FFE;
	background-color: #28F;
	border-width: 0 3px 0 3px;
	border-color: #00D;
	border-style: solid;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bold;
	text-indent: 1em;
	line-height: 1.6em;
	margin-bottom: 5px;
}

#main_box p {
	font-size: small;
	color: #000;
	line-height: 2em;
}

#main_box p strong {
	font-weight: normal;
}

#main_box ul li {
	list-style: inside disc;
	font-size: small;
	color: #000;
	line-height: 2em;
}

#main_box dl dt {
	font-size: 13px;
	width: 56px;
	height: 22px;
	padding: 1px 0;
	line-heigit: 22px;
	display: block;
	clear: both;
	float: left;
	text-align: center;
	background-image: url(../images/an_mat.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#main_box dl dd {
	font-size: 13px;
	width: auto;
	height: 22px;
	line-heigit: 22px;
	padding: 1px 0;
	display: block;
	text-indent: 1em;
}


#main_box .written {
	color: #000;
	border-bottom: #999 1px solid;
}

#main_box .written span{
	font-size: smaller;
}

#main_box a:link ,
#main_box a:visited {
	color: #4EA5DB;
}

#main_box a:hover {
	color: #00F;
}

#main_box .basket {
	width: 100px;
	height: 100px;
	padding-right: 20px;
}

/*----- index  -----*/


#index_top {
	width: 920px;
	height: auto;
}

#book {
	width: 300px
	height: 440px
	padding: 0;
	padding: 0 50px;
	display: block;
	float: left;
}

#title {
	width: 450px;
	height: auto;
	float: right;
	text-align: left;
}

#title p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	color: #FFE;
}

#title h1 span {
	color: #FFE;
	font-size: 50px;
	font-weight: normal;
	line-height: 1.2em;
	text-shadow: 1px 2px 0px #999;
}

#title .code , #title .price {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

#title .price {
	padding-bottom: 10px;
}
 
#title .status {
	color: #000;
	font-size: 15px;
}

#banner {
	width: 750px;
	height: 70px;
	padding-top: 20px;
	margin: 0 auto;
	clear: both;
}

#banner .banner_box {
	width: 250px;
	height: 60px;
	margin: 0 auto;
	float: left;
}


#topics {
	width: 600px;
	height: 200px;
	padding: 0;
	margin-top: 20px;
	background-color: #28F;
}

#topics h3 {
	color: #FFE;
	background-image: url(../images/page_title.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #28F;
	border: none;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	font-weight: bold;
	text-indent: 1em;
	line-height: 1.6em;
	margin-bottom: 5px;

}

#topics ul{
	width: 580px;
	padding: 0 10px;
}


#topics ul li {
	list-style-type: disc;
	list-style-position: inside;
	border-width : 0 0 1px 0;
	border-color: #FFF;
	border-style: dotted;
	font-size: small;
	text-align: left;
	text-indent: 1em;
	color: #FFE;
}

#topics ul li a:link ,
#topics ul li a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#topics ul li a:hover {
	color: #F60;
}

#er404 {
	padding: 50px 0;
	text-align: center;
}

.like {
	width: 600px;
	float: right;
	height: 25px;
	padding-top: 5px;
}

.like ul .tw {
	width: 80px;
	float: left;
	list-style: none;
}

.like ul .fb {
	width: 140px;
	float: left;
	list-style: none;
}

.like ul .gl {
	width: 80px;
	float: left;
	list-style: none;
}

.like ul .yh {
	width: 120px;
	float: left;
	list-style: none;
}

.like ul .hate {
	width: 100px;
	float: left;
	list-style: none;
}
