@charset "UTF-8";
a:link {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #330099;
	text-decoration: none;
}

a:visited  {
	text-decoration: none;
	color: 330099;
}



body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/bg-b.jpg);
	background-repeat: repeat-x;
	color: #333;
}

#container {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	min-height:420px;
	background-image: url(images/bg-img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header {
	width: auto;
	height: 44px;
	overflow: hidden;
	background-color: #000000;
	background-image: url(images/bg-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#header h1 {
	text-indent:-9999px;
}

#header a {
	height: 44px;
	width: 205px;
	display: block;
}
#mainNavi {
	position: absolute;
	width: 530px;
	top: 0px;
	left: 220px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
#mainNavi li  {
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	list-style: none;
}
#mainContents {
	width: 280px;
	float: left;
	margin-top: 60px;
	margin-left: 55px;
}
#mainContents h1 {
	margin-top: 0px;
	margin-bottom: 20px;
}

#mainContents h2{
	font-weight: normal;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 130%;
	text-indent: 0px;
}


#mainContents li {
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 100%;
	text-indent: 0px;
	list-style: url(contents/images/ss.gif) none;
	padding-bottom: 10px;
}
#mainContents ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#copy {
	position: absolute;
	top: 450px;
	text-align: right;
	left: 577px;
}


#ribbon {
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	_position: absolute; 
}

#tsublog_bgsp_box {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 150%;
	color: #a43334;
	border: 1px dotted #FFDED5;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#container .yearinfo {
	width: 280px;
	float: right;
	margin-top: 60px;
}
.yearinfo p {
	color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 80%;
}
.yearinfo .ttlyearinfo {
	font-weight: bold;
	color: #FFF;
}

