/*	--------------------------
レイアウト
-------------------------	*/

.right {	/*	本文を書くときに使うところ。ほぼ全てに使っている	*/
	float: right;
	width: 592px
}
#body { width: 764px }


/*	タイトル周りレイアウト	*/
.msg { position:absolute; top:-100px; left:-100px; }


/*	メニューレイアウト	*/
.ehonMenu	{
	font-size:80%;
	line-height:100%;
	background:#A8EFAF;
}
.ehonMenuCol  {	background:#A8EFAF;	}
.ehonMenuCol2 {	background:#FFD4E4; }

.p	{
	font-size: x-small;
	line-height: 16px;
	background:#A8EFAF;
}

.kanren	{
	border-width: 1px;
	border-style: solid;
	border-color:#A8EFAF;
}

/*	本文段落レイアウト	*/
.ehonCap {
	font-size:80%;
	line-height:90%;
}
.ehonCap2 {
	font-size:90%;
	line-height:100%;
}

/*	買い物かご導入レイアウト	*/
.kago{
	font-size	:80%;
	border-bottom: solid 2px RED;
	background:FFD4E4;
}
/*	form導入レイアウト			*/
.form{
	line-height	:80%;
}

/* -----------------------
◆タグ設定
----------------------- */
UL{
	margin-left: 0px;
}

P{
	line-height	:110%;
	font-size	:80%;
}

/*	------Hx系--------	*/
h1{
	font-weight: bold;
	font-size: medium;
	line-height: 25px;
	letter-spacing: 1px
}
h3{
	color: #999;
	font-weight: normal;
	font-size: 13px;
	text-decoration: none
}
h5{
	font-weight: normal;
	font-size: 75%;
	line-height	:120%;
	word-spacing: 1px
}
/*	------リンク-------	*/
a:hover {
	color: #903;
	text-decoration: underline
}
a	{
	color: #004700;
	text-decoration: none
}


/*	------------------以下は未使用領域---------------------	*/

/* -----------------------
絵本単体のタイトル指定
----------------------- */
.ehonTitleCol {
	color:RED;
	background:WHITE;
}
.ehonTitleCol2 {
	color:WHITE;
	background:RED;
}
.ehonTitleKakkoStyle {
	font-size:	80pt;
	line-height:80%;
	font-weight:bold;
}

.ehonTitleMainStyle {
	font-size:40pt;
	line-height:110%;
	border-width: 1px;
	border-bottom-style: solid;
}
.ehonTitle2Style {
	font-size:100%;
	line-height:90%;
}

.ehonTitleWriterStyle {
	font-size:80%;
	line-height:80%;
}

/* -----------------------
14px, 12px, 10px相当でフォントサイズ可変になるように%指定
----------------------- */
/*
.text3 {
	font-size:75%;
	line-height:150%;
}
.text4 {
	font-size:88%;
	line-height:150%;
}
.caption2 {
 font-size:63%;
 line-height:120%;
}
.caption4 {
 font-size:88%;
 line-height:120%;
}
.little4 {
 font-size:88%;
 line-height:110%;
}
*/

.caption3 {	/*	実験で使ってた。今はそのFileを使ってない	*/
 font-size:75%;
 line-height:120%;
}

/*	--------------------------
			絵本				
-------------------------	*/
/*
#cssMAINBODY{
	color:BLACK;
	background:#e5f6ff;
}
*/
#cssEHONBODY{	/*	実験で使っただけ。現在未使用	*/
	color:BLACK;
	background:WHITE;
}

