@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;
}
#container {
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	min-height:420px;
	background-image: url(../images/bg-img2.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, p{
	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 {
	height: 300px;
	width: 450px;
	left: 55px;
	position: relative;
	top: 60px;
}
#mainContents h1 {
	margin: 0px;
}
#mainContents p {
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 130%;
	text-indent: 0px;
	margin: 0px;
}
#mainContents ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
#mainContents li {
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 130%;
	text-indent: 0px;
	margin: 0px;
	list-style: disc url(images/ss.gif);
}
#mainContents h2 {
	font-size: 12px;
	color: #582935;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#copy {
	position: absolute;
	top: 450px;
	width: 750px;
	text-align: right;
}



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

.bigTxt {
	font-size: 150%;
	line-height: 200%;
}

.boldTxt {
	font-size: 120%;
	font-weight: bold;
	line-height: 200%;
}

#tsublog_bgsp_box {
	font-size: 12px;
	color: #C33;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px dotted #FFCCC3;
}

