/* このスタイルシートはcontentページ用です */
body {
	margin:0;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
 	background-image: url(wall_paper.jpg);
	background-attachment:fixed;
}

h2,h3,h4,h5 {
	padding:0.2em;
	color:#000000;
	background-color:#666666
}

p {
	color:#000000;
	background-color:#c3c3c3;
	border:outset 4px;
	padding:0.4em;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
	width:560px;
}

p.orange{
	colore:#000000;
	background-color:#E9967A;
	border:outset 4px;
	padding:0.4em;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
	width:560px;
}

p.lightgreen{
	colore:#000000;
	background-color:#90EE90;
	border:outset 4px;
	padding:0.4em;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
	width:560px;
}

p.right_align{
	color:#000000;
	background-color:#c0c0c0;
	border:outset 4px;
	padding:0.4em;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:right;
	width:560px;
}

blockquote {
	color:#000000;
	background-color:#c0c0c0;
	border:outset 4px;
	padding:0.4em;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
	width:480px;
}

blockquote.orange {
	color:#000000;
	background-color:#E9967A;
	border:outset 4px;
	padding:0.4em;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
	width:480px;
}

blockquote.lightgreen {
	color:#000000;
	background-color:#90EE90;
	border:outset 4px;
	padding:0.4em;
	font-size:14px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
	width:480px;
}

table {
	color:#ffffff;
	background-color:#000000;
	filter:alpha(opacity=100);
	font-size:14px;
	line-height:1.3
}

table.index_page {
	color:#ffffff;
	background-color:#000000;
	filter:alpha(opacity=60);
	font-size:14px;
	line-height:1.5;
	text-align:left;
	width:560px
}

table.index_table {
	color:#ffffff;
	background-color:#000000;
	filter:alpha(opacity=60);
	font-size:12px;
	text-align:left;
	font-weight:bold
}

fieldset {
	margin:1em;
	color:#ffffff;
	background-color:#000000;
	filter:alpha(opacity=60);
	font-size:14px;
	line-height:1.3
}

a:link {color:#ffff00}
a:visited {color:#ffffff}
a:hover {color:#00ffff}
a:active{color:#ff9900}