@charset "utf-8";
/* ---------------------------------------------------------------------
	CSS Infomation
	reset,main_layout,clearfix,headline,content_layout,module,index
--------------------------------------------------------------------- */



html{
	overflow-y: scroll;
	background-repeat:repeat;
	height:100%;

}
body,div,
h1,h2,h3,h4,h5,h6,
p,blockquote,pre,
ul,ol,li,dl,dt,dd,
table,tr,th,td,
form,fieldset,input,textarea{
	margin: 0;
	padding: 0;
}

}
img,fieldset,abbr,acronym{
	border: none;
}
q:before,q:after{
	content:'';
}
object,embed{
	vertical-align: top;
}
ol,ul{
	list-style:none;
}
a{
	outline: none;
	color: #0099CB;
}
table,tr,th,td{
	border-collapse: collapse;
}


/*  main_layout
===================================================================== */
body {
  font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka","ＭＳ ゴシック", verdana, arial, sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  height:100%;
}


#wrap{
	width:950px;
	height:100%;
	margin:0 auto;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
}

 #header{
 	height: 128px;
	background:url(../img/hedder_bg2.png) 0 0 no-repeat;
	margin-bottom:5px;
 }



body {
  background-color: #daf8ff;
  color: #000000;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div#main {
  border-top:5px solid #FFFAD4;
  border-bottom:5px solid #FFFAD4;
  background-color: #ffffff;
  color : #000000;
  font-size : 110%;
  font-weight : normal;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  border: none;
}

/* --- リンク --- */
a:link.page {
  text-decoration: underline;
  color: #0000ff;
  font-size: 95%;
  font-weight: bold;
}
a:visited.page {
  text-decoration: underline;
  color: #660066;
  font-size: 95%;
  font-weight: bold;
}
a:hover.page {
  text-decoration: none;
  background: #0000ff;
  color: #ffffff;
  font-size: 95%;
  font-weight: bold;
}


a:hover { text-decoration: none;  color: #ff0000 }
a:active { text-decoration: none;  color: #FF0000 }


.font-title{
	color:#000000;
	font-weight:bold;
	font-size:150%;
}

.font-main {
	color:#000000;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}


