﻿@charset "utf-8";
/* CSS Document */
html { overflow-y: scroll; }
body {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-self,Verdana,Arial,Helvetica;
	 text-align:center;
	 background-color: #EAEAEA;
	}
	
a {
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}



h1 { color: #ffffff; }

h2 { color : #F00;
size:5; 
}


h3 {
	size : 20pt;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #300;

}




#maincontainer {
	width : 800px;
	margin-left:auto;
	margin-right:auto;
	display:inline-block;
	background-color: #FFF;
}

#maincontainer:after {
content:"";
display:block;
height:0;
visibility:hidden;
}

 #footer {
 width:100%;
 }

div#header {
	margin-bottom:10px;
	width:800px;
	background-image:url(../img/menu.png);
	height:50px;
	margin-left:auto;
	margin-right:auto;

}
	
div#top {
	width:450px;
	float:right;
}
div#logo {
	width:150px;
	float:left;
}
div#main {
	width : 600px;
	text-align : center;
	margin-left : auto;
	margin-right : auto;
}

div#news, div#contents {	
      text-align: left;
      width : 600px;
	  clear:both
}

div#contents p {
 text-indent: 1em;
}


div#welcome {	  
      width : 600px;
}



#copyright {
	text-align : center;
	font-size: 9pt;
	font-style: normal;
	text-decoration: underline;

}

.left {text-align : left; }
.right {text-align : right; }
.center {text-aign : center ; }

.red {
	background: url(../img/title_red.jpg) no-repeat;
	height:30px;
 }
 
  
.blue {
	background: url(../img/title_blue.jpg) no-repeat;
	height:30px;
 }

.green {
	background: url(../img/title_green.jpg) no-repeat;
	height:30px;
 }

 
.yellow {
	background: url(../img/title_orange.jpg) no-repeat;
	height:30px;
 }
 
