html,
body 
{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align:center;
	height: 100%;
}

#outer{
  background: #E50012;
  margin: 0 auto;
  padding:2px 0;
  position: relative;       
  width: 900px;
  height: auto !important;  
  height: 100%;             
  min-height: 100%;        
}

div#header {

}


div#content {

}

div#footer {
  bottom: 0;                
  position: absolute;
  width: 100%;
}


h1{
	width:600px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:10px;
	padding:0;
	background-color:#000;
	color:#fff000;
}

div.form{
	width:800px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:50px;
	padding:15px 0;
	background-color:#fff;
}

div.rei{
	font-size:12px;
	color:#666;
				
}

table.form{
	width:760px;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	margin-bottom:15px;
	border-collapse:collapse;
	border:1px solid #666;
	background-color:#fff;
}

table.form th{
	width: 250px;
	border:1px solid #666;
	background-color:#dcdcdc;
	text-align:left;
	padding:5px;
}

table.form td{
	width: 510px;
	text-align:left;
	border:1px solid #666;
	background-color:#fff;
	padding:5px;
	word-break: break-all;
}

th.error
{
	background-color:#f19ca7 !important;
}


input
,textarea
,select
{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
}

input[type="text"]
,input[type="password"]
,select
,textarea
{
	padding:0;

}

input[type="button"].kakunin, input[type="submit"].kakunin {
	border-top: 1px solid #ccc;  
	border-right: 1px solid #999;  
	border-bottom: 1px solid #999;  
	border-left: 1px solid #ccc;
	background-color:#c10000; 
	padding: 5px 20px;  
	font-weight: bold;  
	cursor: pointer;  
	color: #fff;
	margin:5px;  
	border-radius: 5px;  
}

input[type="button"].modoru, input[type="submit"].modoru{
	border-top: 1px solid #ccc;  
	border-right: 1px solid #474747;  
	border-bottom: 1px solid #474747;  
	border-left: 1px solid #ccc;
	background-color:#696969; 
	padding: 5px 20px;  
	font-weight: bold;  
	cursor: pointer;  
	color: #fff;
	margin:5px;  
	border-radius: 5px;  
}
			
span.hissu{
	font-size: small;
	color: red;
}

div.error1
{
	text-align:left;
	font-weight:bold;
	color: red;
	border:6px double #F00;
	margin:3px 20px;
	padding:2px 5px;
}

div.error
{
	font-size: small;
	color: red;
}

input.error 
,textarea.error
,select.error
{
	border:1px solid #F00;
}

input.name {width:150px; margin: 0 10px;}
.rei  {margin-top: 3px; }
input.tel { width: 30%; margin-left: 10px;}
input.zipcode { width: 20%; }
input.penname, input.title, input.email, input.address { width: 370px; }
textarea {width: 100%;}
input[type="file"] {width: 370px;}


.hitotsubashi-pravacy a:link { color: #000000; }
.hitotsubashi-pravacy a:visited { color: #000000; }
.hitotsubashi-pravacy a:hover { color: #000000; }
.hitotsubashi-pravacy a:active { color: #000000; }
