/* ------------------------------------- 
 *	共通
 * ------------------------------------- */

span{
	font-weight: bold ;
}

/* 文字：赤で強調 */
span.red{
	color: #CC0000;
}

span.blue{
	color: #000066;
}

img{ 
	border-style: none;
	margin:0px;
}

img.left{
	float: left ;
	margin-right: 5px ;
}

img.right{
	float: right ;
	margin-left: 5px ;
}

/* ------------------------------------- 
 *	リンク（全体）
 * ------------------------------------- */

a:link {
	text-decoration: none;
	}

a:visited {
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

/* ------------------------------------- 
 *	body
 * ------------------------------------- */
body	{ 
	margin: 0px 0px 0px 0px; 
	padding: 0px ;
	background-color: #CCCCCC ;
	color: #000000 ;
	font-size: 9pt ;
	line-height: 180% ;
	font-family: "ＭＳ Ｐゴシック","MS UI Gothic",Osaka,sans-serif;
}

/* ------------------------------------- 
 *	テーブル
 * ------------------------------------- */
table.mainframe{
	background-color: #ffffff;
	margin: 0px auto;
	width: 800px ;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

table.footerframe{
	font-size: 8pt ;
	text-align: right;
	color: #666666;
	background-color: #ffffff;
	margin: 0px auto;
	padding-right: 10px;
	width: 800px ;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

table.tbl100{ 
	width: 100% ;
	background-color: #ffffff;
	margin: 0px;
   }

/* ------------------------------------- 
 *	ヘッダー
 * ------------------------------------- */
tr.header{
	height: 56px;
}

td.logo{
	padding: auto 0px auto 30px;
	text-align: center;
	background-image: url("jpg/grad.jpg");
	background-attachment: fixed;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

td.topmenu{
	padding-right: 10px;
	text-align: right;
}


/* ------------------------------------- 
 *	メニュー
 * ------------------------------------- */
td.menu{
	padding: 20px 0px 0px 30px;
	text-align: left;
	background-image: url("jpg/grad.jpg");
	background-attachment: fixed;
	background-position: 10px 0px;
	background-repeat: no-repeat;
}

div.menu{
	margin: 10px 0px;
}

div.office{
	margin: 50px 5px 0px 0px;
	color: #666666;
	font-size: 9pt;
	line-height: 150%;
}


/* ------------------------------------- 
 *	コンテンツ
 * ------------------------------------- */

div.title01{
	background-color: #397777;
	color: #ffffff;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 10px 30px;
	font-size: 11pt ;
	line-height: 180% ;
}

div.title02{
	background-color: #397777;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}


div.contents{
	background-color: #BFD4BF;
	color: #333333;
	padding: 15px 30px;
	font-size: 10pt ;
	line-height: 180% ;
}

div.info{
	padding: 5px ;
}

div.info2{
	padding: 0px 5px 0px 20px ;
}

div.info3{
	padding: 0px 5px 0px 40px ;
}

div.infotitle{
	padding: 10px 0px 0px 0px;
	font-weight: bold;
	color: #000066;
	border-bottom: 2px dotted  #000066;
	font-size: 10pt ;
	
}

