@charset "utf-8";
#header {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #5E5E5E;
    background-color: #F0F0F0;
    vertical-align: middle;
    width: 100%;
    height: 200px;
    background-image: -webkit-linear-gradient(180deg,rgba(211,211,211,1.00) 0%,rgba(255,255,255,1.00) 49.22%,rgba(204,204,204,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(211,211,211,1.00) 0%,rgba(255,255,255,1.00) 49.22%,rgba(204,204,204,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(211,211,211,1.00) 0%,rgba(255,255,255,1.00) 49.22%,rgba(204,204,204,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(211,211,211,1.00) 0%,rgba(255,255,255,1.00) 49.22%,rgba(204,204,204,1.00) 100%);
}
#header .logo2 {
    width: 272px;
    height: 31px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: repeat-x;
	background-color: #F5F5F5;
}
#wrap {
	width: 940px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;

}

.space_15 {
	clear: both;
	padding-top: 7px;
	padding-bottom: 8px;
	width: 100%;
}

.bt_login a {
	width: 233px;
	height: 35px;
	background-image: url(../img/login.png);
	margin-top: 50px;
	float: left;
}
.bt_250 a  {
    width: 233px;
    height: 35px;
    margin-top: 0px;
    float: left;
    color: #F3F3F3;
    text-decoration: none;
    line-height: 35px;
    background-image: -webkit-linear-gradient(270deg,rgba(54,54,54,1.00) 0%,rgba(104,104,104,1.00) 37.82%,rgba(35,35,35,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(54,54,54,1.00) 0%,rgba(104,104,104,1.00) 37.82%,rgba(35,35,35,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(54,54,54,1.00) 0%,rgba(104,104,104,1.00) 37.82%,rgba(35,35,35,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(54,54,54,1.00) 0%,rgba(104,104,104,1.00) 37.82%,rgba(35,35,35,1.00) 100%);
    border-radius: 3px;
}
.bt_250 a:hover{
    color: #333333;
    background-image: -webkit-linear-gradient(270deg,rgba(198,198,198,1.00) 0%,rgba(255,255,255,1.00) 50.26%,rgba(192,192,192,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(198,198,198,1.00) 0%,rgba(255,255,255,1.00) 50.26%,rgba(192,192,192,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(198,198,198,1.00) 0%,rgba(255,255,255,1.00) 50.26%,rgba(192,192,192,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(198,198,198,1.00) 0%,rgba(255,255,255,1.00) 50.26%,rgba(192,192,192,1.00) 100%);
    border-radius: 3px;
}

#menu_top {
	width: 233px;
	margin-left: auto;
	margin-right: auto;
}
#menu_top_0 {
	width: 233px;
	margin-right: 40px;
	float: left;
	margin-left: 40px;
	margin-top: 30px;
}
.space_25_line {
	clear: both;
	border-bottom: 1px solid #ACACAC;
	margin-bottom: 25px;
}

.title_s {
	float: left;
}


.bt_login a:hover {
	background-image: url(../img/login_h.png);
}
img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header .logo {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    clear: both;
    padding-top: 30px;
    text-align: center;
}
.user {
	width: 130px;
	height: 25px;
	-webkit-box-shadow: 1px 1px 3px #878787;
	box-shadow: 1px 1px 3px #878787;
	font-size: 17px;
	margin-left: 15px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
.pass {
	width: 130px;
	height: 25px;
	-webkit-box-shadow: 1px 1px 3px #878787;
	box-shadow: 1px 1px 3px #878787;
	font-size: 17px;
	margin-left: 15px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
