/* CSS Document */
.png_fix {
}
body {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 180%;
}
p {
	margin: 0px;
}
h1 {
	margin: 0px;
	color: #000000;
	font-size: 12px;
	text-align: right;
}
.clear {
	clear: both;
	visibility: hidden;
	background-color: #0066FF;
	line-height: 0px;
}

#header {
	height: 95px;
	width: 100%;
}
#inside_header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header_left {
	width: 500px;
	float: left;
}
#header_right {
	width: 480px;
	float: left;
	padding-top: 20px;
	text-align: right;
}
#menu {
	background-image: url(../menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	text-align: center;
}
#pan {
	background-color: #f2f2f2;
	height: 30px;
	width: 100%;
}
#inside_pan {
	padding-top: 10px;
	text-align: right;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#pan a {
	color: #3672b8;
	text-decoration: none;
	margin-left: 5px;
	font-size: 12px;
}

#pan a:hover {
	color: #FF3366;
}
#content_outline {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../content_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#content_left_box {
	float: left;
	width: 220px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
#content_right_box {
	float: left;
	width: 760px;
}
#content_box {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
}
#midashi {
	padding-top: 30px;
	width: 670px;
}
#footer {
	background-image: url(../footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	background-color: #9be1f9;
}
#inside_footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#text_link {
	width: 690px;
	color: #3672b8;
	padding-top: 10px;
	float: left;
	font-size: 12px;
}
#text_link a {
	color: #3672b8;
	text-decoration: none;
}
#text_link a:hover {
	color: #FF3366;
}
#flash {
	background-image: url(../flash_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: none;
}
#info {
	float: left;
	width: 290px;
	padding-top: 10px;
	font-size: 12px;
}
#copyright {
	text-align: center;
	width: 980px;
	font-size: 12px;
	padding-top: 10px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
