@charset "EUC-JP";
/*
-----------------------------------------------------------------
     - BASE
     - HEADER
     - MENU
     - CONTENTS
     - FOOTER
------------------------------------------------------------------
*/






/*
==================================================================
BASE
==================================================================
*/

* {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "Verdana", "Arial", "sans-serif";
	font-size: 12px;
	text-align: center;
	background: #112446;
	color:ffffff;
}

 
/* 全ページ共通 枠 */
#wrapper {
	margin-top: 0px;
	width: 755px;
	margin-top:10px;
    margin-left: auto;
    margin-right: auto;
	background: url("./image/bg.gif") repeat-y;
	text-align: left;
}


table th,td {
  font-size: 10pt;
}



img {
	border: 0px;
}


/* リンク */
a:link {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border: 0px;
}
a:active {
	text-decoration: none;
	border: 0px;
}
a:hover {
	text-decoration: none;
	border: 0px;
}

/* トッピクスのページめくり */

.turning_page {
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}

a.turning_lnk {
	font-size: 12px;
	color: #fdbc00;
}
a.turning_lnk:active {
	color: #fdbc00;
}
a.turning_lnk:visited {
	color: #fdbc00;
}
a.turning_lnk:hover {
	color: #9f003e;
}



h1 {
	line-height : 0%;
	left:-999;
	top:-999;
	position:absolute;

}





/*
==================================================================
HEADER
==================================================================
*/

#header {
	margin:  0px 27px 0px 27px;
}

#header_top {
	width:755px;
	height: 23px;
	vertical-align: bottom;
	background: url("./image/header.gif") no-repeat;
	float:right;
}


#header_title {
	height: 32px;
	width:  168px;
	background: url("./image/terajima.gif") no-repeat;
	float:left;
}



/*
==================================================================
MENU
==================================================================
*/

/*--------wide_menu----------------------------------*/

/* top_menu (上部に表示されているメニュー)*/

.top_wide_menu{
	height:32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
}

.top_wide_menu_button{
	margin: 0px 0px 0px 0px;
	float: left;
}





/*---------side_menu(左部に表示されているメニュー) -----------------------------*/

.side_menu_box{
	width: 222px;
	float: left;
}

.side_menu{
	margin: 0px 0px 0px 35px;
}

.side_menu_main{
	width: 185;
	background: url("./image/side_menu_bg.gif");
}

.login_button{
	width: 185px;
	height: 103px;
	margin: 10px 0px 0px 35px;
}

.login_text{
	width: 185;
	margin: 10px 0px 10px 35px;
	font-size: 10px;
	text-align: left;
}





/*
==================================================================
Page_title
==================================================================
*/

#page_title{
	padding: 0px 0px 0px 27px;
	float: left;
}

/* ハイブリッドソーラー・ボタン */


.hyblid_button {
	padding: 5px 0px 0px 0px;
}



/*
==================================================================
CONTENTS
==================================================================
*/

#contents{
	padding: 0px 27px 0px 0px;
	float: right;
}



/*
==================================================================
FOOTER
==================================================================
*/
#footer {
	width: 755px;
	height: 135px;
	background: url("./image/footer.gif");
	clear: both;
}

#footer2 {
	width: 755px;
	height: 25px;
	background: url("./image/footer2.gif");
	clear: both;
}



/*==カウンター===================================*/
.counter{
	float: left;
}


.copyright {
	font-family: Times,Times New Roman,"ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size: 10px;
	color: #cccccc;
	margin: 0px 27px 0px 0px;
	padding: 110px 0px 0px 0px;
	text-align: right;
}

