@charset "utf-8";
/* CSS Document */

html {background:url(../img/bg.jpg); font-size:100%;}
body {font-size:85%;color:#222;background:url(../img/common/bg_body.jpg) repeat-x 50% 0%;font-family:"Helvetica Neue", "ＭＳ Ｐゴシック";}
.container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg.jpg);
}
h1,h2,h3,h4,h5,h6,dt,dl,dd,ul,li {
	font-size: 100%;
	margin: 0; 
    padding: 0;
}
ul {
	list-style-type: none;
}
a {
	color:#73A8D9;
}
a:link {
	color:#73A8D9;
}
a:visited {
	color:#73A8D9;
}
a:hover {
	color: #FF5A5A;
	text-decoration: none;
}
p {
	line-height: 120%;
	margin: 0px;
	padding: 0px 0px 5px;
}
/*-------------------
　header
-------------------*/
.header {
	background-image: url(../img/bg_header_topline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 150px;
}

/*-------------------
　logo & globalmenu
-------------------*/
.logo {
	background-image: url(../img/logo_asobinohiroba.jpg);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 98px;
	width: 314px;
	float: left;
	display: block;
	text-indent: -9999px;
}
.logo a {
	height: 98px;
	width: 314px;
	display: block;
}
.globalmenu {
	float: right;
	margin-right: 30px;
	font-size: 95%;
}
.globalmenu ul {
	margin-top: 25px;
}
.globalmenu li {
	display: inline;
	margin-left: 20px;
}
.globalmenu a {
	background-image: url(../img/icon_01.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	padding-top: 2px;
	padding-bottom: 2px;
}


/*-------------------
　footer
-------------------*/
.footer {
	background-image: url(../img/bg_footer.gif);
	background-repeat: no-repeat;
	height: 102px;
	width: 940px;
	color: #FFFFFF;
	padding-top: 45px;
	text-align: center;
}
.footer p {
	display: inline;
}
.footer a {
	color: #FFFFFF;
	font-weight:bold;
	background-image: url(../img/icon_03.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.footer p a:link {
	color: #FFFFFF;
	font-weight:bold;
}
.footer p a:visited {
	color:#FFFFFF;
}
.footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	display: none;
}

/* ページセレクター */
.Selector {
	text-align: right;
	margin-right: 10px;
	display: block;
	overflow: auto;
	margin-bottom: 3px;
}
.SelectorItem {
	float: right;
}
.ExtraInfo {
	margin-left: 60px;
	font-size: 120%;
	margin-bottom: 500px;
	margin-top: 50px;
}
