﻿@charset "utf-8";

/* ------------------------------------------------------------------------

webページ全体の設定を決めるCSS

------------------------------------------------------------------------*/
.st
{
	padding:0 !important;
}
html
{
	background:url(../img/back.jpg) repeat 0 0;
}

body{
	margin: 10px 0;
	padding: 0px;
}

#g_head {
	margin-bottom: 5px;
	width:900px;
	display:block;
	position: relative;
}
#g_head .floatRight {
	padding-top:30px;
}


#headMenu
{
	width:330px;
	padding-top:25px;
	opacity: 1;
	
}

/*  ページ全体の幅の設定
------------------------------------------------------------------------*/
body #page{
	width:900px;
	margin:0 auto;
	}


/*  main　サイト全体の幅の設定
------------------------------------------------------------------------*/
body #main{
	width:900px;
	margin:0 auto;
	}
	
	


/*  mainInner　サイト内コンテンツの幅の設定
------------------------------------------------------------------------*/
#mainInner
{
	width:760px;
	margin:0 auto;
	padding:20px 20px;
}


/*  footer
------------------------------------------------------------------------*/
footer
{
	width:900px;
	display:block;
	clear:both;
	padding:0px;
	border-top:dotted 1px #999;
	font-size:12px;
	height: 110px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
}

.foot_menu
{
	border-bottom:solid 1px #666;
	position:relative !important;
	margin:0 0 20px;
	padding:0 !important;
	height:24px;
	line-height:24px;
	display:block;
}

.foot_menu p
{
	height:24px;
	font-size: 80%;
}

.foot_menu .page_top
{
	position:absolute;
	top:-2px !important;
	right:0px !important;
	display:block;
}

/*  メインメニュー
------------------------------------------------------------------------*/


#mainMenu
{
	background:url(../img/menu.png) no-repeat 0 0;
	width:900px;
	padding:0 8px;
	margin-right:-8px;
	margin-left:-8px;
}
#mainMenu li
{
	float:left;
	display: block;
}

#mainMenu li a,
#mainMenu li p

{
	width:180px;
	height:60px;
	display:block;
	text-indent:-9999px;
	padding:0;
	margin:0;
}

#mainMenu .menu-2 a,
#mainMenu .menu-3 a
{
	width:160px !important;
}



/*  マウスオーバー時　均等幅の場合ボタンのサイズ分づつずらす　*/

#mainMenu .menu-1 a:hover,
#corporation .menu-1 a
{
	background:url(../img/menu_over.gif) -8px bottom;
}

#mainMenu .menu-2 a:hover,
#group .menu-2 a
{
	background:url(../img/menu_over.gif) -188px bottom;
}
#mainMenu .menu-3 a:hover,
#survey .menu-3 a
{
	background:url(../img/menu_over.gif) -348px bottom;
}
#mainMenu .menu-4 a:hover,
#photo .menu-4 a
{
	background:url(../img/menu_over.gif) -508px bottom;
}
#mainMenu .menu-5 a:hover,
#club .menu-5 a
{
	background:url(../img/menu_over.gif) -688px bottom;
}




/*  mainInner
------------------------------------------------------------------------*/

/*  太文字　*/
#mainInner .strongTxt
{
	font-size:14px;
	font-weight:bold;
	color:#990000;
	width:
}

/*  赤文字　*/
#mainInner .redTxt
{
	color:#990000;
}


/* 注釈用
-----------------------------------------------------*/
.caps{
	text-indent:-1.4em;
	margin-left:1.4em;
}

#path_list
{
	font-size:12px;
	margin-bottom:15px;
}

/**/

#sub_menu
{
	float:left;
	width:190px;
}

*html #sub_menu
{
	width:180px !important;
	overflow:hidden;
}

#sub_menu img
{
	padding:0;
	vertical-align:bottom;
}

#contents_area
{
	background:url(../img/contents_back.png) repeat-y 0 0;
	width:640px;
	padding:0 0px 40px 70px;
	float:right;
	font-size:14px;
	line-height:32px;
}

#contents_area.w600
{
	width:600px !important;
	padding:0 40px 40px 70px !important;
}


#contents_box:after{
    content: ""; 
    display: block; 
    clear: both;}

#contents_box{display: inline-table;  overflow:hidden; zoom:1;/*for IE 5.5-7*/}
/* Hides from IE-mac \*/
#contents_box{display: block;}


#page_title
{
	width:710px;
	margin-top:-1px;
	margin-left:-70px;
	margin-right:-40px;
	margin-bottom:55px;
	font-size:10px;
	text-align:right;
	line-height:10px;
}

.finding
{
	margin-bottom:20px;
}
.sub_find
{
	margin-left:-70px;
	margin-bottom:15px;
}.foot_menu p span {
	color: #999;
}
