﻿@charset "UTF-8";

/* LIST OF CONTENT========================================
SETTING
CSS HACK
===================================================== */

/* SETTING---------------------------------------------------------------------------- */

html {
	height:100%;
}

body {
	color:#303d44;
	font-size:12px;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	line-height:1.8;
	height:100%;
	margin:0;
	padding:0;
	overflow-y:scroll;
}

/* for WinIE6*/
* html body {
	height:100%;
	font-size:80%;
	font-family:Verdana,"ＭＳ Ｐゴシック",sans-serif;
	overflow-y:hidden;
}

/* for WinIE7*/
*:first-child+html body {
	height:100%;
	font-size:80%;
	font-family:"ＭＳ Ｐゴシック","メイリオ",Meiryo,sans-serif;
	overflow-y:hidden;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}

p,pre,blockquote,ul,ol,dl,dt,dd,hr,form,input {
	margin:0;
	padding:0;
}

img {
	vertical-align:top;
}

img,table {
	margin:0;
	padding:0;
	border:0;
}

li {
	list-style:none;
}

address {
	font-style:normal;
}

strong {
	margin:0;
	padding:0;
	font-weight:bold;
}

em {
	margin:0;
	padding:0;
	font-weight:bold;
	font-style:normal;
}

a {
	outline:none;
}

a:link {
	color:#303d44;
}

a:visited {
	color:#303d44;
}

a:hover {
	color:#303d44;
	text-decoration:none;
}

a:active {
	color:#303d44;
}

.alt {
	display:none;
}

/* WRAPPER--------------------------------------------------------------------------- */

#wrapper {
	position:relative;
	width:100%;
	min-width:1024px;
	height:auto !important;
	height:100%;
	min-height:100%;
}

/* HEADER--------------------------------------------------------------------------- */

#header {
	position:absolute;
	width:100%;
	height:115px;
	background:url(../img/bg_header.jpg) repeat-x;
	z-index:2;
}

#header .inner {
	position:relative;
	width:1024px;
	height:115px;
	background-image:url(../img/header.jpg);
	margin:0 auto;
}

#header .inner .flag_btn_01 { position:absolute; top:50px; left:629px; width:30px; height:20px; }
#header .inner .flag_btn_02 { position:absolute; top:50px; left:674px; width:30px; height:20px; }
#header .inner .flag_btn_03 { position:absolute; top:50px; left:719px; width:30px; height:20px; }
#header .inner .flag_btn_04 { position:absolute; top:50px; left:764px; width:30px; height:20px; }
#header .inner .flag_btn_05 { position:absolute; top:50px; left:809px; width:30px; height:20px; }
#header .inner .flag_btn_06 { position:absolute; top:50px; left:854px; width:30px; height:20px; }
#header .inner .flag_btn_07 { position:absolute; top:50px; left:899px; width:30px; height:20px; }
#header .inner .flag_btn_08 { position:absolute; top:50px; left:944px; width:30px; height:20px; }

/* CONTAINER--------------------------------------------------------------------------- */

#container {
	position:absolute;
	bottom:0;
	width:100%;
	height:auto !important;
	height:100%;
	min-height:100%;
	background:url(../img/bg.jpg) top center no-repeat;
	z-index:1;
}

#container h1 {
	position:absolute;
	top:50%;
	left:10%;
	color:#e0e0e0;
	font-size:30px;
}

#container #login {
	position:absolute;
	top:50%;
	left:50%;
	width:432px;
	height:252px;
	background-image:url(../img/bg_login.png);
	margin:-99px 0 0 -216px;
}

#container #login #form {
	position:absolute;
	top:22px;
	left:126px;
}

#container #login #form p {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}

#container #login #form p.error {
	position:absolute;
	top:130px;
	left:0;
	color:#ff6666;
	font-size:12px;
}

#container #login #form input {
	width:280px;
	height:18px;
	border:1px solid #cccccc;
}

#container #login #form input:hover {
	background-color:#fbffd1;
	border:1px solid #cccccc;
}

#container #login #form input:focus {
	background-color:#fbffd1;
	border:1px solid #cccccc;
}

#container #login #form dl {
	margin-bottom:5px;
}

#container #login #form dl dt {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#container #login #form #login_btn {
	width:148px;
	height:50px;
	margin:30px auto 0 auto;
}

#container #login #form #login_btn button {
	width:148px;
	height:50px;
	border:none;
	background:url(../img/btn_login.png) no-repeat;
	cursor:pointer;
}

#container #login #form #login_btn button:hover {
	background-position:0 -50px;
}

/* FOOTER--------------------------------------------------------------------------- */

#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background:url(../img/bg_footer.jpg) repeat-x;
	z-index:3;
}

#footer .inner {
	width:1024px;
	height:60px;
	margin:0 auto;
}

/* CSS HACK--------------------------------------------------------------------------- */

.clearfix {
	overflow:hidden;
}

.clearfix:after {
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}

/*¥*/
* html .clearfix {
	height:1em;
	overflow:visible;
}
/**/