@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	background:url(../images/common/bg2.png);
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5;
	color:#000;

}
img{
	border:0;
}

/*枠組み*/
#container_wrapper{
	width:950px;
	background-image:url(../images/common/bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#fff;
}

/*ヘッダー*/
#header{
	background:url(../images/common/header.png) no-repeat;
	height:108px;
}
#header p,
#header h1{
	text-indent:-9999px;
}
/*メインナビ*/
#main_nav{
	position:relative;
	width:900px;
	height:60px;
	margin-top:10px;
	list-style:none;
	margin-bottom:10px;
}

#main_nav li{
	position:absolute;
	top:0;
	height:60px;
}
#main_nav li a{
	display:block;
	height:0;
	padding-top:60px;
	overflow:hidden;
	background-image:url(../images/common/main_navi_new.png);
	background-repeat:no-repeat;
}
#nav_home{
	left:0;
}
#nav_home,
#nav_home a{
	width:59px;
}
#nav_home a{
	background-position:0 0;
}
#nav_home.current a,
#nav_home a:hover{
	background-position:0 -60px;
}

#nav_profile{
	left:59px;
}
#nav_profile,
#nav_profile a{
	width:141px;
}
#nav_profile a{
	background-position:-59px 0;
}
#nav_profile.current a,
#nav_profile a:hover{
	background-position:-59px -60px;
}

#nav_diary{
	left:200px;
}
#nav_diary,
#nav_diary a{
	width:140px;
}
#nav_diary a{
	background-position:-200px 0;
}
#nav_diary.current a,
#nav_diary a:hover{
	background-position:-200px -60px;
}

#nav_declaration{
	left:340px;
}
#nav_declaration,
#nav_declaration a{
	width:140px;
}
#nav_declaration a{
	background-position:-340px 0;
}
#nav_declaration.current a,
#nav_declaration a:hover{
	background-position:-340px -60px;
}

#nav_report{
	left:420px;
}
#nav_report,
#nav_report a{
	width:120px;
}
#nav_report a{
	background-position:-420px 0;
}
#nav_report.current a,
#nav_report a:hover{
	background-position:-420px -60px;
}
#nav_interpellation{
	left:480px;
}
#nav_interpellation,
#nav_interpellation a{
	width:140px;
}
#nav_interpellation a{
	background-position:-480px 0;
}
#nav_interpellation.current a,
#nav_interpellation a:hover{
	background-position:-480px -60px;
}
#nav_results{
	left:620px;
}
#nav_results,
#nav_results a{
	width:140px;
}
#nav_results a{
	background-position:-620px 0;
}
#nav_results.current a,
#nav_results a:hover{
	background-position:-620px -60px;
}

#nav_cheer{
	left:760px;
}
#nav_cheer,
#nav_cheer a{
	width:140px;
}
#nav_cheer a{
	background-position:-760px 0;
}
#nav_cheer.current a,
#nav_cheer a:hover{
	background-position:-760px -60px;
}


/* 内部 */
#contents{
	background-color:#fff;
	margin-top:20px;
}
#main_area {
	width:650px;
	margin-right:32px;
	float:right;
	margin-right:0;
}
*html #main_area {
	width:650px;
	margin-right:16px;
	float:right;
	margin-right:0;
}
#sub_area {
	width:190px;
	margin-left:17px;
	padding:10px;
	padding-top:0px;
	float:left;
	margin-left:0;
	margin-bottom:10px;

}
*html #sub_area {
	width:190px;
	margin-left:8px;
	padding:10px;
	float:left;
	margin-left:0;
	margin-bottom:10px;
}


/* フッター */
#footer{
	background-color:#FFCC00;
	height:200px;
	clear:both;
	background-image:url(../images/common/footer.png);
	background-repeat:no-repeat;
	width:900px;
	overflow:hidden;
}
#footer_inner{
	margin-left:30px;
	margin-top:80px;
	overflow:hidden;
}
#footer_inner ul{
	width:450px;
	overflow:hidden;
	margin-bottom:20px;
}
#footer_inner ul li{
	float:left;
	padding-left:16px;
	background-image:url(../images/common/footer_list.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin-right:10px;
	list-style:none;
	list-style-type:none;
	white-space:nowrap;
	font-size:12px;
}
#footer_inner ul li a{
	display:inline-block;
}
p#copyright{
	clear:both;
	font-size:10px;
}
#scroll{
	height:200px;
	overflow:hidden;
	clear:both;
}

/* --- toppage scroll ---*/
#back-to-top {
	position: fixed;
	right: 12px;
	bottom: 12px;
}
p#back-to-topimg a {
	background: url(../images/back-to-top001.png) no-repeat;
	height: 40px;
	width: 40px;
}
a {
	text-decoration: none;
}
.col {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

p.pagetop {
	clear: both;
	position: fixed;
	right: 0;
	bottom: 30px;
}

span.new {
    color: #fff;
    background-color: #f00;
    font-size: 12px;
    margin-right: 6px;
    padding: 1px;
}

