@charset "Shift_JIS";

body {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	font-size	: 12px; 
	line-height: 1.2em;
	color		: #333333; 
	margin: 0; 
	padding: 0;
	text-align: center;
	}
table,td  {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", sans-serif;
	font-size	: 12px; 
	line-height: 1.5em;
	color		: #333333; 
}

img { border: 0px; }

/*TEXT
--------------------------------------------------------------*/
.text12 {
	font-size: 12px;
	line-height: 1.2em;
}
.text10 {
	font-size: 10px;
	line-height: 15px;
}
.day {
	font-size: 15px;
	line-height: 15px;
	color : #FF0000;
}
.sfont {
	font-size: 10px;
	line-height: 120%;
}

/*LINK------*/
--------------------------------------------------------------*/
a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited {
	color: #3399FF;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}






/* CABINET
--------------------------------------------------------------*/
#CABINET{
	width:750px;
	margin:0 auto;
	padding:0;
	text-align:center;
	border:1px solid #999999;
}


/* HEADER
--------------------------------------------------------------*/
#HEADER{
	width:750px;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#fff;
}

/* REYOUT
--------------------------------------------------------------*/

h1 {
	margin:10px auto;
}
h2 {
	margin-top:10px;
	text-align:left;
}

/* RESULT
--------------------------------------------------------------*/
.result {
	clear:both;
	width:522px;
	margin:0 auto;
	text-align:left;
	height:300px;
	background-color:#fff;
	margin-top:10px;
}



.r_title {
	width:524px;
	margin:0 0 10px 0;
	}

.txt {
	width:524px;
	margin-top:5px;
	height:50px;
}
	
.l_txt {
	float:left;
	width:175px;
	margin:0 0 5px 0;
	}
.r_txt {
	float:right;
	width:175px;
	margin:0 0 5px 0;
	}

.bottomline {
	clear:both;
		margin:0 auto;
	width:522px;
	padding:5px;
	border-bottom:1px dotted #F5A100;
}

#voice {
	clear:both;
	margin:0 auto;
	width:524px;
}

#v_comment {
	text-align:left;
}
#v_name {
	clear:both;
	text-align:right;
}

#GRAPH {
	clear:both;
	margin:20px 125px 10px 125px;
}

/* FOOTER
--------------------------------------------------------------*/
#FOOTER {
	width:750px;
	margin:0 auto;
	padding-top:5px;
	text-align:left;
	background-color:#fff;
}




