@charset "utf-8";
/*===============
 Tag setting
===============*/
body{
	margin: 0px;
	width: 95%;
}
hr{
	display: none;
}
address{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	text-align: center;
}

/*===============
 ID setting
===============*/
#headarea{
	background-color: #fff;
	height: 39px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
#logomark{
	margin: 0px 0px 0px 530px;
	padding-top: 11px;
}
#globalnav{
	background-image: url(../img/globalnav_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 115px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#globalnav h2{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 22px;
	margin-left: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#globalnav ul{
	display: block;
	list-style-type: none;
	margin: 13px 30px 0px 0px;
	padding: 0px;
	text-align: right;
	height: 15px;
	line-height: 15px;
}
#globalnav li{
	display: inline;
	margin-left: 10px;
	line-height: 15px;
	height: 15px;
}
#globalnav li img{
	border: none;
}
#maincontainer{
	height: auto;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/container_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px 0px 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka;
}
#maincontainer h1{
	margin: 0px;
}
#maincontainer h2{
	margin-left: 13px;
	margin-top: 15px;
	margin-right: 13px;
	margin-bottom: 0px;
	clear: both;
}
#maincontainer h3{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#maincontainer h4{
	margin-left: 30px;
	font-size: 90%;
	font-weight: normal;
	color: #BE4C48;
}
#maincontainer p{
	margin-left: 30px;
	font-size: 80%;
	line-height: 1.5em;
	margin-right: 30px;
}
#pagenav{
	height: 350px;
	width: 690px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#maincontainer .imagefloater{
	float: right;
	margin-left: 30px;
}
#maincontainer .pagetoplink{
	background-image: url(../img/pagetop_head.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 1em;
	padding-right: 15px;
	text-align: right;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
}
#maincontainer .pagetoplink a{
	color: #360;
	text-decoration: none;
}
#maincontainer .pagetoplink a:hover{
	color: #996;
}
#maincontainer p em{
	font-style: normal;
	font-weight: bold;
}
#maincontainer .photosetwrapper{
	height: auto;
	width: 750px;
	_margin-bottom: 15px;
}
#maincontainer .photosetwrapper:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
#maincontainer .photosetwrapper{display:inline-block;}
/* hides from IE-mac¥*/
*html #maincontainer .photosetwrapper{height:1%;}
#maincontainer .photosetwrapper{display:block;}
/*End hide from IE-mac*/
#imagebox{
	display: block;
	float: right;
	margin-right: 30px;
	margin-top: 20px;
}
#textbox{
	float: left;
	height: auto;
	width: 337px;
}
#footer{
	background-image: url(../img/container_back.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 35px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	clear: both;
	padding-top: 10px;
}
#popuparea{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.closebutton{
	background-image: url(../img/close_head.gif);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 1em;
	padding-right: 15px;
	text-align: right;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.closebutton a{
	color: #360;
	text-decoration: none;
}
.closebutton a:hover{
	color: #996;
}
/*===============
 Class setting
===============*/
.monitor{
	margin-left: 30px;
	clear: both;
}
.monitor caption{
	font-size: 90%;
	font-weight: bold;
	color: #86542D;
	text-align: left;
	padding-bottom: 0.3em;
}
.monitor img{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: none;
}
