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

/*ブラウザ初期化*/

* {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
img {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	empty-cells: show;
}

/*ブラウザ初期化 for IE6*/
td,th,form {
	margin: 0px;
	padding: 0px;
	color: #666666;
}

/*初期設定*/

table {
	border-collapse: collapse;
	empty-cells: show;
}

a:link {
	color: #0000CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000CC;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: none;
	color: #0000CC;
}
img,object {
	border: 0px;
	vertical-align:bottom;
}

/*メイン背景--NN7--*/
#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*メイン背景--WinIE--*/
/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/

/*文字装飾*/

sub, sup {
vertical-align: baseline;
}
sup {
	position:relative;
	top:0px
}
sub {
	position:relative;
	top:0px
}

.red {
	color: #FF0000;
}

.blue {
	color: #009CEA;
}
.blue2 {
	color: #0000CC;
}
.green {
	color: #339933;
}

.orange {
	color: #FF6600;
}

.under{
	text-decoration: underline;
}

.pt16{
	font-size: 16px;
}

.pt18{
	font-size: 18px;
}

.pt10{
	font-size: 10px;
}

.sp-t25{
	margin-top: 25px;
}
.sp-b10{
	margin-bottom: 10px;
}
.right-wrapImg{
	float: right;
	margin-left: 12px;
}

/*firefox etc.*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*MacIE WinIE7*/
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


/* 基本設定*/

body{
	background-color: #014099;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#zero-header{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	text-align: left;
	}
	
#zero-header img.rogo{
	margin-top: 25px;
	float: right;
}

#zero-header img.jp{
	margin-top: 45px;
	margin-right: 15px;
	float: left;
}

#mainSwf{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 60px;
	}

#pageheader{
	width: 822px;
	margin-right: auto;
	margin-left: 95px;
	background-image: url(../img/common/pageheader_bg.jpg);
	background-repeat: repeat-y;
	height: 109px;
	}
	
#header h1,#pageheader h1{
	text-indent: -9999px;
}

#header p,#pageheader p{
	text-indent: -9999px;
}

#navigation{
	background-image: url(../img/common/nabigation_bg.gif);
	background-repeat: repeat-x;
	height: 70px;
}
#navigation .navmenu{
	width: 815px;
	margin-right: auto;
	margin-left: 95px;
	background-repeat: repeat-x;
	height: 70px;
	background-image: url(../img/common/nabigation_nest_bg.gif);
}

#container{
	width: 815px;
	margin-right: auto;
	margin-left: 95px;
	background-image: url(../img/common/container_bg.gif);
	background-repeat: repeat-y;
	padding-left: 7px;
	background-color: #FFFFFF;
}

#main {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#main h3 {
	margin-bottom: 10px;
}

#footer {
	text-align: right;
	width: 740px;
	clear: both;
	padding-top: 30px;
	font-size: 9px;
}
#footer a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footer p {
	margin-top: 2px;
}
#footer img {
	margin-right: 10px;
	margin-left: 10px;
}

#topfooter{
	margin-top: 20px;
	text-align: center;
}
#topfooter p{
	color: #FFFFFF;
	margin-top: 5px;
}

.summitbunnerL{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.summitbunnerL2{
	text-align: right;
	margin-top: 20px;
}
