
/*基本スタイル*/
body, th, td{
font-size: 10pt; line-height: 135%; color:#373737;}

.page {width: 600px;
height: auto;
margin: 30 auto;}

a:link {color: #373737} a:visited {color: #373737} a:active {color: #373737} a:hover {text-decoration: underline; color: red}


/*フォントサイズ変更*/
SPAN.small {font-size: 80%;}
SPAN.mid {font-size: 130%}
SPAN.mini {font-size: 70%;}

/*フォントカラー変更*/
span.pink {color: #FF0080}
span.red {color: #FF0000}
span.blue {color: #484893}
span.white {color: #FFFFFF}
span.black{color: #000000}
span.brown{color:#400000}
span.pur{color:#8000FF}

td.midashi{border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc; font-weight:bold;
color:#373737; background-image: url(../wall/cotton.gif);}
td.book{border-bottom: 1px solid #cccccc; color:#373737;}


/*フレーム*/
 #left {
	position: absolute;
	top: 0;
	left: 0px;
	right: 200px;
	height: 100%;
	text-align: center;
	}
  #right{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
	border-left: 2px solid #ccc;
	}
  iframe {
	border: none;
	height: 100%;
	width: 100%;
	}