@charset "utf-8";

@font-face{
	font-family:"Misaki";
	src:url("/font/misaki_gothic.ttf");
	font-weight: normal;
}

@font-face{
	font-family:"Misaki";
	src:url("/font/misaki_gothic.ttf");
	font-weight: bold;
}

html{
}

body {
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Century Gothic',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:100%;
	color: #707065;
	/*background: #f5f5f5;*/
	background: #eeeeee;
}

input {
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Century Gothic',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 13px;
	color: #707065;
}

textarea {
	color: #707065;
}

button {
	color: #c0c0b5;
	font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'Century Gothic',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 13px;
}

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

img {
	-ms-interpolation-mode: bicubic;
/*	display: block;*/
	border: none;
}

a {
	/*color: #a0a095;
	text-decoration: none;*/
	color: #707065;
}

.Selected {
	color: #f07e7e;
}

a:hover {
	color: #f07e7e;
}

hr {
	width: 100%;
	height: 0px;
	border: 0px;
}

form, button {
	border: 0;
	margin: 0;
	padding: 0;
}

.InputSubmitBtnOrange {
	display: inline-block;
	font-size: 12px;
	padding: 2px 15px;
	text-decoration: none;
	text-align: center;

	border:1px solid #ebb7b7; -webkit-border-radius: 2px; -moz-border-radius: 2px;border-radius: 2px;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
	background-color: #ff9999; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#ec8d8d));
	background-image: -webkit-linear-gradient(top, #ff9999, #ec8d8d);
	background-image: -moz-linear-gradient(top, #ff9999, #ec8d8d);
	background-image: -ms-linear-gradient(top, #ff9999, #ec8d8d);
	background-image: -o-linear-gradient(top, #ff9999, #ec8d8d);
	background-image: linear-gradient(to bottom, #ff9999, #ec8d8d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9999, endColorstr=#ec8d8d);
}

.InputSubmitBtnOrange:HOVER {
	border: 1px solid #7A7A76;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	color: white;
	background-color: #979797;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #979797), color-stop(100%, #727272));
	background-image: -webkit-linear-gradient(top, #979797, #727272);
	background-image: -moz-linear-gradient(top, #979797, #727272);
	background-image: -ms-linear-gradient(top, #979797, #727272);
	background-image: -o-linear-gradient(top, #979797, #727272);
	background-image: linear-gradient(top, #979797, #727272);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#979797, endColorstr=#727272);
}

.BtnBase {
	display: inline-block;
	font-size: 12px;
	padding: 3px 15px 1px 15px;
	text-decoration: none;
	text-align: center;

	border: 1px solid #cccccb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 1px 1px 0 rgba(255,255,255,1.0);
	font-weight: bold;
	color: #a0a095;
	background-color: #fffffe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fffffe), to(#eeeeed));
	background-image: -webkit-linear-gradient(top, #fffffe, #eeeeed);
	background-image: -moz-linear-gradient(top, #fffffe, #eeeeed);
	background-image: -ms-linear-gradient(top, #fffffe, #eeeeed);
	background-image: -o-linear-gradient(top, #fffffe, #eeeeed);
	background-image: linear-gradient(to bottom, #fffffe, #eeeeed);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fffffe, endColorstr=#eeeeed);
}


.BtnBase.Selected2 {
	border:1px solid #a8c1d5;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	background-color: #CEDCE7; background-image: -webkit-gradient(linear, left top, left bottom, from(#CEDCE7), to(#596a72));
	background-image: -webkit-linear-gradient(top, #CEDCE7, #596a72);
	background-image: -moz-linear-gradient(top, #CEDCE7, #596a72);
	background-image: -ms-linear-gradient(top, #CEDCE7, #596a72);
	background-image: -o-linear-gradient(top, #CEDCE7, #596a72);
	background-image: linear-gradient(to bottom, #CEDCE7, #596a72);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CEDCE7, endColorstr=#596a72);
}

.BtnBase.Selected,
.BtnBase:HOVER {
	border: 1px solid #ebb7b7;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	color: #FFFFFF;
	background-color: #ff9999;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#ec8d8d));
	background-image: -webkit-linear-gradient(top, #ff9999, #ec8d8d);
	background-image: -moz-linear-gradient(top, #ff9999, #ec8d8d);
	background-image: -ms-linear-gradient(top, #ff9999, #ec8d8d);
	background-image: -o-linear-gradient(top, #ff9999, #ec8d8d);
	background-image: linear-gradient(to bottom, #ff9999, #ec8d8d);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff9999, endColorstr=#ec8d8d);
}

.BtnBase2 {
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	text-decoration: none;
}

.BtnBase2:HOVER {
	color: #fff;
	border: 1px solid #fff;
	background-color: #ff9999;
}

#Footer {
	width: 100%;
	min-width: 1000px;
	text-align: center;
	padding: 20px 0;
	font-size: 10px;
	border-top: solid 1px #D9D9D9;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
	background: #eee;
	margin: 10px 0 0 0;
}

#Footer hr {
	border-top: 1px solid #555555;
}

#Footer a {
	color: #747474;
}
