/*全般表記*/
@media all	{
body	{
	padding: 0px;
	text-align: center;
	font-size:11px;
	color:#223344;
	font-family:Osaka,Verdana,Tahoma;
	margin: 0 auto 0 auto;
/*	background-image: url("./pic/bg.jpg");
	background-repeat: norepeat;
	background-attachment: fixed;
	background-position: right bottom; */
}

img	{
	border:0px;
}

/*上部タイトル*/
div.toptitle{
	padding: 30px 0px 1px 350px;
	font-size:32px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font-family:"HGSｺﾞｼｯｸM","ＭＳ ゴシック",sans-serif;
	margin: 0;
	background-image: url("./pic/title.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width:100%;
	height:65px;
}
div.topdate{
	padding: 0px 50px 0px 400px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	font-family:"HGSｺﾞｼｯｸM","ＭＳ ゴシック",sans-serif;
	margin: 0;
	width:100%;
	height:20px;
}

table.head{
	border-style : none;
	border-spacing : 0px;
	margin: 0px;
}

/*下部を構成するtable*/
table.column{
	border-style : none;
	border-spacing : 0px;
	background-color : white;
	padding: 0px 100px 0px 10px;
	margin: 0px;
	color:#223344;
	font-size:11px;
	font-family:Osaka,Verdana,Tahoma;
}

.left	{
	width:5%;
	height:
}

.menu	{
	width:16%;
}

.line	{
	width:1%;
}

.content{
	width:74%;
}

/*メニューバー内*/
.contents{
}

.pagetitle{
	font-size:14px;
	font-weight:bold;
	background-image: url("./pic/pagetitle.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin:3px 2px 1px 1px
}

.linktitle{
	font-size:14px;
	margin:3px 2px 1px 1px
}

.linktext{
	padding:1px 6px 3px 10px
	margin:1px 2px 3px 1px
}

/*本文系*/
h2.topics{
	background-color:#e1e1e1;
	font-size:20px;
	font-weight:bold;
	padding:8px 0px 3px 20px;
}

h3.head	{
	font-size:17px;
	font-weight:bold;
	background-image: url("./pic/h3.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px 0px 4px 5px;
}

div.section {
	font-size:16px;
	font-weight:bold;
	background-image: url("./pic/section.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding:4px 4px 4px 2px;
	margin:1px 4px 3px 1px
}

div.subsection{
	font-size:14px;
	font-weight:bold;
	background-image: url("./pic/subsection.gif");
	background-repeat: no-repeat;
	background-position: left top;
	padding:4px 2px 4px 1px;
	margin:1px 2px 3px 2px
}

table.inside	{
	margin: 0px;
	font-size : 11px;
	border-style:none;
	border-spacing:0;

}

th.a	{
	background-color : #c80018;
	color : white;
	margin : 0;
	font-weight : bold;
}

th.b {background-color:#666666;
	color:white;
	font-weight:bold;
}

td.a	{
	padding:0px 0px 4px 5px;
	padding : 4px;
	font-size : 13px;
	font-weight:bold;
	background-color:#ffffff;
}

td.b	{
	background-color:#e1e1e1;
	padding : 4px;
}

td.c	{
	background-color:#fafafa;
	padding : 4px;
}

td.d	{
	background-color : #f1f1f1;
	padding : 4px;
}

.ta {background-color:#e1e1e1;
	font-weight:bold;
}

div.attention{
	background-color:#ffffff;
	border-color:#808080;
	border-style: solid;
	border-width: thin;
	text-align: center;
	margin:10px 2px 10px 2px
}
}