@charset "utf-8";

/*
---------------------------------------------------------------
Base CSS by Wingspan Inc.
Last Up Date :2009/5/1
---------------------------------------------------------------
*/


/* reset */
* {
	margin: 0;
	font-style:normal;
}
html {
	margin:0;
	padding:0;
	height: 100%
}
body {
	margin:0;
	padding:0;
	height: 100%
	text-align:center;
	background-image: url(../images/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: right -130px;
}
h1,h2,h3,h4,h5 {
	font-size:1em;
	margin:0;
	padding:0;
}
ul,ol,li {
	margin:0;
	padding:0;
	list-style: none;
}
img { 
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th p,td p {
	margin:0;
	padding:0;
}
a {
	color:#666;
}
a:hover {
	text-decoration:underline;
}


/* wrapper */
#wrapper {
	min-height: 100%;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -100px;
	margin-left: auto;
	height: auto;
	text-align: left;
}


/* left_wrapper */
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
#left_wrapper {
	float: left;
	width: 220px;
	height: auto;
	clear: none;
}
#left_wrapper #left_logo{
	height: 90px;
	width: 220px;
}
#left_wrapper #left_counter {
	height: 130px;
	width: 220px;
	background-image: url(../images/left_counter.png);
	background-repeat: no-repeat;
}
#left_wrapper #left_counter #counter_title {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 0.9em;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	height: 50px;
	width: 220px;
}
#left_wrapper #left_counter #counter_text {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
	color: #333333;
	text-align: center;
	height: 20px;
	width: 220px;
}
#left_wrapper #left_counter #counter {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 1.5em;
	line-height: 50px;
	color: #FF0000;
	text-align: right;
	height: 70px;
	width: 160px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#left_wrapper #left_navi_wrapper {
	width: 220px;
}
#left_wrapper #left_navi_wrapper #left_navi_header {
	height: 40px;
	width: 220px;
}
#left_navi_menu_wrapper {
	position: relative;
	width: 220px;
	background-image: url(../images/left_navi_base.png);
	background-repeat: repeat-y;
	height: auto;
}
#left_wrapper #left_navi_wrapper #left_navi_footer {
	height: 40px;
	width: 220px;
	clear: right;
}

/* right_wrapper */
#right_wrapper {
	width: 780px;
	float: left;
	height: auto;
}
#right_wrapper #title_bar {
	height: 80px;
	width: 780px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 20px;
	line-height: 80px;
	color: #333333;
	text-align: left;
	text-indent: 100px;
	font-weight: bold;
}
#right_wrapper #subtitle_bar {
	height: 30px;
	width: 730px;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 30px;
	color: #FF0000;
	text-align: left;
	margin-right: 10px;
	margin-left: 40px;
}
#wrapper #footer {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 10px;
	line-height: 30px;
	color: #333333;
	text-align: left;
	height: 100px;
	width: 730px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	margin-right: 10px;
	margin-left: 260px;
}
#right_wrapper #pagetop {
	width: 730px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 40px;
	clear: both;
	padding-bottom: 30px;
}
#right_wrapper #pagetop a {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	text-align: left;
}
#right_wrapper #pagetop a:hover {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	text-align: left;
}
#right_wrapper #s_pagetop {
	padding-top: 20px;
	clear: both;
	padding-bottom: 50px;
}
#right_wrapper #s_pagetop a {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	text-align: left;
}
#right_wrapper #s_pagetop a:hover {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: underline;
	text-align: left;
}
