i {
	font-style: normal;
}
body{
	background-color:#333;
	color: #BCC1B2;
	line-height: 150%;
	font: 12px;
	*font-size: small;
	*font: x-small;
	/*background-image: url(../../../../file/BGdev.png);*/
	background-repeat: no-repeat;
}
a{
	color: #7C8074;
	font-weight:bold;
}
a:hover{
	color: #BCC1B2;
}
p{
	margin-bottom:20px;
	line-height: 180%;
}
.Outline.center {
//	min-width: 1020px;
	overflow-x: auto;
}

.Outline.center > .Navi {
	background-image: none;
	box-shadow: none;
	text-align: center;

}

.Outline.center > .subNavi {
	background-image: none;
	box-shadow: none;
	height: 50px;
	text-align: center;
	margin: -48px 0 20px 250px;
}

.Outline > .Navi > ul{
	text-align: center;
	margin: 0px auto;
}

.Outline > .Navi > ul > li{
	float:none;
	display:inline;
	margin:8px 15px 0;
	color: hsl(0, 0%, 36%);
	font-weight: bold;
}

.Outline > .Navi > .sub_navi{
	margin-top: 7px;
}

.Outline > .Navi > .sub_navi li{
	font-size: 1.0em;
	margin:8px 12px 0;
}

.Outline.center > .Frame{
	margin-top: 47px;
}
.Outline > .Footer{
	background-color: #333;
	background-image:none;
}

.button_DL{
	width:auto;
	height:30px;
	line-height: 30px;
	border: 0;
    font-weight: bold;
    cursor: pointer;
    margin:40px auto 0;
    text-align: center;
    display: block;
    padding:0 5px;
}
.button_DL a{
	color: #fff;
	display: inline;
    background:#676B5D;
    padding: 7px 35px;
}
.button_DL .disable{
	color: #999;
	display: inline;
    background:#4A4D42;
    padding: 7px 35px;
}
.button_link{
	width:250px;
	height:30px;
	line-height: 30px;
	border-top: 1px solid #BCC1B2;  
    border-right: 1px solid #BCC1B2;  
    border-bottom: 1px solid #BCC1B2;  
    border-left: 1px solid #BCC1B2;   
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
}
.button_link a{
	display: block;
}

/*input{
	border:0px;
	margin:0;

}*/

.area_main{
	width:800px;
	margin:0 auto 50px auto;
}

.area_main > h1{
	font-size:130%;
	font-weight: bold;
	margin: 15px 0 34px;
	text-align: left;
	letter-spacing: 0.2em;
}

.area_main > .area_text{
	width: 800px;
	margin: 0 auto 20px auto;
}