@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	margin:0px;
	padding:0px;
	height:auto;
�}

body{
    margin:0;
    padding:0;
	height:100%;
	font-family:"�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", "���C���I", Meiryo, Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
	color:#777;
	background-color:#e1e1e1;
	}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, img {
    margin:0;
    padding:0;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
	
img {
	border-style:none;
}	

a,
a:link,
a:visited {
	color:#777;
	text-decoration:underline;
	}

a:hover,
a:active {
	color:#777;
	text-decoration:none;
	}
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}
	
#wrapper {
	margin:auto;
	width:980px;
	min-height:700px;
	background-color: #FFF;
}

#header {
	width: 100%;
	position: relative;
	height: 33px;
	background-color:#2ECC71;
}

#header_navi {
	width:980px;
	margin:auto;
	height: 33px;
	line-height: 33px;
}

#header_navi li{
	float: right;
	list-style: none;
	margin-right: 20px;
	color: #FFF;
}

#header_navi a{
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

#header_navi a:hover {
    color: #f33939;
}

.logo_box {
	width: 950px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
}

.logo_name {
	font-size: 16px;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
	white-space: nowrap;
}

.main_box {
	width: 950px;
	margin-top: 15px;
	margin-left: 15px;
	overflow:hidden;
}

.title h1 {
	background-image: url(../images/title.png);
	font-size: 20px;
	height: 50px;
	padding-left: 60px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: left;
	vertical-align: middle;
	margin-bottom: 15px;
}

.btn a {
	display: inline-block;
	padding: 4px 12px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	border-radius: 3px;
	line-height: 2.5em;
	letter-spacing: 0.2em;
	background-color:#2ECC71;
	min-width: 150px;
	text-decoration: none;
}

.btn a:hover {
    background-color: #f33939;
}

#footer {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color:#2ECC71;
}

.copyrights {
	padding-top: 20px;
	letter-spacing: 0.1em;
	color: #FFF;
}