/* CSS Document */

/*ブラウザスタイルの初期化*/
body,form,fieldset {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,dd {
	margin: 0;
	padding: 0;
}
blockquote,li,ol,dd {
	margin-left: 1em;
}
/*
li {
	list-style:none;
}*/
ol {
	list-style-type: decimal;
	margin: 0 30px;
}
input,texterea {
	font-size: 1em;
}
img {
	border: none;
}
_strong {
	background-color: #99CCFF;
}


/*ページのデフォルトスタイル*/
body {
	text-align: center;
	color: #000000;
	background-image: url(../image/background.gif);
	background-repeat: repeat;
	background-position: center ;
	_font-family: "メイリオ","ＭＳ Ｐゴシック",verdana,arial,Osaka,"ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	text-align: left;
	line-height: 200%;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6633;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #FF6633;
	text-decoration: none;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 0;
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
}
p {
	margin: 0}

#header {
	padding: 5px 15px 10px 15px;
	text-align: left;
}
.headerright {
	font-size: 10px;
	float: right;
	text-align: right;
	color:#999999;
	padding-top: 10px;
	line-height: 1.5em;
}
#topimage {
	padding-left: 36px;
	padding-top: 47px;
	margin: 0;
	background-image: url(../image/topimage080519_02.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 203px;
	border-bottom: #CCCCCC 1px solid;
}
#globalmenu ul,#globalmenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#globalmenu {
	margin-top: -2px;
}
#globalmenu li {
	float: left;
	width: 160px;
	height: 66px;
	margin: 0;
	border-top: 1px #999999 solid;
}
#globalmenu ul {
	margin: 0;
}
#globalmenu a,#globalmenu a:link,#globalmenu a:visited {
	background-image: url(../image/globalmenu/back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	display: block;
}
#globalmenu a:hover {
	background-image: url(../image/globalmenu/hover.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#footer {
	padding: 5px 20px;
	margin-left:auto;
	margin-right:auto;
	line-height:180%;
	font-size:10px;
	text-align:left;
	color:#999999;
	border-top:#999999 1px solid;
}
#pankuzu {
	padding-bottom: 5px;
	text-align: left;
	margin: 15px 0 15px 0;
	border-bottom: dotted 1px #999999;
	font-size: 12px;
	letter-spacing:0.2em;
	color:#000000;
	font-weight:normal;
}
.newicon01 {
	position:relative;
	top: -293px;
	right: 10px;
}
.newicon02 {
	position:relative;
	top: -280px;
	right: 10px;
}