/* body属性 */

body	{
	margin: 0;
	padding: 0;
	background: #FFFFFF url('pic/back.jpg') no-repeat scroll left top;
	color: #333333;
	font-size: small}

body	{
	font-family: Osaka,"ＭＳ Ｐゴシック",sans-serif}

/* リンク */

a	{	text-decoration:	none;}

a:link		{	color:	#000000;	border-bottom:	1px dotted #9999ff;}
a:hover		{	color:	#000000; 	background-color: #9999ff;	}
a:active	{	color:	#000000;	}
a:visited	{	color:	#333333;	border-bottom:	1px dotted #999999;}

/* 段組 */

#banner	{
	margin:0;
	padding:30px;
	font-size: large;
	font-weight: bold;
	text-align:right;
	}

#menu	{
	margin:0;
	padding: 0em 0em 0em 0em;
	float: left;
	width: 30%;
	font-size: small;
	}

#menu a,
#menu a:link,
#menu a:visited	{	color:	#333333;	border-bottom:	0px}

#content {
	float: left;
	width: 65%;
	font-size: small;
	line-height: 1.5em;
		}

/* 見出し */

h1	{
	margin: 0em 0em .5em 1em;
	padding: .3em;
	font-size: small;
	color: #333333;
	background: #DDDDFF;
	border:	3px outset #9999ff;
	}


h2	{
	margin:	1em 1em .5em 0em;
	padding: .3em;
	font-size: small;
	color: #333333;
	border-bottom: 3px solid #9999ff;
	border-left: 10px solid #9999ff;
	}
	
h3	{
	margin:	.2em 1em .2em 0em;
	padding: .2em 0em .2em .3em;
	font-size: small;
	font-weight: normal;
	color: #333333;
	border-bottom:	1px solid #9999ff;
	}

h4	{
	margin:	.2em 1em .2em 0em;
	padding: .2em 0em .2em .5em;
	font-size: small;
	font-weight: normal;
	color: #333333;
	background-color: #DDDDDD;
	}

/* スタイル指定 */

.maind	{
	margin: 2em;
	}

.maind blockquote	{
	padding: .2em;
	border:	1px dotted #9999ff;
	}

.jimu	{
	margin:	1em 1em .3em 10em;
	padding: .5em;
	border:	1px solid #9999ff;
	}

.bannersf	{
	font-size: small;
	font-weight: normal;
	}

.fred	{
	color: red;
	}

.fcenter	{
	text-align:center;
	}

/* テーブル */

table	{
	font-size: small;
	border:	1px solid #999999;
	border-collapse: collapse;
	}
tr,
td	{
	font-size: small;
	empty-cells: show;
	text-align: left;
	}
th {
	font-size: small;
	background-color: #CCCCCC;
	text-align: center;
	}

/* アドレス */

address	{
	font-size: x-small;


