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

/*---------- 共通 ----------*/

* { 
	padding: 0;
	margin: 0;
}
body {
 	font-family: メイリオ;
	font-size: 0.8em;
 	text-align: center;
	color:#333333;
	background:url(../image/back-bg.jpg) repeat-x;
}
img { 
	border: 0;
}
#wrapper { 
	margin: 0 auto;
	width: 820px;
 	text-align: left;
	background-color:#FFF;
	border-left:1px solid #a2a2a2;
	border-right:1px solid #a2a2a2;
}
#main{
	width: 820px;
	height: auto;
}
.clear {
	clear: both;
	background: none;
}
h1 {
	color:#FFF;
	font-size:0.9em;
	font-weight:100;
	padding:5px 10px 0 0;
	text-align:right;
}
h2 {
        font-size:0.9em;
	font-weight:100;
}
h3 {
        font-size:0.9em;
	font-weight:100;
}
h4 {
        font-size:0.9em;
	font-weight:100;
}
h5 {
	font-weight:100;
}
strong {
	font-weight:100;
}
a:link {
        color:#006ebf;
	text-decoration: none;
}
th {
	color:#4b4b4b;
	font-size:0.8em;
}
a:visited {
        color:#006ebf;
	text-decoration: none;
}
a:hover {
	color:#ff9900;
	text-decoration: none;
}
a:active {
	color:#00CC00;
	text-decoration: none;
}

/*---------- header ----------*/
#header {
	width:820px;
	height:50px;
	background:url(../image/header.jpg) no-repeat;
}

/*---------- left ----------*/
#main .left {
	width:190px;
	float:left;
}
/*---------- right ----------*/
#main .right {
	width:630px;
	float:right;
}
/*---------- footer ----------*/
#footer {
	width:820px;
	height:50px;
	background:url(../image/footer.jpg) no-repeat;
	clear:both;
}

/* page nav */
.pagenav {
        font-size: 0.8em;
	text-align: right;
/*	padding-left:250px;*/
	padding-top:20px;
}
/* left login */
#main .left .login {
	width:180px;
	height:185px;
	background:url(../image/login.jpg) no-repeat;
	padding:50px 0 0 5px;	
}
#main .left .login .btn {
	margin:10px 0 0 35px;	
}
#main .left .login .btn input {
	width: 102px;
	height: 31px;
	margin: 0;
	padding: 0;
	background:url(../image/login-btn.gif) no-repeat;
	border: none;
	text-indent: -9999px;
}
#main .left .login .login-text {
        color:#0099ff;
        padding:10px 5px 0 20px;
}
#main .left .login li {
	padding-bottom:5px;
}

/* left member */
#main .left .nav {
	margin-top:5px;
	list-style-type:none;
}
#main .left .nav li a {
	display: block;
	width: 180px;
	height: 41px;
}
#main .left .nav li a:hover {
	text-indent: -9999px;
}
#main .left .nav .na1 {
	float: left;
	background:url(../image/nav-bun1-1.gif) no-repeat;
}
#main .left .nav .na2{
	float: left;
	background:url(../image/nav-bun2-1.gif) no-repeat;
}
#main .left .nav .na3 {
	float: left;
	background:url(../image/nav-bun3-1.gif) no-repeat;
}
#main .left .nav .na4 {
	float: left;
	background:url(../image/nav-bun4-1.gif) no-repeat;
}
#main .left .nav .na5 {
	float: left;
	background:url(../image/nav-bun6-1.gif) no-repeat;
}
#main .left .nav .na6 {
	float: left;
	background:url(../image/purai-bun72.gif) no-repeat;
}
#main .left .nav .na7 {
	float: left;
	background:url(../image/kiyaku-bun9-1.gif) no-repeat;
}
#main .left .nav .na8 {
	float: left;
	background:url(../image/gide-bun2.gif) no-repeat;
}
#main .left .nav .na9 {
	float: left;
	background:url(../image/nav-bun8-1.gif) no-repeat;
}
#main .left .nav .na10 {
	float: left;
	background:url(../image/sitemap-bun7-.gif) no-repeat;
}

/* right container */
#main .right .container {
	width:630px;
	padding-top:5px;
}
#main .right .container .co-left {
	width:210px;
	float:left;
}
#main .right .container .co-inner {
	width:210px;
	float:left;
}
#main .right .container .co-right {
	width:210px;
	float:right;
}
#main .right .container .co-text {
	width:170px;
	height:160px;
	margin-left:5px;
	padding-left:25px;
        font-size: 12px;
	list-style-type:none;
	border-left:1px solid #DBEFF7;
	border-right:1px solid #DBEFF7;
	border-bottom:1px solid #DBEFF7;
}
#main .right .container .co-text li{
	padding-bottom:5px;
	list-style-image:url(../image/listtag.gif);
}

/* right charge */
.bun {
	padding-top:5px;
	clear:both;
}
#main .right .charge {
	padding:50px 0 0 30px;
	background:url(../image/charge-bun.jpg) no-repeat;
	clear:both;
	list-style-type:none;
	font-weight:bold;
}
#main .right .charge li {
　　　　font-weight:100;
	padding:5px;
}

/* right info */
#main .right .info {
	padding:50px 0 70px 30px;
	margin-top:5px;
	background:url(../image/info-bun.jpg) no-repeat;
	clear:both;
}

/* footer */
#footer h5 {
	text-align:center;
	padding-top:5px;
}
