@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

layout CSS File

File Name		layout.css
Note			共通レイアウト用スタイルシート


New Creation	
Update			


Created By		Yoshiaki Murakami

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	htmlタグ
2.	container
3.	共通部分
4.	header
5.	content
	5-1.	main
	5-2.	sub
6.	footer

------------------------------------------------------------------------
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
1.	htmlタグ
----------------------------------------------------------------------*/
html {
    height:100%;
}

body {
    height:100%;
/*	background:url(../../img/auth/body_bg.jpg) center top no-repeat #000;*/
	background:#000;
	color:#3c3938;
}

* html body {
	text-align:center;
}

legend {
	display:none;
}

.wrapper-r {
	background:url(../../img/auth/bg_r.jpg) top right no-repeat #000;
	min-width:898px;
	min-height:100%;
	/*height:100%;*/
}

.wrapper-l {
	background:url(../../img/auth/bg_l.jpg) top left no-repeat;
	min-height:100%;
	/*height:100%;*/
}

/*----------------------------------------------------------------------
2.	container
----------------------------------------------------------------------*/
* html #container {
    height:100%;
	text-align:left;
}

#container {
	position:relative;
	margin:0px auto;
	min-height:100%;
	width:898px;
/*	background:url(../../img/auth/container_bg.png) left top repeat;*/
}

body > #container {
	height:auto;
}


/*----------------------------------------------------------------------
3.	共通部分
----------------------------------------------------------------------*/
.nav {
	height:43px;
	text-align:center;
}

.nav li {
	float:left;
	display:inline;
}

.nav li a {
	padding:2px 0px 1px;
	width:150px;
	height:40px;
	background:url(../../img/auth/nav_bg.gif) left top no-repeat;
	line-height:40px;
	font-size:1.4em;
	font-weight:bold;
	color:#3c3938;
}

.nav li a:hover {
	background-image:url(../../img/auth/nav_bg_h.gif);
	color:#fff;
}

.nav .first a ,
.nav .last a {
	width:149px;
}

.nav .first a ,
.nav .first a:hover {
	background-position:-1px top;
}

.nav .active a {
	display:block;
	background-image:url(../../img/auth/nav_bg_a.gif);
	color:#7f441e;
}

.nav .active a:hover {
	background-image:url(../../img/auth/nav_bg_a.gif);
/*	color:#1c3e96;*/
}

table {
	border-collapse:separate;
	border-spacing:1px;
	background:#8e8e8f;
}

table thead tr th ,
table tbody tr th {
	border:1px solid #f8f9f9;
	background:#c5c5c5;
}

table tbody tr td {
	background:#f8f9f9;
}

input {
	margin:0px;
	padding:3px 5px;
	font-size:1.2em;
	line-height:1.2;
	color:#4c4a4a;
}

input[type=text] ,
input[type=password] {
	border:1px solid #9e9f9f;
}

.link {
/*	text-align:center;*/
	font-size:1em !important;
	line-height:1;
}

.link a {
	display:block;
	margin:0px auto;
	padding:8px 12px;
	background:url(../../img/auth/button_bg.gif) left top repeat-x;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.link a span {
	display:block;
	padding-left:16px;
	background:url(../../img/auth/link_bg.gif) left center no-repeat;
	font-size:1.2em;
	font-weight:bold;
	line-height:1;
	color:#fff;
}

.link a:hover {
	background-image:url(../../img/auth/button_bg_h.gif);
}

.link a:hover span {
	background-image:url(../../img/auth/link_bg_h.gif);
}

form #button {
	padding:0px;
}

button {
	padding:0px;
	height:28px;
	border:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:url(../../img/auth/button_bg.gif) left top repeat-x;
	cursor:pointer;
	font-size:1em;
}

button span {
	padding-left:16px;
	background:url(../../img/auth/link_bg.gif) left 5px no-repeat;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}


/*----------------------------------------------------------------------
4.	header
----------------------------------------------------------------------*/
#header {
	position:relative;
/*	background:url(../../img/auth/body_bg.jpg) top center no-repeat;*/
}

#header #logo {
/*	margin-left:-5px;*/
	padding:25px 45px 32px 0px;
	text-align:center;
}

#header #logout {
	position:absolute;
	top:0px;
	right:0px;
	width:129px;
}

#header #logout a {
	display:block;
	padding-left:38px;
	background:url(../../img/auth/login_bg.gif) left top no-repeat;
	font-size:1.4em;
	font-weight:bold;
	line-height:42px;
	color:#3C3938;
}

#header #logout a:hover {
	background-image:url(../../img/auth/login_bg_h.gif);
	color:#fff;
}

/*----------------------------------------------------------------------
5.	content
----------------------------------------------------------------------*/
#content {
   /* padding:35px 0 7.8em;*/
    padding:35px 0 43px;
	background:url(../../img/auth/container_bg.png) left top repeat;
}

/*
5-1.	main
----------------------------------------------------------------------*/
#main .section {
	margin:0 35px 70px;
}

#main .section .title {
	margin-bottom:35px;
	padding-left:18px;
	background:url(../../img/auth/title_bg.gif) left top repeat-y;
/*	font-size:1.6em;*/
	font-size:1.4em;
	font-weight:bold;
	line-height:35px;
	color:#fff;
}

#main .section .wrapper {
	margin:0px 90px;
}

#main .section .section {
	margin:0px;
}

#main .section .section .title {
	margin-bottom:10px;
	padding-left:10px;
	background:#3c3938;
	font-size:1.2em;
	line-height:24px;
}

/*
5-2.	sub
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
6.	footer
----------------------------------------------------------------------*/
#footer {
    position:absolute;
    bottom:-35px;
    height:7.8em;
    width:100%;
/*	background:#000;*/
}

#footer address {
	text-align:center;
	line-height:35px;
	color:#fff;
}
