@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
	position: relative;
    height: 100%;
	min-height: 100%;
}
body
{
	position: relative;
	font-family: 'Arial', 'メイリオ', Meiryo, Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'sans-serif';
	font-size: 13px;
	color: #333333;
	word-break: normal;
	word-wrap: break-word;
	height: 100%;
	min-height: 100%;
}
.imgbox img
{
	width: 100%;
	height: auto;
	max-width: 100%;
}
img
{
	vertical-align: bottom;
}
label
{
	cursor: pointer;
}

select, input, textarea, button { 
     vertical-align: bottom; 
     position: relative; 
}
button, input[type="button"] {
     overflow: visible; 
}

/* :Links
-----------------------------------------------------------------------------*/
a
{
	color: #3333FF;
	text-decoration: none;
}
a:hover, a:focus
{
	color: #990000;
	cursor: pointer;
	text-decoration: underline;
}
/* :Layout
-----------------------------------------------------------------------------*/
h1.error
{
	color: #FF0000;
	font-weight: bold;
	margin: 10px 0px;
}
h2.error
{
	color: #CC0000;
	font-weight: bold;
	margin: 10px 15px;
}
p.error
{
	margin: 0px 20px;
}

#wrapper
{
	position: relative;
	width: 100%;
/*
	height: 100%;
	min-height: 100%;
*/
}

#header
{
	position: relative;
	z-index: 10;
	width: 100%;
	height: 60px;
	box-shadow: 0px 0px 4px 0px rgba(0,0,255,0.5);

	/*For Old WebKit*/
	background: -webkit-linear-gradient( top, #000000 0%, #102860 100% );
	/*For Modern Browser*/
	background: linear-gradient( to bottom, #000000 0%, #102860 100% );
}
#header_inner
{
	position: relative;
	width: 100%;
	height: 60px;
	margin: 0px auto;
}

#main
{
/*
*/
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
/*
*/
/*
	position: absolute;
	top: 0px;
	padding-top: 60px;
	left: 0px;
	right: 0px;
	bottom: 0px;
*/
}

input[type="text"],
input[type="password"]
{
	width: 200px;
}

.btn
{
	margin: 5px;
}
.btn:hover
{
}

.mand
{
	margin-left: 8px;
	vertical-align: middle;
}

.blklink
{
	display: inline-block;
}

.center
{
	text-align: center;
}

.warn
{
	color: #CC0000;
	font-weight: bold;
	margin: 10px 10px 20px 10px;
}

.clear
{
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

