@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,ul,p,form,input,ul,ol,li,dl,dd,dt {
	padding: 0;
	margin: 0;
}

html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical; /* Firefoxの先行実装 */
}


/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; /* hasLayout問題を回避 */
}



body {
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	text-align: center;
}
img {
	border: none;
}
p {
	line-height: 1.5;
	margin-bottom: 20px;
}

a:link,
a:visited {
	color: #0033CC;
	text-decoration: underline;
}

a:hover {
	color: #0033CC;
	text-decoration: none;
}

#wrapper {
	width: 660px;
	text-align: left;
	margin: 0 auto;
}
h1 {
	margin-bottom: 15px;
}
h2 {
	text-align: center;
	margin-bottom: 10px;
}
#contents {
	width: 613px;
	margin-left: 23px;
}


/*------------------------------------*/
#contents:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
#contents { display: inline-block; }
/* exlude MacIE5 \*/
* html #contents { height: 1% }
#contents {display:block;}
/* end MacIE5 */  
/*------------------------------------*/

.sample {
	float: right;
	padding: 0 0 10px 25px;
}
.f-grn {
	color: #00633D;
}

.graph {
	width: 553px;
	height: 480px;
	margin-left: 5px;
	background: url(../images/popup_bg.png) no-repeat 0px 0px;
	padding: 17px 25px;
	zoom: 1;
	margin-bottom: 25px;
}
.line {
	clear: both;
	margin-bottom: 20px;
	zoom: 1;
}
/*------------------------------------*/
.line:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.line { display: inline-block; }
/* exlude MacIE5 \*/
* html .line { height: 1% }
.line {display:block;}
/* end MacIE5 */  
/*------------------------------------*/

.graph h3 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px;
	vertical-align: baseline;
	background: url(../images/popup_sb_bg.jpg) repeat-y 0px 0px;
	margin-bottom: 5px;
}

.graph p {
	margin: 0;
	font-size: 12px;
}
.graph div.photo {
	float: left;
	width: 232px;
}
.graph div.caption {
	float: left;
	width: 320px;
}

p.close {
	clear: both;
	zoom: 1;
	text-align: right;
}
.close a {
	padding: 2px 0 2px 14px;
	background: url(../images/icon_close.gif) no-repeat left center;
	text-decoration: underline;
}


.mb20 { margin-bottom: 20px;}