.side {
	_background-color : #b9c800;
	_background-image : url('imgs/sideback.gif');
	background-position : left bottom;
	background-repeat : no-repeat;
	color : #cccccc;
}
body.main {
	background-image : url(imgs/ogawa_sannohback.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family : "times new roman";
}
@media print {
	body.main {
		background-image : url('imgs/back_print.jpg');
		_background-image : url('imgs/back.jpg');
	}
}

/***　コンテンツ別のカラー設定　***/

div.open2 {
	width : auto;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #e07f00;
}
div.selected {
	background-color : #FEEDDD;
}
h3 {
	color : #FFFFFF;
	background-image: url(imgs/ogaawa_title_s.jpg);
	border-top-width: 0px;
	border-top-style: solid;
	font-size: 0px;
	height: 20px;
	font-weight: 0;
}
div.picboxL {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
div.picboxR {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #999999;
}


/***　コンテンツ別の印刷設定　***/

@media print {
	p {
		line-height : 200%;
		font-size : 13px;
		font-family : serif,times new roman;
		letter-spacing : 0px;
	}
	h3 {
		margin-top : 30px;
		/*page-break-before:avoid;*/
	}
	div.picboxL {
		margin-left : 10px;
		page-break-after:avoid;
	}
	div.picboxR {
		margin-right : 10px;
		page-break-after:avoid;
	}
}

/***　コンテンツ別のその他の指定　***/

h3 {
	font-family : "HGS創英角ｺﾞｼｯｸUB";
	font-weight : bolder;
	padding-top : 2px;
	text-align : center;
	margin-top : 30px;
	margin-right : 30px;
	margin-left : 30px;
	font-size: 16px;
}
div.mokuji {
	text-align : left;
	margin-top : 30px;
	margin-right : 40px;
	margin-left : 40px;
	margin-bottom : 10px;
	padding : 0px;
	border : 2px solid #200800;
	background-color : #ffffff;
	font-size : 12px;
	color : #663300;
}
div.mokuji h5 {
	font-size : 14px;
	margin-left : 20px;
	margin-bottom : 8px;
}
div.mokuji li {
	margin-bottom : 4px;
}
div.mokuji ol {
	margin-bottom : 10px;
	margin-left : 40px;
}
div.mokuji a {
	color : #EDCE91;
}
div.mokuji a:hover {
	color : #FFA200;
}
div.bookttl {
	font-size : 14px;
	font-weight : bold;
	margin : 12px;
}
div.booksml {
	margin : 6px;
}
p.bookmsg {
	font-size : 12px;
	line-height : 150%;
	margin-top : 10px;
	margin-right : 12px;
	margin-left : 20px;
	margin-bottom : 12px;
}
