@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:"MS ゴシック", "Osaka", "Verdana", "Helvetica", sans-serif;
	font-size: 80%;
	color: #555;
	line-height:1.5;
	background: url(images/header-bg.jpg) left top repeat-x #ffffff;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	}

a         { text-decoration:none }
a:link    { color: #2067a9; }
a:visited { color: #2067a9; }
a:active  { color: #fa3616; }
a:hover   { color: #fa3616; }

.hidden { display:none; }

hr.clear {
	clear:both;
	margin: 0;
	padding: 0;
	height: 1px;
	background-color:  #fffffe;
	color:  #fff;
	border: 0;
	}

p { 
	margin: 10px ;
	text-align: justify;
	}

.jump-up {
	margin: 10px 20px 10px;
	padding: 0;
	text-align:right;
	}

.jump-up a {
	padding: 0 0 0 15px;
	background: url(images/top_icon.gif) left 1px no-repeat;
	}

.more {
	margin: 0 10px 0;
	text-align: right;
	}
	
.more a {
	margin: 0 10px 0;
	padding-left: 15px;
	background:url(images/li_icon.gif) left 1px no-repeat;
	}

.annotation {
	font-size: 95%;
	color: #CC0000;
	}

.date {
	margin: 0 ;
	text-align: right;
	font-size: 90%;
	font-weight:bold;
	color: #666;
	border-bottom: 1px dotted #ccc;
	}

/* becic */

#container {
	margin: 0 auto 0;
	padding: 0;
	text-align: left;
	width: 762px;
	}

#header {
	margin: 0;
	padding: 0;
	background: url(images/header-bg.jpg) left top repeat-x #ffffff;
	}

#sidebar {
	float: right;
	margin: 10px 0 20px;
	padding: 0;
	}
	
#contents {
	float: left;
	margin: 10px 0;
	padding: 0;
	text-align:justify;
	background: url(images/kugiri.gif) right top repeat-y;
	}

#footer {
	clear:both;
	margin: 0;
	padding: 0;
	font-size: 95%;
	border-top: 3px solid #009999;
	background:url(images/foot_logo.gif) right 15px no-repeat #fff;
	}
	
/* #header */

.logo { margin-right: 450px}
	
/* #footer */

#footer ul  {
	margin: 10px 0 0;
	padding: 0;
	}

#footer li  {
	list-style:none;
	display:inline;
	margin: 10px 0 0;
	padding: 0 5px 2px;
	line-height: 1;
	border-right: 1px solid #ccc;
	}

#footer address  {
	margin: 10px 0;
	padding: 0;
	font-style:normal;
	color: #555;
	}

.td10 {font-size: 10pt;line-height: 12pt;color: #555;}
