/*<!---------外枠の指定---------------->*/
.sotowaku{
		background-color:#fcfcfc;
		width:650;
		align:center;
		text-align:center;
		border-color:#cccccc;
		border-style:outset;
		border-width:1;
		}

/*<!--目次部分の指定-->*/
.top{
		width:610;
//		color:#111111;
		link:#111111;
		font-size:x-small;
		font-weight:bold;
		border-color:#cccccc;
		border-style:outset;
		border-width:1;
		}

/*<!--目次部分の指定-->*/
.line{
		width:610;
		height:2;
		background-color:#bb0000;
		}

/*<!--「コンテンツ」の背景帯-->*/
.content{
		background-color:#e0d0b0;
		width:440px;
		height:25px;
		text-align:left;
		border-style:none;
		color:#111111;
		font-size:x-small;
		font-weight:bold;
		}

/*<!--「コンテンツ」のサブタイトルの装飾方法-->*/
.content_sub{
		text-align:left;
		color:#8B0000;
		font-size:x-small;
		font-weight:bold;
		}

/*<!--目次部分の指定-->*/
.web_service{
		background-color:#f0fafa;
		width:150px;
		text-align:center;
		color:#444444;
//		font-size:x-small;
		border-color:#3333cc;
		border-style:outset;
		border-width:1;
		}

/*<!--目次部分の指定-->*/
.mokuji_gray{
		background-color:#cccccc;
		width:610;
		height:23px;
		text-align:right;
		border-style:none;
		color:#111111;
		link:#111111;
		font-size:x-small;
		font-weight:bold;
		padding:5;
		}

/*<!--目次部分の指定-->*/
.mokuji_red{
		background-color:#8B0000;
		width:600px;
		height:23px;
		text-align:right;
		border-style:none;
		color:#fafafa;
		font-size:x-small;
		font-weight:bold;
		}

/*<!--目次部分の指定-->*/
.mokuji_mini{
		background-color:#e5eeee;
		width:150px;
		text-align:center;
		color:#444444;
		font-size:x-small;
		font-weight:bold;
		}

/*<!--目次部分の指定-->*/
.mokuji_mini2{
		background-color:#f0fafa;
		width:150px;
		color:#000000;
		text-align:center;
		font-size:x-small;
		border-style:none;
		}

/*<!---------外枠の指定---------------->*/
.center{
		background-color:#fcfcfc;
		width:610;
		align:center;
		text-align:center;
		border-color:#cccccc;
		padding:20;
		}

/*<!----------項目の指定-------------------------->*/
TABLE.koumoku{
		width:610;
		text-align:left;
		border-style:none;
		font-size:10.5pt;
		}

/*<!----------項目（半分の幅）の指定-------------------------->*/
TD.koumoku_half{
		background-color:#fafafa;
		width:440;
		text-align:left;
		border-style:none;
		font-size:10pt;
		}

/*<!--白枠タイトルの指定-->*/
TABLE.title_waku{
/*		background-color:#ffffff;*/
		width:600;
		align:center;
		text-align:center;
		border-color:#87cefa;
		border-style:thin;
//		padding-top:200%;
		padding-bottom:8;
		padding-left:8;
		padding-right:8;
		}

/*全体の設定*/
body{
	text-align:center;
	font-size:x-small;
	color:#000000;
	background:url(img/bg.gif) fixed;
	}
a:link{color:#3333CC}		/*リンクカラー*/
a:visited{color:#3333CC}	/*閲覧済リンクカラー*/
a:hover{color:#000000;background-color:#FFD700}		/*オンマウスカラー*/


/* http://www.tg.rim.or.jp/~hexane/ach/lbcs/  */