/* CSS Document */



html, body{
    height:100%;
}

body{
	background: url(../img/bg.jpg) top left repeat-x;
}

* {/* 全ての要素のmarginとpaddingを初期化 */
  margin: 0;
  padding: 0;
  font-size: 98%;
  line-height: 130%;
}



/* ▼既存タグ再定義
----------------------------------------------------- */

img {
	border: 0px;
	color:#FFF;
	background:transparent;
	vertical-align:top;
	text-align: left;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px
}
.clear-img {
	clear:both;
}
.center{
	text-align:center
}
h1{
	text-indent: -9999px;
	background: url(../img/logo.gif) top no-repeat;
	width: 212px;
	height: 34px;
	float: left;
	margin-top: 16px;
	margin-left: 11px;
}
h2 a{
	text-indent: -9999px;
	background: url(../img/mail.gif) top no-repeat;
	width: 130px;
	height: 28px;
	float: right;
	margin-right: 5px;
	margin-top: 4px;
}
h3{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:1.5em;
	color:#FFF;
	text-align: left;
	font-weight: normal;
}
h4{
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:1.5em;
	color:#FFF;
	text-align: left;
	font-weight: normal;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}
dl {
	margin:0px;
	padding:0px;
}
dt {
	margin:0px;
	padding:0px;
}
dd {
	margin:0px;
	padding:0px;
}
p {
	text-align: left;
	padding: 0px;
	margin-bottom: 12px;
}

/* ▼全般
----------------------------------------------------- */

.margin-t-15 {
	margin-top: 15px;
}
.margin-b-10 {
	margin-bottom: 10px;
}
.margin-b-15 {
	margin-bottom: 15px;
}
.margin-b-20 {
	margin-bottom: 20px;
}

.margin-b-25 {
	margin-bottom: 25px;
}

.margin-b-40 {
	margin-bottom: 40px;
}

.margin-r-3{
	margin-right: 3px;
	}

.margin-left-30{
	margin-left: 30px;
	}

.margin-left-20{
	margin-left: 20px;
	}

.fontsize-10{
	font-size: 10px;
	}
.font-red{
	color: #FF0000;
	}

.headline{
	background: url(../img/headline.gif) top left no-repeat;
	width: 724px;
	height: 36px;
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 14px;
	padding-left: 36px;
	}


/* ▼メイン
----------------------------------------------------- */


#wrap{
	width: 760px;
    margin:0px auto;
}

.to_top_home{
	clear: both;
	width: 710px;
	height: 25px;
	background: url(../img/to_top.gif) right bottom no-repeat;
	}
.to_top_home a, .to_top_home a:hover, .to_top_home a:link, .to_top_home a:visited, .to_top_home a:active{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 104px;
	height: 25px;
	margin-left: 600px;
	font-size: 90%;
	padding-top: 3px;
	padding-left: 6px;
	}

.to_top{
	margin-left: 20px;
	clear: both;
	width: 710px;
	height: 38px;
	background: url(../img/to_top.gif) right bottom no-repeat;
	border-top: 2px #185D90 dotted;
	}
.to_top a, .to_top a:hover, .to_top a:link, .to_top a:visited, .to_top a:active{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 104px;
	height: 22px;
	margin-left: 600px;
	margin-top: 14px;
	font-size: 95%;
	padding-top: 3px;
	padding-left: 6px;
	}




/* ▼ヘッダー
----------------------------------------------------- */

#head{
	background: url(../img/head.jpg) left top no-repeat;
	height: 60px;
	width: 760px;
	}

/* ▼メニュー
----------------------------------------------------- */

#gnav{
	margin: 0px 0px 0px 247px;
	width: 512px;
	height: 50px;
	margin-bottom: 5px;
	}

#gnav li{
	width: 100px;
	height: 50px;
	float: left;
	}

#gnav_home a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/home.gif) top left no-repeat;
	text-indent: -9999px;
	}

#gnav_home_on a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/home.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_home a:hover{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/home.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_device a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/device.gif) top left no-repeat;
	text-indent: -9999px;
	}

#gnav_device_on a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/device.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_device a:hover{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/device.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_about a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/about.gif) top left no-repeat;
	text-indent: -9999px;
	}

#gnav_about_on a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/about.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_about a:hover{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/about.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_setup a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/setup.gif) top left no-repeat;
	text-indent: -9999px;
	}

#gnav_setup a:hover{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/setup.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_setup_on a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/setup.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_maintenance a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/maintenance.gif) top left no-repeat;
	text-indent: -9999px;
	}

#gnav_maintenance a:hover{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/maintenance.gif) bottom left no-repeat;
	text-indent: -9999px;
	}

#gnav_maintenance_on a{
	display: block;
	width: 100px;
	height: 50px;
	background: url(../img/gnavi/maintenance.gif) bottom left no-repeat;
	text-indent: -9999px;
	}


/* ▼フッター
----------------------------------------------------- */

#foot{
	margin: 20px auto 0px;
	width: 760px;
	text-align: center;
}

#foot_link{
/*	width: 305px;*/
	margin: 0px auto 0px;
	}

#foot_link li{
	float: left;
	}

#foot_link li a{
	font-size: 86%;
	}

.foot_bar{
	border-right: 1px #333333 solid;
	}

#copyright{
	border-top: 1px #333333 solid;
	padding-top: 10px;
	margin: 6px auto 20px;
}




