*{
	margin: 0px;
	padding: 0px;
	font-family: Osaka,"MS UI Gothic",monospace;
}
body,th,td,p{
	font-size: 12px;
}
body{
	color: #333333;
	background-color: #ffffff;
	background-image: url('../img/bg_main.gif');
	background-repeat: no-repeat;
	background-position: right top;
}

/*■■■　リンク　■■■*/
a{
	color : #000000;
	text-decoration : none;
}
a:link{
	color : #000000;
}
a:visited{
	color : #666666;
}
a:hover{
	color : #cc0000;
	text-decoration : line-through;
}
a:active{
	color : #cc0000;
}

/*■■■　フォーム　■■■*/
input,textarea{
	color : #333333;
	background-color : #ffffff;
	font-family : Osaka,"MS UI Gothic";
	border-top : 1px solid #333333;
	border-left : 1px solid #333333;
	border-right : 1px solid #333333;
	border-bottom : 1px solid #333333;
}
textarea{
	padding: 1px 3px;
}

/*■■■　表・初期値　■■■*/
th{
	text-align: left;
}
th,td{
	vertical-align: top;
}

/*■■■　ページタイトル　■■■*/
h1{
	color: #000000;
	font-size: 12px;
	letter-spacing: 2px;
	width: 565px;
	margin: 50px 10px 20px;
	border-bottom: 3px solid #000000;
	padding-bottom: 2px;
}

/*■■■　見出し　■■■*/
h2.red{	
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: 10px;
	width:100px;
	float: left;
	color: #ffffff;
	background-color: #cc0000;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
	border: 1px solid #cc0000;
}
h2.gray{	
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: 10px;
	width:100px;
	float: left;
	color: #ffffff;
	background-color: #333333;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px;
	border: 1px solid #333333;
}

/*■■■　コンテンツ　■■■*/
div.red{
	width: 450px;
	padding: 0px 0px 20px 15px;
	border-left: 5px solid #cc0000;
	margin-left: 125px;
}
div.gray{
	width: 450px;
	padding: 0px 0px 20px 15px;
	border-left: 5px solid #333333;
	margin-left: 125px;
}
p{
	line-height: 1.6em;
	margin-bottom: 1em;
}
dl{
	margin-bottom: 1em;
}
dt{
	font-weight: bold;
	margin: 0.5em;
}
dd{
	margin-left: 20px;
	border: 1px dotted #999999;
	padding: 5px 10px;
	line-height: 1.6em;
}
.hyou th{
	padding: 3px 0px;
	border-top: 1px solid #999999; 
	border-bottom: 1px solid #999999;
}
.hyou td{
	padding: 3px 0px;
	border-bottom: 1px solid #dddddd;
	line-height: 1.4em;
}
.fc-w{
	color : #ffffff;
}
.fc-r{
	color : #cc0000;
}
/*　ひとりごと　*/
.soliloquy{
	color: #999999;
}

/*■■■　ナビゲーション　■■■*/
ul.navibar{
	position: absolute;
	top: 5px;
	left: 10px;
}
.navibar li{
	display: inline;
	height: 20px;
	margin: 1px;
	border: 1px solid #000000;
	padding: 3px 10px;
}
