/* CSS Document */

body{   
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
}
* html body{
	overflow: hidden;
}
/* ======= head_menu ======= */
div#menu {
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 26px;
	background-color: #FFF;
	border-bottom: 3px solid #070A71;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* ======= footer ======= */
#footer {
	clear: both;
	position: fixed !important;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-top: 2px solid #070A71;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	color: #070A71;
	margin-bottom: 0px;
	padding: 7px 0px 5px 0px;
	background-color: #FFF;
}

/* ======= ページ内容部分 ======= */
#all_contents {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 27px 0px 29px 0px;
}
* html div#all_contents {
    height: 100%;
    overflow: auto;
}
#MainContents {
	width: auto;
	min-height: 100%;
	max-height: auto;
	margin: 0px auto;
	padding: 30px 25px;
}
* html div#MainContents{   
    height: 100%;
    overflow: auto;
	scrollbar-arrow-color:#070A71;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#070A71;
	scrollbar-shadow-color:#070A71;
	scrollbar-track-color:#ffffff;
}  

.bg_popsiphoto {
	background-image: url(/images/top_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 80px;
}

.bg_butterfly {
	background-image: url(/images/butterfly.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
}

h1, h2, h3, h4, h5, h6,
table, div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	text-align: left;
	display: block;
	margin: 0px 0px 15px 0px;
/*	font: normal 9pt/17px "Courier New", Courier, mono;*/
/*	font: normal 9pt/17px Verdana,Helvetica,Arial;
	font-size: 9pt;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;*/
	color: #070A71;
}

div.box{
	background:#EFF0FE;
	border: 2px solid #070A71;
	width: 350px;
/*	margin-left:10px;
	min-width:300px;
	float: right;*/
	position:absolute;
	right:10px;
	top:40px;
/*	bottom:30px;*/
}
div.box p.title{
/*	border-bottom: 1px dotted #070A71;*/
	background: #070A71;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	padding: 5px 15px;
	margin: 0px;
}
*html div.box p.title{
	width:350px;
	background: #070A71;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	padding: 5px 15px;
	margin: 0px;
}
div.box p {
	padding: 10px 15px;
	margin: 0px;
}
div.box p.comment {
	padding: 0px 15px 0px 31px;
	margin: 0px;
	text-indent: -1.5em;
}
div.box p.center {
	padding: 0px 15px;
	margin: 0px;
	text-align: center;
}
div.box p.right {
	padding: 0px 15px;
	margin: 0px;
	text-align: right;
}
div.box p.imagecenter {
	text-align:center;
}

div.box hr {
	width: 320px;
	margin-left: 10px;
	border: none;
	border-bottom: 2px dotted #070A71;
}
