/* 本体ベース */
body{margin: 0px;
	padding: 12px 0px 12px 0px;
	background-color: #dee4e4;}

/* リンク */
a:link {text-decoration:none; font-weight: bold; color: #008080;}
a:visited {text-decoration:none; font-weight: bold; color: #008080;}
a:hover {text-decoration:none; font-weight: bold; color: #00ff7f;}

a.ret:link {text-decoration:none; color:#778899;}
a.ret:visited {text-decoration:none; color:#778899;}
a.ret:hover {text-decoration:none; color:#00ffff;}

a.toi:link {text-decoration:none; color:#dc143c;}
a.toi:visited {text-decoration:none; color:#dc143c;}
a.toi:hover {text-decoration:none; color:#ffa500;}

/* 基本色 */
div.box {width:760px; padding:0px; margin:10px;}
.green { background: #3cb371;}
.blue  { background: #9999ff;}
.red   { background: #ff69b4;}
.orange { background: #ff8c00;}
.yellow { background: #ffd700;}
.purple { background: #cc66ff;}
.grey { background: #778899;}
.white { background: #ffffff;}

div.header {width:740px; height: 45px;
	padding:5px 10px 5px 10px;
	background-image: url(../img/g2.jpg);
	background-repeat: repeat-x;}

div.middle {width:740px; 
	padding:30px 10px 20px 10px;;
	background-color: #ffffff; 
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;}
	
div.footer {width:740px; height: 35px;
	padding:10px;
	background-image: url(../img/f2.jpg);
	background-repeat: repeat-x;}

/* テーブル */

tr {vertical-align: top;}

td.a {background-color: #fff7b9;
	border: 1px solid #ff8c00;}
	
td.b {background-color: #fffad7;
	border: 1px solid #ffd700;}
	
/* 文字 */
.t16 {font-size: 16px; line-height: 20x;
	font-weight: bold; color: #4682b4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;}
	
.t15 {font-size: 15px; line-height: 20px;
	font-weight: bold; color: #4682b4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;}
	
.t14 {font-size: 14px; line-height: 20px;
	font-weight: bold; color: #4682b4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: ;}
	
.f14 {font-size: 14px; line-height: 20px;
	font-weight: ; color: #323232;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;}
	
.f13 {font-size: 13px; line-height: 20px;
	font-weight: ; color: #323232;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;}
	
.f12 {font-size: 12px; line-height: 16px;
	font-weight: ; color: #323232;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;}
	
.f11 {font-size: 11px; line-height: 14px; 
	font-weight: ; color: #323232;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;}
	
.f10 {font-size: 10px; line-height: 10px; 
	font-weight: ; color: #323232;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;}

.block {
	font-size: 12px;
	text-align: left;
	line-height: 1.4em;
	padding: 3px;
	border: 1px solid #666666;
	width: auto;
	margin: 0px 0px 10px;
	display: block;
	text-indent: 2px;
	vertical-align: middle;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka;}
