@charset "utf-8";

/*
自治労水週間　基本css
*/

/***********************************************************
	汎用設定
***********************************************************/

/*■floatのクリア等に使用■*/
.clear { clear: both; }


/*■JavaScript用■*/
.SwapImg {}


/***********************************************************
	共通設定
***********************************************************/

/*■基本レイアウト■*/
body {
	margin: 0;
	padding: 0;
	color: #333333;
	/*font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;*/
	/*font-family:"Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ ゴシック","Osaka‐等幅","sans-serif";*/
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	font-size: 14px;
	line-height: 1.6;
	background-image: url(../img/backwave_down.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}

/*一般的なリンク*/
a:link,
a:visited { color: #0141b6;  }
a:hover,
a:focus,
a:active  { color: #eb610f;  }

/*ページid（<body>に適用）暫定*/
#PgTop {}
#PgPsi {}
#PgReport {}

/*ページclass（<body>に適用）暫定*/
.CatHub {}
.CatKiji {}


/*ヘッダー*/

/*メインナビ*/

/*トップページ*/

/*フッター*/



/* -------------------------------------
 *	リストスタイル（上部メニュー）
 * ------------------------------------- */
.up_menu {
	margin-top: 20px;
	margin-bottom: 45px;
	float:right;
	width: 350px;
	font-size: 11px;
	color: #254576;
	
}

.up_menu ul {
	list-style: none;
	margin-bottom: 20px;
}

.up_menu ul li {
	background-position:0px 6px;
	text-align: left;
	list-style-position: inside;
	margin-right:0px;
	float: right;
	background-repeat: no-repeat;
	margin-left: 30px;
}

.up_menu_area {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* -------------------------------------
 *	コンテンツエリア
 * ------------------------------------- */
#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}


/* -------------------------------------
 *	全ページ共通
 * ------------------------------------- */

#topwave {
	background-image: url(../img/backwave_up.gif);
	background-repeat: repeat-x;
	background-position: top;
}


#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
}

#footer p{
	margin-top:20px;
	text-align:right;
	margin-bottom: 20px;
	font-size:12px;
	color:#003366;
}

