/*________________________________________________

	name:			styles.css
	author:			kumi morita
	mail:			morimori@elf.coara.or.jp
	lastmodified:	2008-06-20
________________________________________________*/


@charset "utf-8";

.text_left {
	font-size:medium;
	text-align:left;
	margin:0;
	padding:0;
}

.text_right {
	font-size:medium;
	text-align:right;
	margin:0;
	padding:0;
}

.text_center {
	font-size:medium;
	text-align:center;
	margin:0;
	padding:0;
}

/*-------------------------------
link
-------------------------------*/
.pagetop {
	display: block;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0066FF;
	font-size: medium;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	text-decoration: underline;
	text-align: right;

}

/*-------------------------------
link
-------------------------------*/
a.alink {
	color:#0066FF;
	font-size:medium;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	text-decoration:underline;

}
a.alink:link {
	color: #0066FF;
	text-decoration:underline;
	font-size:medium;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
}
a.alink:visited {
	color: #0066FF;
	text-decoration: underline;
	font-size:medium;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
}
a.alink:active {
	color: #0066FF;
	text-decoration:underline;
	font-size:medium;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
}
a.alink:hover {
	color: #0066FF;
	text-decoration: underline;
	font-size:medium;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
}
.textS {
	line-height:120%;
	font-size:small;
	font-style:normal;
	font-weight:normal;
	color:#333333;
}
.textSstrong {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#333333;
}
.textM {
	line-height:120%;
	font-size:medium;
	font-style: normal;
	font-weight: normal;
	color:#333333;
}
.textMstrong {
	font-size:medium;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color:#333333;
}
.textL {
	font-size:larger;
	font-style: normal;
	line-height:120%;
	font-weight: normal;
	color:#333333;
}
.textLstrong {
	font-size:larger;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	color:#333333;
}
.textLL {
	line-height:120%;
	font-size:large;
	font-style: normal;
	font-weight: normal;
	color:#333333;
}
.textLLstrong {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#333333;
}

/* ----- spacer ----- */
.spacer05 { font-size: 5px; }
.spacer10 { font-size: 10px; }


/* ----- img_float ----- */
img.f01 {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	font-size:medium; /* small by morimori at 2007-03-12*/
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#333333;

}
img.f02 {
	float:right; /* float£ö¿Í¤êrigh £å"èÂright £õ5¡¦X by ayskw at 2007-02-23*/
	margin-left:10px;
	margin-bottom:10px;
	font-size:medium; /* small by morimori at 2007-03-12*/
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#333333;
}
.osusumetitle {
	color: #FF6666;
	font-size:large;
	font-style:normal;
	font-weight:bold;


}


/* ----- waku ----- */
.waku {		/* glay_waku */
 border: 1px #999999 solid;
}
.waku2 {		/* glay_waku */
 border: 1px #999999 solid;
   background-color:#FFFFFF;
  background-image:url(../img/gurade.jpg);
  background-position:left top;
  background-repeat:repeat-y;
}
.reseved {
	font-size:medium; /* small by morimori at 2007-03-12*/
	font-style: normal;
	font-weight: normal;
	color: #333333;
}


/* ----- waku ----- */
.pinkwaku {
 border: 1px solid #FF6666;
}
.blackwaku {
 border: 1px #333333 solid;
}
.greenwaku {
	border: #669933;
}


/* ----- red_text ---- */
.redS {
	font-size:small;
	font-style:normal;
	line-height:120%;
	color:#FF0000;
}
.redSstrong {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#FF0000;
}
.redM {
	font-size:medium;
	font-style:normal;
	line-height:120%;
	color:#FF0000;
}
.redMstrong {
	font-size:medium;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#FF0000;
}
.redL {
	font-size:larger;
	font-style:normal;
	line-height:120%;
	color:#FF0000;
}
.redLstrong {
	font-size:larger;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#FF0000;
}
.redLL {
	font-size:large;
	font-style:normal;
	line-height:120%;
	color:#FF0000;
}
.redLLstrong {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#FF0000;
}


/* ----- brown_text ---- */
.brownS {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#922D2D;
}
.brownSstrong {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#922D2D;
}
.brownM {
	font-size:medium;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#922D2D;
}

.brownL {
	font-size:larger;
	font-style: normal;
	line-height:120%;
	font-weight:normal;
	color:#922D2D;
}
.brownLstrong {
	font-size:larger;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color: #922D2D;
}
.brownLL {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#922D2D;
}
.brownLLstrong {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#922D2D;
}

/* ----- white_text ---- */
.whiteS {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#FFFFFF;
}
.whiteSstrong {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#FFFFFF;
}
.whiteM {
	font-size:medium;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#FFFFFF;
}

.whiteL {
	font-size:larger;
	font-style: normal;
	line-height:120%;
	font-weight:normal;
	color:#FFFFFF;
}
.whiteLstrong {
	font-size:larger;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#FFFFFF;
}
.whiteLL {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#FFFFFF;
}
.whiteLLstrong {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#FFFFFF;
}

/* ----- blue_text ---- */
.blueS {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#0066FF;
}
.blueSstrong {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#0066FF;
}
.blueM {
	font-size:medium;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#0066FF;
}
.blueMstrong {
	font-size:medium;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#0066FF;
}
.blueL {
	font-size:larger;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#0066FF;
}
.blueLstrong {
	font-size:larger;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#0066FF;
}
.blueLL {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#0066FF;
}
.blueLLstrong {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#0066FF;
}

/* ----- green_text ----- */
.greenS {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#669933;
}
.greenSstrong {
	font-size:small;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#669933;
}
.greenM {
	font-size:medium;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#669933;
}
.greenMstrong {
	font-size:medium;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#669933;
}
.greenL {
	font-size:larger;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#669933;
}
.greenLstrong {
	font-size:larger;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#669933;
}
.greenLL {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:normal;
	color:#669933;
}
.greenLLstrong {
	font-size:large;
	font-style:normal;
	line-height:120%;
	font-weight:bold;
	color:#669933;
}