@charset "utf-8";
/* ===================================================================
CSS information

 file name  :module.css
 style info :共通（ヘッダー、フッター）
=================================================================== */

/*==================================================================

	基本設定、リンクカラーなど
------------------------------------------------------------------*/
body {
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,sans-serif;
	line-height:1.4;
	min-width:900px;
}

a {
}


a:visited {
}

a:hover {
}

a:active {
}

/*==================================================================

	clearfix
------------------------------------------------------------------*/
/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size:0%;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}


/*==================================================================
	#全体
------------------------------------------------------------------*/
#page {
}

/*==================================================================
	#header
		ヘッダー
------------------------------------------------------------------*/
#header {
}
#headerLogo{
	height:80px;
	padding-left:30px;
}
#headerMenu{
	padding-left:30px;
	background:url('/common/img/header/menuback.gif') repeat-x;
}
#headerMenu ul{
	height:32px;
	background:url('/common/img/header/header_menu_back.gif') no-repeat;
}
#headerMenu ul li{
	float:left;
	padding-top:2px;
	width:117px;
	height:30px;
}
#headerMenu ul li a{
	display:block;
	overflow:hidden;
	width:110px;
	height:26px;
	background-image:url('/common/img/header/header_menu_back.gif');
	background-repeat:no-repeat;
	text-indent:-9999px;
}
#hdmn1{
	background-position:0 -2px;
}
#hdmn1:hover{
	background-position:0 -34px;
}
#hdmn2{
	background-position:-117px -2px;
}
#hdmn2:hover{
	background-position:-117px -34px;
}
#hdmn3{
	background-position:-234px -2px;
}
#hdmn3:hover{
	background-position:-234px -34px;
}
#hdmn4{
	background-position:-351px -2px;
}
#hdmn4:hover{
	background-position:-351px -34px;
}
#hdmn5{
	background-position:-468px -2px;
}
#hdmn5:hover{
	background-position:-468px -34px;
}
#hdmn6{
	background-position:-585px -2px;
}
#hdmn6:hover{
	background-position:-585px -34px;
}
#headerLoginArea{
	height:30px;
	background-color:#647DAA;
}
#headerLoginArea h2{
	float:left;
	width:75px;
	height:30px;
	text-indent:-9999px;
	background:url('/common/img/header/header_login_title.gif')
}
#headerLoginArea p{
	float:left;
	padding:5px 3px 0px 5px;
	font-size:10px;
	color:#ffffff;
}
.memberEmail,.memberPassword{
	width:120px;
	height:14px;
}
.loginButton{
	padding:1px;
	border:2px outset #5F74C4;
	font-size:12px;
	color:#ffffff;
	letter-spacing:1px;
	background:url('/common/img/header/bt_back.gif') repeat-x;
}
#headerLoginArea .loginButton{
	height:20px;
	font-size:10px;
}
/*==================================================================
	#header
		コンテンツ
------------------------------------------------------------------*/
.contents {
	margin:10px 30px 0 30px;
}


/*==================================================================
	#footer
		フッター
------------------------------------------------------------------*/
#footer{
	clear:both;
	margin-top:20px;
	padding:10px 10px;
	border-top:2px #CFCECE solid;
}
#footer ul li{
	float:right;
	margin:0 0 4px 14px;
}
#footer ul li a{
	display:block;
	padding:0 0 0 20px;
	background:url('/common/img/footer/icon_footer.gif') no-repeat left center;
	text-decoration:none;
	font-size:12px;
	color:#0000FF;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#FF0000;
}
#footer p{
	clear:both;
	text-align:right;
	font-size:12px;
}
#footer p a{
	letter-spacing:1px;
	text-decoration:none;
	color:#000;
}
#footer p a:hover{
	text-decoration:underline;
}


/*==================================================================

	下層共通
------------------------------------------------------------------*/
/*
	パンくず
--------------------------------------------------- */
#topicPath {
}


/*
	ページング
--------------------------------------------------- */
.paging  {
}