@charset "utf-8";

/* __________________________________________________________________

	default Style Sheet
	Last Up Date 2007-03-23

   __________________________________________________________________ */




/* __________________________________________________________________

	Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 112% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

   __________________________________________________________________ */

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	font-family: Meiryo, Verdana, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
	font-family: Meiryo, Osaka, "MS P Gothic", Arial, sans-serif;
}




/* Universal selector
_____________________________________________________________________ */

* {
	margin: 0; 
	padding: 0;
	line-height: 1.0;
	color: #333;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration:none;
}

img	{
	border: none;
}


/* Structure Module
_____________________________________________________________________ */

body {
	margin:0;
	font-family: Meiryo, Verdana, sans-serif;
	background-color:#eaeaea;
	border: none;
	font-size: 13px;
	*font-size: small;
	*font: x-small;

}



/* Text Module
_____________________________________________________________________ */

h1,
h2,
h3,
h4,
h5,
h6,
p,
address
 {
	font-size: 100%;
}




.subline02{
	margin: 2em 0 0.4em 0;
	padding:0 0 0.2em 3px;
	border-bottom:1px solid #999999;
	font-size:92%;
	line-height:1.6;
	font-weight: bold;
}


.text{
	margin:0 0 1em 0;
	font-size:92%;
	line-height:1.7;
}

.tmf{
	font-size:92%;
	line-height:1.7;
}

.textbold{
	font-weight:bold;
}

.text11{
	font-size:85%;
}

.red{
color:#CC0000;
}

/* h1 h2 h3
_____________________________________________________________________ */


h1{
	background-color:#ffcc00;
	margin:0 0 2em 0;
	padding:0.6em 0 0.2em 0.6em;
	border:none;
	clear:both;
	border-bottom:3px solid #ff9900;
}


h2{
	margin:0 0 1.2em 0;
	padding:0.6em 0 0.2em 0.6em;
	clear:both;
	font-weight:bold;
	font-size:100%;
}



/* Hypertext Module
_____________________________________________________________________ */

a:link {
	color:#0099cc;
	text-decoration: underline;
}

a:visited {
	color:#cc6699;
	text-decoration: underline;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

a:active {
	color:#336699;
	text-decoration: underline;
	}




/* 
_____________________________________________________________________ */

.right{	text-align:right;}

.center{	text-align:center;}

.flotRight{
	float:right;}

.flotLeft{
	float:left;}

.imgRight{
	float:right;
	margin:0 0 0.8em 0.8em;
}

.imgLeft{
	float:left;
	margin:0 0.8em 0.8em 0;
}

.crea{
	clear:both;
	}

/* テーブル
_____________________________________________________________________ */

table.table010 {
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 520px;
  border-collapse: collapse;
  border: solid 1px #999999;
  font-size: 12px;
}

table.table010 caption {
  margin-top: 1em;
  text-align: left;
}

table.table010 th,
table.table010 td {
  border: solid 1px #999999;
  padding: 4px 6px;
}

table.table010 th {
  background: #ffffcc;
  text-align: left;
  white-space: nowrap;
  color: #666;
  font-size: 12px;
}

table.table010 td.course {
  text-align: left;
  font-size: 12px;
  line-height:150%;
}

strong
	{
	font-weight:bold;
	line-height:1.7;
	}

