BODY{
	font-family : "meiryo", "メイリオ", "ヒラギノ角ゴ Pro W3", "MS UI Gothic","ＭＳ Ｐゴシック","ＭＳ ゴシック";
	font-size: 14px;
	line-height: 140%;
  	scrollbar-3dlight-color : #333333;
  	scrollbar-darkshadow-color : #333333;
  	scrollbar-arrow-color : #333333;
  	scrollbar-base-color : #E8E8E8;
  	scrollbar-face-color : #E8E8E8;
  	scrollbar-highlight-color : #E8E8E8;
  	scrollbar-shadow-color : #E8E8E8;
	scrollbar-track-color : #E8E8E8;
	scrollbar-face-color : #F5F5F5;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:active {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

.blue {
margin: 1px; 
width :100%;
border: 0;
border-top: 1px solid #7C8BC3;
}

.green {
margin: 1px; 
width :100%;
border: 0;
border-top: 2px solid #63A2B0;
}

/* 左 */

BODY#menu {
        margin: 0px;
        padding: 0px;
	color: #B0D0D7;
	background: #5265b0;
}

.vmenu-link:link {
	color: #FFFFFF;
}

.vmenu-link:visited {
	color: #FFFFFF;
}

.vmenu-link:hover {
	color: #A8B1D7;
}

/* 右 */

BODY.right {
  	color : #000000;
	background: #E8E8E8;
}


h3.scene {
  padding: .5em .75em;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size:16px;
}

h3.subject {
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #808080;
  border-bottom: 1px solid #808080;
  font-size:16px;
}

h3.chara {
  padding-bottom: .5em;
  border-bottom: 1px solid #808080;
  font-size:16px;
}
h3.chara:first-letter {
  margin-right: .1em;
  font-size: 26px;
  color: #5265b0;
}


h4.scene {
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #5265b0;
  font-size:16x;
}

H5{
  	font-size : 13px;
  	padding-left : 10px;
  	padding-right : 10px;
}

H6 {
	font-size: 13px;
}

.i {
	MARGIN: 0em 1em;
}

.i1 {
	MARGIN: 4px 0px;
}


TABLE {
	font-size: 13px;
	line-height: 140%;
	margin-bottom: 1em;
}

.link1:link {
	color: #5265B0;
}

.link1:visited {
	color: #5265B0;
}

.link1:hover {
	color: #A8B1D7;
}

.link2:link {
	color: #000000;
	background-color: #B0D0D7;

}

.link2:visited {
	color: #000000;
	background-color: #B0D0D7;

}

.link2:hover {
	color: #63A2B0;
	background-color: #B0D0D7;
}

.link3:link {
	color: #000000;
	background-color: #FFE181;

}

.link3:visited {
	color: #000000;
	background-color: #FFE181;

}

.link3:hover {
	color: #BFA041;
	background-color: #FFE181;
}

.bottom {
	font-size: 10px;
	line-height: 125%;
	padding-left: 10px;
}

.underline {
	border-bottom: dashed 1px #63A2B0;
}

.note {
	padding: 4px 10px;
	border: 1px dashed #63A2B0;
}

.leave {
	padding: 4px 10px;
	border: 1px solid #63A2B0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.battle {
	padding: 4px 10px;
}

.wort {
	color: #63A2B0;
	font-weight: bold;
}



TEXTAREA{
  border-style : dashed dashed dashed dashed;
  border-color : #808080 #808080 #808080 #808080;
  font-family : "MS UI Gothic","ＭＳ Ｐゴシック","ＭＳ ゴシック";
  font-size : 11px;
  line-height : 110%;
  color : #777777;
}
FORM{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

h2 {
position: relative;
padding-left: 25px;
font-size:18px;
}

h2:before {
position: absolute;
content: '';
bottom: -2px;
left: 0;
width: 0;
height: 0;
border: none;
border-left: solid 15px transparent;
border-bottom: solid 15px;
color: #63A2B0;
}
h2:after {
position: absolute;
content: '';
bottom: -2px;
left: 10px;
width: 100%;
border-bottom: solid 2px;
color: #63A2B0;
}

.col-0 {
display: inline-block;
text-align: center;
vertical-align: top;
width: 40px;
}

.col-1 {
display: inline-block;
vertical-align: top;
width: 70px;
}

.col-2 {
display: inline-block;
width: auto;
}

.col-3 {
display: inline-block;
vertical-align: top;
width: 84px;
}

.col-4 {
display: inline-block;
vertical-align: top;
width: 98px;
}

.col-5 {
display: inline-block;
vertical-align: top;
width: 112px;
}

.col-6 {
display: inline-block;
vertical-align: top;
width: 126px;
}

.col-7 {
display: inline-block;
vertical-align: top;
width: 140px;
}

.col-8 {
display: inline-block;
vertical-align: top;
width: 154px;
}

.col-9 {
display: inline-block;
vertical-align: top;
width: 168px;
}

.col-A {
display: inline-block;
vertical-align: top;
width: 182px;
}


.m-top { 
margin-top: 14px; 
}

.m-bottom { 
margin-bottom: 14px; 
}

.m-left { 
margin-left: 14px; 
}

.m-all {
margin: 14px;
}

#block1 {
    width: 100%;
    height: 100%;
    text-align:center
}

.pink {
background-color:#ffc6e2;
}

.cyan {
background-color:#c6e2ff;
}

.yellow {
background-color:#ffffc6;
}

span.small {
font-size: 12px;
}

span.gray {
color: #808080;
}
