@charset "utf-8";


/* config
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	/*font-family:"ＭＳ Ｐゴシック";*/
	/*text-justify:inter-ideograph;
	text-align:justify;*/
}
html {overflow-y:scroll;} /* Fire Fox, Opera */
body {
  font-size: 80%;
  line-height: 160%;
  background-color:#000;
}

img {border:none;}

div{
    zoom:1;
}
div:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

p{
    zoom:1;
}
p:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

#wrapper {
  width: 640px;
  color: #fff;
  text-align:left;
  border-right:1px solid #2f5d7d;
}

#pagein {
  width: 960px;
  text-align:left;
  margin:0px auto;
}



/* link
---------------------------------------------------- */
a:link {
  color: #CC6600;
  background: transparent;
}
a:visited {
  color: #CC6600;
  background: transparent;
}
a:hover, a:active {
  color: #CC6600;
  background: transparent;
}

/* header
---------------------------------------------------- */
h1{
	height:20px;
	overflow:hidden;
	line-height:20px;
	font-size:x-small;
	font-weight:normal;
	color:#fff;
	padding-left:5px;
	background:url(../images/h1bg.jpg) no-repeat top #2f5d7d;
}

#mainbody {
	background:url(../images/bg.jpg) no-repeat #2f5d7d;
	padding-top:500px;
	padding-right:15px;
	padding-left:15px;
}

.title0{
	font-size:120%;
	line-height:normal;
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:2px solid #fff;
	color:#fff;
}

.title1{
	font-size:120%;
	line-height:normal;
	padding-bottom:6px;
	margin-bottom:12px;
	margin-top:35px;
	border-bottom:2px solid #fff;
	color:#fff;
}

.tr{margin:10px; border-bottom:1px dashed #fff; padding:5px 0px 5px 0px;}

#footer{border-top:50px solid #2f5d7d; font-size:x-small; text-align:left; color:#fff; padding:6px; background-color:#2f5d7d; line-height:normal;}


