html {
	height: 100%;
	background-color: #f4f4f4;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 700px;
	padding: 0px 20px 0px 20px;
	margin: 0px auto;
	background-color: #ffffff;
}


#wrapper {
	position: relative;
	min-height: 100%;
	background-color: #ffffff;
	background-image: url("../images/backgroundimage.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 900px;
	background-attachment: fixed; 
}

div.hp {
	margin: 0px;
}

div.hp p {
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	text-align: right;
	
}

#main {
	padding-bottom: 40px;
	margin: 0 10px 0 10px;
}

#header {
	margin: 30px 0 20px 0;
}

#header h1 {
	text-align: center;
	margin: 0;
	font-size: 1.7em;
}

#header h2 {
	text-align: center;
	margin: 0;
	font-size: 1.2em;
}

#main h2 {
	border-left: 6px solid red;
	margin-top: 0;
	background-color: #ffffff;
	padding: 5px 0 5px 10px;
	font-size: 1.3em;
}

#main .top h2 {
  border-left-style: none !important;
}

#main .top p {
	margin: 10px;
}

#main span {
	color: red;
}

#main img{
	border: 0.5px solid black;
}

a:link {
	text-decoration:none;
	color:#0033cc;
}

a:visited {
	text-decoration:none;
	color:#0033cc;
}

a:active {
	text-decoration:none;
	color:#0033cc;
}
a:hover {
	text-decoration:underline;
}

div.new {
	margin-top:20px;
}

div.box1 {
	width: 150px;
	height: 60px;
	margin:5px;
	padding: 10px;
	border-radius: 10px;
	color: white;
	background-color: #5297d2;
	text-align: center;
} 

div.box1 p {
	margin: 0px;
	margin-top:5px;
}

div.box2 {
	width: 300px;
	height: 70px;
	margin:5px;
	padding: 10px;
	border-radius: 10px;
	color: black;
	background-color: #F5F5F5;
	text-align: left;
} 

div.box2 p {
	margin: 0px;
}

div.end {
	margin-top: 30px;
}

div.end p {
	margin: 10px;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 35px;
	width: 100%;
	font-size: 0.7em;
	text-align: center;
}

img.eml {
  height: 20px;
  margin-left: -3px;
  border-style: none !important;
}