﻿/* body設定
------------------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	line-height: 160%;
	color: #333333;
	font-size: 75%;
	/*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial,Serif; /* 2008.04.15 add */
	background-color: #FFFFFF;
}
/* リンク設定
------------------------------------------------------------------ */

a:link {
	color:#0000CC;
	text-decoration: none;
}
a:hover {
   text-decoration: underline;
   }
a:visited { 
   text-decoration: underline;	
   }


/* 基本フォントの装飾指定
------------------------------------------------------------------ */
.b {
	font-weight:bold;
}
.red	{
	color:#FF0000;
}
.l	{
	font-size:120%;
	line-height:120%;
}
.ll-b	{
	font-size:140%;
	line-height:160%;
	font-weight:bold;
}
.blue	{
	color:#003399;
}
.l-blue	{
	font-size:120%;
	line-height:120%;
	color:#003399;
	font-weight:bold;
}
/*　テーブル枠の装飾指定
------------------------------------------------------------------ */
.waku {	border: 1px solid #EBEBEB;
}
.waku {
	border: 1px dotted #333333;
}

table {
	font-size: 100%;
	line-height: 150%;
}
