/*===============================
共通タグ指定
================================*/

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #ABCCA6;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #CC3399;
	text-decoration: none;
}
a:visited {
	color: #827859;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
.f12 {
	font-size: 12px;
	line-height: 16px;
}
.f14{
	font-size: 14px;
	line-height: 20px;
}
.f16{
	font-size: 16px;
	line-height: 22px;
}
.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	height: 1px;
}


/*===============================

ヘッダー

================================*/

#HEAD {
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
/*	background-image: url(image-site/header_image_bg.gif);*/
	background-repeat: no-repeat;
}
#HEAD #Inside {
	height: 195px;
	width: 838px;
	position: relative;
	margin: 0px auto;
/*	background-image: url(image-site/header_image_bg.jpg);*/
	background-repeat: no-repeat;
	padding: 0px;
}
#LOGO {
	position: absolute;
	left: 0px;
	top: 32px;
	height: 122px;
	width: 449px;
}
h1#LOGO a, div#LOGO a {
	background-image: url(image-site/logo.png);
	display: block;
	height: 122px;
	width: 449px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#AUTHERLLINK {
	position: absolute;
	left: 8px;
	top: 160px;
	height: 33px;
	width: 220px;
}
h2#AUTHERLLINK a, div#AUTHERLLINK a {
	background-image: url(image-site/autherlink.gif);
	display: block;
	height: 33px;
	width: 220px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#NewBook {
	height: 195px;
	width: 166px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#NewBook a.bookPhoto {
	text-align: right;
	display: block;
	width: 166px;
}
#NewBook a#detail {
	background-image: url(image-site/header_bookMenu_detail.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 76px;
	position: absolute;
	left: 0px;
	top: 169px;
}
#NewBook a#buy {
	background-image: url(image-site/header_bookMenu_buy.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	height: 19px;
	width: 76px;
	position: absolute;
	right: 0px;
	top: 169px;
}
#NewBook a#detail:hover, #NewBook a#buy:hover {
	background-position: 0px -19px;
}


#WRAPPER {
	width: 767px;
	margin: 0px auto;
}

p#TopicPath {
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 7px 15px;
}

#CONTENTS {
	float: left;
	width: 518px;
	margin: 15px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	background-image: url(image-site/contents_bg.png);
	background-repeat: repeat-y;
}
#CONTENTS #ContentsHeader {
	font-size: 16px;
	font-weight: bold;
	background-image: url(image-site/contents_header_bg.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 500px;
	padding-top: 6px;
	padding-left: 18px;
	color: #006699;
}
#CONTENTS #Entries {
	padding: 11px;
}
#CONTENTS .entryHeader {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(image-site/contents_entryTitle_bg.gif);
	background-repeat: no-repeat;
	height: 19px;
	width: 480px;
	padding-top: 5px;
	padding-left: 16px;
}
#CONTENTS .entryData {
	padding: 10px;
	width: 476px;
	overflow: hidden;
}
#CONTENTS .entryData p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 18px;
}
#CONTENTS .entryData p.extended {
	padding: 0px;
	text-align: right;
}
#CONTENTS .entryData p.extended a {
	padding: 0px 0px 10px;
	text-align: right;
	color: #00CC33;
}
#CONTENTS img.line {
	margin: 0px auto 10px;
}
#CONTENTS p.prenext {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
}


#CONTENTS ul {
	line-height: 160%;
}
#CONTENTS li {
	line-height: 160%;
	padding-right: 25px;
	padding-left: 5px;
	margin-bottom: 10px;
}

ruby { ruby-align: auto } 

/* 画像右寄せ */
#CONTENTS  .imager {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-size: 12px;
}
/* 画像左寄せ */
#CONTENTS  .imagel {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 10px;
	font-size: 12px;
}


#SIDE {
	float: right;
	width: 228px;
	margin: 15px 0px 0px;
}
#SIDE h4 {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
	background-image: url(image-site/side_box_header_bg.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 210px;
	padding-top: 6px;
	padding-left: 18px;
}
#SIDE .side-box {
	padding: 10px;
	border-bottom: 1px solid #666666;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	background-image: url(image-site/side_box_bg.png);
	background-repeat: repeat-y;
}
#SIDE .side-box ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#SIDE .side-box li {
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
}
#SIDE .side-box ul.kouza li {
	background-image: url(image-site/side_listmarker_rhombic.gif);
	background-repeat: no-repeat;
}
#SIDE .side-box ul.list li {
	background-image: url(image-site/side_listmarker_greenArrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
#SIDE .side-box p {
	margin: 0px;
	padding: 6px 0px;
	font-size: 12px;
}



#SIDE .syndicate{
	padding: 10px;
	margin: 20px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(image-site/side_box_bg.png);
	background-repeat: repeat-y;
	border-top: 1px solid #666666;
	border-right: none;
	border-bottom: 1px solid #666666;
	border-left: none;
	font-size: 12px;
}

/*===============================
フッター
================================*/
#FOOTER {
	width: 767px;
	margin: 0px auto;
	padding-bottom: 15px;
}
#FOOTER p {
	font: 12px/15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px 0px 15px;
}
#FOOTER a {
	color: #333366;
}
#FOOTER a:hover {
	color: #CC3300;
}

/*===============================
トピックパス
================================*/

.topicpath {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 3px;
	margin-left: 2px;
}



/*===============================
コンテンツ部分
================================*/


#CONTENTS #TOPICS p {
	padding: 5px;
	margin: 0px;
}

/* サマリー */
#BODY .summary {
	padding: 10px;
	margin: 0px 0px 0px;
	min-height: 153px;
}
#BODY .summary dl {
	font-size: 12px;
	width: 330px;
	margin: 0px;
	padding: 0px;
}
#BODY .summary dl dt{
	font-size: 12px;
	background-color: #EFEFEF;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
}
#BODY .summary dl dd{
	font-size: 12px;
	padding: 3px 3px 3px 10px;
	margin: 0px 0px 5px;
}
#BODY .summary p {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}




/* BODY他 */

#BODY dl {
	margin: 0px;
	padding: 0px 20px;
}
#BODY dl dt{
	background-color: #E9E0D6;
	display: block;
	padding: 3px;
	margin-bottom: 5px;
	line-height: 160%;
}
#BODY dl dd{
	padding: 3px 3px 3px 10px;
	margin: 0px 0px 5px;
	color: #666666;
	line-height: 160%;
}

