*{
	margin: 0;
	padding: 0;
}

/** html body{   
    overflow: hidden;   
} 

* html #container{   
    height: 100%;   
    overflow: auto;   
}*/

li{
	list-style: none;
}

img{border: 0;}

p{
	margin-bottom: 12px;
}

/*透過PNGの設定*/
/** html #container {
    behavior: url(iepngfix.htc):
}*/

img, div, input { behavior: url("iepngfix.htc") }

body{
	color: #555;
	text-align: center;
	background: #396194;
	font-size: 12px;
	line-height: 1.5;
	/*padding: 0 0 50px 0;*/
	font-family: Arial, Helvetica, sans-serif;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



#container{
	width: 878px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header{
	width: 878px;
}

h1{
	width: 878px;
	height: 367px;
	text-indent: -5000px;
	background: url(../monitor/images/header.jpg) no-repeat;
	overflow: hidden;
}

h1 a{
	display: block;
	width: 190px;
	height: 125px;
}

.btn_box{
	width: 240px;
	height: 56px;
	position: absolute;
	top: 310px;
	left: 321px;	
}

#header .boxA{
	width: 650px;
	background: #fff;
	margin: 0 39px;
	padding: 20px 75px 0 75px; 
}

.boxA ul{
	padding: 15px 0;
	color: #FF3300;
	margin-left: 30px;
}

.boxA ul li{
	background: url(../monitor/images/dice.jpg) no-repeat left center;
	margin-bottom: 5px;
	padding-left: 30px;
	height: 20px;
}

#contents{
	width: 650px;
	background: #fff;
	margin: 0 39px;
	padding: 0px 75px 0 75px;
}

#A{
	width: 650px;
	height: 50px;
	background: url(../monitor/images/t01.jpg) no-repeat;
	text-indent: -5000px;
}

.box01{
	width: 620px;
	margin: 0 15px 0 15px;
}

.box01 p{
	width: 600px;
	margin: 5px 10px 0 10px;
}

.a1{
	width: 620px;
	height: 21px;
	background: url(../monitor/images/ts01.jpg) no-repeat;
	text-indent: -5000px;
}

.a2{
	width: 620px;
	height: 21px;
	background: url(../monitor/images/ts02.jpg) no-repeat;
	text-indent: -5000px;
}

.a3{
	width: 620px;
	height: 21px;
	background: url(../monitor/images/ts03.jpg) no-repeat;
	text-indent: -5000px;
}

#B{
	width: 650px;
	height: 50px;
	background: url(../monitor/images/t02.jpg) no-repeat;
	text-indent: -5000px;
}

.b1{
	width: 620px;
	height: 21px;
	background: url(../monitor/images/ts06.jpg) no-repeat;
	text-indent: -5000px;
	margin-top: 10px;
}

.b2{
	width: 620px;
	height: 21px;
	background: url(../monitor/images/ts07.jpg) no-repeat;
	text-indent: -5000px;
}

table{
	padding: 5px;
}

tr,th,td{padding: 5px;
	border: 1px solid #fff;
}

th{
	background: #e8eef9;
	text-align: right;
	font-weight: normal;
}

td{
	background: #eff0f9;
}

ol{
	padding: 5px 0;
	/*color: #FF3300;*/
	margin-left: 30px;
}

ol li{
	background: url(../monitor/images/dice2.jpg) no-repeat left center;
	margin-bottom: 5px;
	padding-left: 30px;
	height: 20px;
}

#boxB{
	text-align: center;
	background: url(../monitor/images/btn_bg.jpg) repeat-x #358f5c;
	margin-top: 30px;
	padding: 15px 0 10px 0;
	border-top: 10px solid #003300;
}

.detail{
	text-align: right;
}

#C{
	width: 650px;
	height: 50px;
	background: url(../monitor/images/t03.jpg) no-repeat;
	text-indent: -5000px;
}

.c1{
	width: 620px;
	height: 21px;
	background: url(../monitor/images/ts08.jpg) no-repeat;
	text-indent: -5000px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.c2{
	width: 620px;
	height: 21px;
	background: url(../monitor/images/ts05.jpg) no-repeat;
	text-indent: -5000px;
	margin-top: 15px;
	margin-bottom: 5px;
}

 
   
/*div#headerArea {   
    position: fixed !important;   
    position: absolute;   
    top: 0;   
    left: 0;   
    width: 100%;   
    height: 100px;   
    background-color: #4E9ABE;   
    color: #fff;   
}   */
/*div#DD {   
    position: fixed !important;   
    position: absolute;   
    bottom: 0;   
    left: 0;   
    width: 100%;   
    height: 50px;   
    background-color: #4E9ABE;   
    color: #fff;   
} */

.totop{
	text-align: right;
	font-size: 10px;
	padding-bottom: 20px;
	/*margin-bottom: 20px;*/
	margin-top: 10px;
	border-top: 1px dashed #999999;
} 

#footer{
	width: 878px;
	height: 100px;
	background: url(../monitor/images/footer.jpg) no-repeat #396194;
	clear: both;
	text-align: center;
}

#footer p{
	font-size: 10px;
	line-height: 100px;

}



