@charset "UTF-8";

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
margin: 0;
vertical-align: baseline;
}

html,
body {
  height: 100%;
}

body{
	font-size:80%;
	font-family :  'ＭＳ Ｐゴシック',Verdana,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS PGothic',osaka,sans-serif;
	background: url(../img/bg/bg_body.gif) repeat-y top center #E8320E;
	color:#000;
	font-style:normal;
	text-align:center;
	line-height:1.5em;
	position:relative;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, address, table, td{
	margin: 0;
	padding:0;
}

img{
	border:none;
}

table {border-spacing:0;}
*:first-child+html table {border-collapse:collapse;}

a:link,a:visited,a:active {
	color:#0099FF;
	border:none;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

li{
	list-style:none;
}

br.clear{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0em;
	clear: both;
	height:0;
}

address{
	clear:both;
	margin:0 7px 0 0;
	font-style:normal;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

label {
  margin-left:3px;
}

label:hover {
  color:brown;
	cursor: pointer;
  text-decoration:underline;
}

input,
textarea,
select {
  padding: 1px;
  color: #000;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input:disabled,
textarea:disabled,
select:disabled {
  color: #eee;
  background: #d0d0d0;
  border: 1px solid #888;
}

select, 
option {
  behavior: url(../css/option.htc);
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
	padding: 2px 0px 0px;
	color: #fff;
	cursor: pointer;
	border-width: 3px;
	border-style: double;
	border-color: #ccc #333 #333 #ccc;
	background: #666666;
	text-align: center;
	height: 30px;
	width: 100px;
}

input.button:hover {
	padding: 2px 0px 0px;
	color: #fff;
	cursor: pointer;
	border-width: 3px;
	border-style: double;
	border-color: #333 #ccc #ccc #333;
	background: #666666;
	text-align: center;
	height: 30px;
	width: 100px;
}

input.button_mini {
  padding: 2px 3px 0px;
  cursor: pointer;
  color: #fff;
  background: #666666;
  border-width: 3px;
  border-style: double;
  border-color: #ccc #333 #333 #ccc;
	text-align: center;
}

input.button_mini:hover {
  padding: 2px 3px 0px;
  cursor: pointer;
  color: #fff;
  background: #666666;
  border-width: 3px;
  border-style: double;
  border-color: #ccc #333 #333 #ccc;
	text-align: center;
}

input.radio {
  background: none;
  border: 0px;
}
input.check {
  background: none;
  border: 0px;
}

textarea {
	font-size: 100%;
}