@charset "utf-8";
@import url("margin.css");
/*-------------------------------------------------

common

-------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;/* filter:expression(document.execCommand("BackgroundImageCache",false, true));*/
}
body {
	color:#333;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:1.8em;
	border-top:3px solid #003671;
}
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align:middle;
}
ol li {
	margin:0 0 1em 2em;
}
ol li:last-child{
	margin:0 0 0 2em;
}
table {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.center {
	text-align:center;
}
.red {
	color:#FF0000;
}
/*-------------------------------------------------

link

-------------------------------------------------*/
a:link {
	color:#006699;
	text-decoration:underline;
}
a:visited {
	color:#006699;
	text-decoration:underline;
}
a:hover {
	color:#FF9900;
	text-decoration:underline;
}
a:active {
	color:#006699;
	text-decoration:underline;
}
/*-------------------------------------------------

header

-------------------------------------------------*/
#header {
	width:800px;
	padding:50px 0 0 0;
	margin:0 auto 50px auto;
}
h1 {
	color:#003671;
	font-size:30px;
	line-height:1.6;
	text-align:center;
}
h2 {
	font-size:16px;
	line-height:1.4;
	padding:0.5em 1em;
	margin:0 0 1.5em 0;
	background: #EFEFEF;
}
h3 {
	font-size:16px;
	line-height:1.4;
	margin:0 0 1em 0;
}
/*-------------------------------------------------

content

-------------------------------------------------*/
#content {
	width:800px;
	margin:0 auto 50px auto;
}
.cBox{
	width:95%;
	margin:0 auto;
}
input.blueBtn{
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	cursor:pointer;
	color:#FFF;
	font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	padding:1em 3em;
	border:1px solid #5AB9E1;
	border-radius: 5px;
	background: #5AB9E1;
	-webkit-box-shadow: 1px 1px 5px rgba(150,150,150,0.2);
	box-shadow: 1px 1px 5px rgba(150,150,150,0.2);
}
input.blueBtn:hover{
	color:#5AB9E1;
	background: #FFFFFF;
}
/*-------------------------------------------------

footer

-------------------------------------------------*/
#footer {
	clear:both;
	color:#FFF;
	font-size:12px;
	line-height:1em;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
	background:#003671;
	overflow:auto;
}
