﻿/*****************************
 * くるる レンタルフォーム
 * @charset: utf-8
 *****************************/

/* [layout] //////////////////////////*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: "メイリオ", Osaka, sans-serif;
	font-size: 0.8em;
	color: #666;
	background: url(../image/back-bg.jpg) repeat-x;
}
a {
	color: #006ebf;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #F90;
	text-decoration: underline;
}
img {
	vertical-align: bottom;
	border: none;
}
ul, ol {
	list-style: none;
}
input, textarea, select {
	font-size: 1em;
}
option {
	padding: 0 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption {
	text-align: left;
}
.clear {
	clear: both;
	background: none;
}

/* [div#wrapper] /////////////////////*/
#wrapper {
	position: relative;
	width: 820px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

/* [div#header] //////////////////////*/
#header {
	width: 820px;
	background: url(../image/header.jpg) no-repeat 0 50px;
}
#header .logo {
	width: 300px;
	float: left;
}
#header .menu {
	text-align: right;
	list-style: none;
	padding: 30px 5px 0 0;
}
#header .menu li {
	display: inline;
	padding-left: 15px;
	background: url(../image/listtag.gif) no-repeat 5px 3px;
}
#header h1 {
	clear: both;
	height: 45px;
	text-align: right;
	padding: 5px 10px 0 0;
	font-size: 0.9em;
	font-weight: 100;
	color: #FFF;
}

/* [div#sidebar] /////////////////////*/
#sidebar {
	width: 195px;
	float: left;
}

/* [div#login] ///////////////////////*/
#login {
	width: 180px;
	height: 230px;
	margin: 0 0 5px;
	padding: 0 5px;
	background: url(../image/login.jpg) no-repeat;
}
#login form {
	text-align: center;
	padding: 50px 0 0;
}
#login form th {
	padding: 0 4px;
	font-size: 0.9em;
}
#login form td {
	padding: 2px 0;
}
#login form td input {
	width: 95px;
}
#login ul {
        color:#006ebf;
	margin: 15px 0 0 15px;
	line-height: 1.5;
}

/* [ul#nav] //////////////////////////*/
#nav {
	list-style: none;
	margin: 5px 0 0;
}
#nav li {
	width: 180px;
	height: 40px;
	float: left;
	margin-bottom: 1px;
}
#nav li a {
	display: block;
	width: 180px;
	height: 40px;
}
#nav li a:hover {
	background-color:transparent;
}
#nav li a:hover img {
	visibility: hidden;
}
#nav .na1 {
	background:url(../image/nav-bun1-1.gif) no-repeat;
}
#nav .na2{
	background:url(../image/nav-bun2-1.gif) no-repeat;
}
#nav .na3 {
	background:url(../image/nav-bun3-1.gif) no-repeat;
}
#nav .na4 {
	background:url(../image/nav-bun4-1.gif) no-repeat;
}
#nav .na5 {
	background:url(../image/nav-bun6-1.gif) no-repeat;
}
#nav .na6 {
	background:url(../image/purai-bun72.gif) no-repeat;
}
#nav .na7 {
	background:url(../image/kiyaku-bun9-1.gif) no-repeat;
}
#nav .na8 {
	background:url(../image/gide-bun2.gif) no-repeat;
}
#nav .na9 {
	background:url(../image/nav-bun8-1.gif) no-repeat;
}
#nav .na10 {
	background:url(../image/sitemap-bun7-.gif) no-repeat;
}

/*  [div#main] ///////////////////////*/
#main {
	width: 610px;
	float: left;
	margin: 5px 0 0;
}

/* [div#footerSub] ///////////////////*/
#footerSub {
	clear: both;
	height: 50px;
}

/*  [div#footer ] ////////////////////*/
#footer {
	position: absolute;
	bottom: 0;
	width: 820px;
	height: 50px;
	background: url(../image/footer.jpg) no-repeat;
}
#footer h5 {
	text-align: center;
	padding: 5px 0 0;
	font-weight: normal;
}
