@charset "UTF-8";

/*------------------------------------------------------------------------------
    NRA - presentBlue Flash css
    update  : 2009-06-01
    Copyright (C) NIPPON ROMANTIST ASSOCIATION. All Rights Reserved.
------------------------------------------------------------------------------*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,td,th,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a,fieldset,img{
	border: 0;
}

img {
	vertical-align: bottom;
}

address,caption,cite,code,dfn,em,tar{
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

input, textarea, select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.box{
	zoom: 1;
}

.box:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* =layout
----------------------------------------------------------------------------------*/

html {
	overflow-y: scroll;
}

body {
	color:#666666;
	font-family: 'ＭＳ Ｐゴシック','MS PGothic', Osaka, Arial, Verdana, Helvetica;
	line-height: 1.6;
	text-align: center;
	font-size: 84%;
	margin-bottom: 40px;
	margin-bottom:0;
	background:#e3effa url(../img/presentBlue/bg_flash.gif) left 25px repeat-x;
}

#wrapper {
	margin-top:25px;
	background:transparent url(../img/presentBlue/bg_ribbon.gif) center 5px no-repeat;
}
#wrapper object {
	outline:none;
}
#wrapper object #flashcontents {
	display:none;
}

#Main{
	width:850px;
	margin:0 auto 0;
	text-align:left;
	border-top:#003399 solid 5px;
	border-bottom:#003399 solid 5px;
}

#Main #Box{
	width:750px;
	margin:0 auto 0;
}

#Main h1{
	font-size:125%;
	color:#006699;
	font-weight:bold;
	text-align:center;
	margin-top:15px;
	background-color:#DBE8FD;
}

#Main h2{
	font-size:100%;
	font-weight:bold;
	margin-bottom:20px;
	padding: 5px 10px;
	text-align:center;
}

#Main h3{
	font-size:100%;
	font-weight:bold;
	margin-bottom:10px;
	background-color:#DBE8FD;
	padding: 3px 10px;
}

#Main h4{
	font-weight:bold;
	margin-bottom:8px;
}

#Main p{
	margin-bottom:20px;
}

.Copy{
	margin-bottom:20px;
	text-align:center;
}