*{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

input, textarea, select, form {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

fieldset{
	border:none;
}

a img{
  border:none;
}

form {
 margin: 0;
}

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

p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	line-height: 1.8em;
}

em, address {
 font-style: normal;
}

ul, ol, li, dd, dt, dl{
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	color: #333;
	line-height: 1.3em;
}

a {
	text-decoration: none;
}

a:link {
	color: #6552EB;
	text-decoration: none;
}

a:visited {
	color: #6552EB;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
}

a:active {
	color: #FF9900;
	text-decoration: none;
}

.fade a:hover img{
 -ms-filter:"alpha( opacity=80 )";
 opacity:0.8;
 -webkit-transition:opacity;
	filter:alpha(opacity=80);
/*	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	zoom:1;*/
}

#container{
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	position: relative;
}

.reset{
	clear: both;
}

.return{
	width: 960px;
	height: 30px;
	position: absolute;
	margin-left: -480px;
	left: 50%;
	text-align: left;
	top: -30px;
}

.return a{
	background-color: #0198e7;
	color: #fff;
	font-size:12px;
	font-weight:bold;
	width:120px;
	height: 30px;
	line-height:30px;
	text-align:center;
	display:block;
}

/* Header
-------------------------------------*/
#header{
	position: relative;
	width: 100%;
	height: 50px;
	margin: 10px auto 20px;
	padding-bottom:10px;
	border-bottom: 5px solid #004EA2;
}

#logo {
	width: 960px;
	position: absolute;
	top:0;
	left: 50%;
	margin-left: -480px;
	z-index: 1;
}

/*#logo {
	width: 960px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -480px;
	height: 45px;
	z-index: 1;
	padding-bottom: 20px;
	border-bottom: 5px solid #004EA2;
}
*/
/* Contents
-------------------------------------*/
.contentsTop {
	width: 960px;
	margin: 0 auto 30px;
	position: relative;
}

.title{
	background-color:#004EA2;
	padding:10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.title h1{
	color:#FFF;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

.contents {
	width: 900px;
	margin: 20px auto 0;
	overflow: hidden;
}


/* ページトップへ
-------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
}

#pageTop a {
	background: #004EA2;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

.center{
	text-align:center;
}

/* Footer
-------------------------------------*/
#footer{
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 12px;
	padding-top: 20px;
	text-align: center;
	border-top: 5px solid #004EA2;
}

/* Margin
-------------------------------------*/
.mt0 {
margin-top: 0px;
}

.mt5{
margin-top:5px;
}

.mt10{
margin-top:10px;
}

.mt15{
margin-top:15px;
}

.mt20{
margin-top:20px;
}

.mb0 {
margin-top: 0px;
}

.mb5{
margin-top:5px;
}

.mb10{
margin-top:10px;
}

.mb15{
margin-top:15px;
}

.mb20{
margin-top:20px;
}

/* Padding
-------------------------------------*/
.pt0 {
margin-top: 0px;
}

.pt5{
margin-top:5px;
}

.pt10{
margin-top:10px;
}

.pt15{
margin-top:15px;
}

.pt20{
margin-top:20px;
}

.pb0 {
margin-top: 0px;
}

.pb5{
margin-top:5px;
}

.pb10{
margin-top:10px;
}

.pb15{
margin-top:15px;
}

.pb20{
margin-top:20px;
}
