﻿/*******背景BOX内容*******/
body{
	background-color:#709900;
	background-image:url('../image/body_bg.gif');
	background-repeat:repeat-x;
	background-position:center top;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#whitebox {
	display:block;
	width:780px;
	height:650px;
	padding:10px;
    border-radius:20px;         /* CSS3 */
    -moz-border-radius: 20px;    /* Firefox */
    -webkit-border-radius: 20px; /* Safari,Chrome */
    background-color:white;
    border: 2px gray solid;
	margin:40px;
}




/*******title内容*******/
#title{
	display:block;
	text-align:center;
	margin-bottom:40px;
}

#diclogo{
	padding-top:20px;
}

#title p{
	font-size:1em;
	font-weight:bold;
}




/*******main内容*******/
#main{
	display:block;
	width:700px;
	text-align:left;
	line-height:25px;
	border-top:1px gray solid;
	border-bottom:1px gray solid;
	padding:10px;
	margin-left:30px;
	font-size:1em;
}

#rightpos{
	text-align:right;
}

#analysis{
	margin-top:40px;
}

#smaller{
	font-size:0.8em;
	color:#A30000;
}



/*******fotter内容*******/
#fotter{
	display:block;
	margin-top:20px;
	text-align:center;
}

#fotter img{
   	border:0;
}

/*#fabtn{
	text-align:center;
	width:255px;
	height:50px;
	font-weight:bold;
	font-size:12pt;
	background-color:#99FFCC;
	margin-left:250px;
}*/
