@charset "utf-8";

/*--------------------------------------
 基本設定
---------------------------------------*/
html{}

body{
    margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    text-align:center;   /* 下記のautoに未対応用のセンタリング */
    font-size: 85%;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}

/*--------------------------------------
全体構成 topcategory
---------------------------------------*/

#topcategory{
	min-width:980px;
	margin:0 auto;
}

#topbox1{
	min-width:980px;
	background:url(../img/testbg.gif) repeat-x;
	height:80px;
}
#topbox2{
	width:980px;
	margin:0 auto;
	padding-top:3px;
	overflow:hidden;
}
#contents{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	margin-top:17px;
}

/*--------------------------------------
見出し(headline)
---------------------------------------*/
h1{
	font-size:15px;
	color:#ffffff;
	margin:23px 0 0 20px;
	float:left;
}

#topleft{float:left;}
#logo{
	margin-top:18px;
	float:left;
	font-size:21px;
	font-weight:bold;
	color:#ffffff;
}

#logo a{color:#ffffff;}
#logo a:hover{text-decoration:none;}

/*--------------------------------------
Menu TabBox Main Content  
---------------------------------------*/
#menu{
	min-width:980px;
	border-bottom:1px solid #bfbfbf;
	height:66px;
}

#tab_menu{
	width:980px;
	overflow:hidden;
	font-size:14px;
	margin:0 auto;
}

#tab_menu li{
	float:left;
	line-height:0;
	height:66px;
	width:196px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	list-style:none;
	background:url('../img/tabBack.gif') no-repeat;
}

#tab_menu li a{
	display:block;
	color:#333333;
	text-decoration:none;
	padding:26px 0 0;
}
#tab_menu a:hover{color:#7ac225;}
#tab_menu span{
	font-size:10px;
	margin-top:10px;
	line-height:40px;
	color:#7ac225;
	letter-spacing:1px;
	font-weight:normal;
}

/* MENU表示 (共通) */

#menu .tabContent {
	clear:both;
	width:900px;
	margin:5px auto auto auto;
/*	padding:0 25px 0 0; */
	list-style:inside;
    text-align:left;
    padding-bottom: 80px;
}

#menu .tabContent h2 {
	border-bottom: 2px solid #0066CC;
	width: 900px;
	text-align: left;
	background-color: #fff;
	font-size: 18px;
	color: #000000;
    padding: 10px 10px 0px 0px;
}

#menu .tabContent h3 {
	width: 900px;
	text-align: left;
	background-color: #fff;
	font-size: 18px;
	color: #000000;
    padding: 10px 10px 0px 0px;
}

#menu .tabContent h4 {
	width: 900px;
	text-align: left;
	background-color: #e6f1ff;
	font-size: 14px;
	color: #000000;
    padding: 0px 10px 0px 0px;
}

.img-vision {
  display: block;
  margin-top:100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:100px;
}

/*--------------------------------------
お知らせ リンク Custom
---------------------------------------*/

.news dt{
	float:left;
	clear:both;
	line-height:38px;
   
}
.news dd{
    float:left;
	padding:0 0 0 0px;
	line-height:38px;
}

/* MENUカスタマイズ(タブの内容表示 tab3) */

#menu .CoList {
	line-height:1em;
}

#menu .CoList dt {
	clear:left;
	float:left;
	width: 7.5em;
	border-left: solid 0.5em #0066CC;
	margin: 0 0 5px 0;
	padding:5px 0 5px 1em;
	color: #000000;	
}

#menu .CoList dd {
	margin: 0 0 0.1em 0;
	padding:5px 0 1em 7.5em;
}

#menu .CoList li {
	line-height:1.5em;
	padding-left:2em;
	text-indent:-2em;
    font-size: 90%;

}

/*--------------------------------------
Footer Custom
---------------------------------------*/

#footerContent {
	clear:both;
}

#footer {
	background: #333333;
	border-top: solid 1px #333333;
	color: #ffffff;
    position: fixed;    
	bottom: 0px;
	width: 100%;
	height: 50px;
}

#footer p {
	line-height: 0.5em;
/*	text-align:left; */
	text-align:right;
	padding:0.5em 0.5em 0 0;
}

#copyright p {
    text-align:right;
    font-size: 8pt;
    font-weight: normal;
    padding:0 0.5em 0.5em 0;
}
