@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #42413C;
	margin: 0 auto;
	padding: 0;
	color: #000;
	width: 980px;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}
a img { 
	border: none;
}

/*
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #F90;
}
*/

/*ボーダー*/
.border1 {
	border-bottom:5px double #999999;
	clear:both;
	margin:0 auto;
}

/*ページ全体*/
.container {
	width: 980px;
	background: #e4edb4;
	margin: 0 auto;
}

/*ヘッダー*/
.header {
	background: #FFFFFF;
	margin:0 auto;
	width:920px;
}

/*上部メニュー*/

ul.nav {
	float:right;
	width: auto;
	list-style: none;
	margin-bottom: 5px;
	padding-top:40px;
	padding-left:10px;
	padding-right:10px;
	
}
ul.nav li {
	float:left;	
}
ul.nav a, ul.nav a:visited {
	padding: 0px;
	display: block;
	width: 102px;
	height:32px;
	text-decoration: none;
	text-align:center;
	background: #FFF;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #FFF;
	color: #FFF;
	text-align: center;
}


/*サイドバー*/
.sidebar {
	float: left;
	display:inline;
	width: 180px;
	background-color: White;
	padding: 5px;
	margin: 0px;	
}
.sidebar img{
	margin-left: auto;
	margin-right: auto;
	display:block;
}
/*サイドメニュー*/
.sidemenu {
	margin: 10px 0px;
	padding: 0px;
	width:100%;
	background-color:#FFFFFF;
	border-style: solid;
	border-color:#CCC;
	border-width:1px;
	border-collapse:collapse;	
}
.sidemenu dt{
	background-color:#CCC;
	padding:2px 5px;
	font-weight: bold;
	border-bottom:solid #CCC 1px;
	text-align:center;
}
.sidemenu ul{
	margin: 0 0 0 0;
	padding: 0;
	text-align:center;
	list-style-type: none;	
}
.sidemenu li a{
	text-decoration:none;
	display:block;
}

.ListBorder {  
	zoom: 1;  
	overflow: hidden;  
}  
.ListBorder li {  
	margin-top: -1px;  
	padding: 2px;  
	border-top: 1px solid #CCC;  
}


/*メインコンテンツ*/  
.content {
	margin: 0 auto;
	width: 980px;
	display: inline;
	
}
.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.main-content {
	width:920px;
	margin:0 auto;
	background: #FFF;
}


/*マウスオーバー*/
a:hover img.hoverIMG{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}

/* ~~ フッター ~~ */
.footer {
	width:980px;
	margin:0px auto;
	padding: 0px 0;
	background: #FFF;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
	position: relative;
	clear: both;
}
.footer p.asia {
	background-color:#B2B2B2;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	display: block;
}

/*ログインフォーム*/
div#contents #sub div#login {
   padding:5px;
   margin:0px;
   line-height:1.2;
   width:160px;
   font-size:12px;
   background:#FFFFFF;
   border-style:ridge;
   border-width:medium;
   border-color:#999999;
   
}

div#contents #sub div#login p#login1 {
   padding:0px;
   line-height:1.5;
   width:100%;
   font-size:14px;
   background:#999999;
   color:#ffffff;
   text-align:center;
   font-weight:bold;
}

div#contents #sub div#login p#login2 {
   text-align:center;
   line-height:0.8;
}

div#list ul li{
	list-style:none;
}

.logout {
	padding:5px;
	margin-top:35px;
	margin-right:10px;
	float:right; 
	border: black solid 1px;
	
	background:#000;
}
.logout a {
	color:white;
	font-weight: bold;
	display:block;
}

h3.abc {
	clear:left;
	width:720px;
	height:35px;
	margin:20px 0px 10px 0px;
	padding:4px 0px 0px 20px;
	background:url(../images/sub_midashi.jpg) no-repeat;
	font-size:18px;
	font-weight:bold;
	color:#d00;
	line-height:165%;
}

h3.abc span {
	padding: 5px;
	border:solid #333 1px;
}

h4.abc {
	color:#FF3300;
	margin: 0;
	margin-bottom:10px;
}

.red {
	background-color: #F7AEEA;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 6px;
}
.yellow {
	background-color: #FFFF80;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 6px;
}

.dotted {
	border-bottom:dotted 1px #666666;
	margin-top:15px;
	margin-bottom: 5px;
}

.function h4 {
	margin: 0px;
	margin-bottom:10px;
}
span.plan {
	border:#333333 1px solid;
	padding: 0 5px;
	background-color: #FFC;
}
div.plan-a {
	width: 880px;
	background-color: #FF9;
	margin:0 auto;
}
div.plan-a-m {
	width: 880px;
	background-color: #CDEFFC;
	margin: 0 auto;
}
div.plan-b {
	border:1px #000000 solid;
	padding:10px;
	background-color: #CFF;
}
div.func_box {
	height: auto;
	padding: 5px;
}
.func_box ul {
	width: 278px;
	height:120px;
	background: white;
	padding: 0;
	border: 1px #333333 solid;
	float: left;
	margin: 5px;
}
.func_box li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}
li.func_text {
	padding: 5px;
}

div.box {
    width: 800px;
	height: 95px;
    font-size: 0.9em;
}

div.outbox {
	width:880px;
	background: #ff9;
	margin:0 auto;
	padding:10px 0 20px 0;
}
div.merit_box {
	width: 800px;
	margin:0 auto;
	padding:5px;
	border:1px #666 solid;
	background-color: white;
}
div.inbox {
	border: 1px #333333 solid;
	width: 800px;
	margin:0 auto;
	background-color: white;
	padding: 5px;
}

div.box-title {
	width: 880px;
	margin:0 auto;
}

ul.ryokin {
	width: 278px;
	height:120px;
	list-style: none;
	border-style: none;
	background-color: #CDEFFC;
	line-height: 100%;
}

div.box {
    width: 800px;
	height: 95px;
    font-size: 0.9em;
}
div.box01 {
	float: left;
	margin-left:110px;
    width: 400px;
	height: 90px;
}
div.box02 {
	float: left;
	width: 250px;
	height:100px;
}
.box01 span {
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}
.box02 img {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}
div.muryo {
	width: 900px;
	height: 100px;
	background: url("../images_lp/muryo-s.jpg");
	margin:20px auto;
}
div.premium {
	width: 900px;
	height: 100px;
	background: url("../images_lp/premium-s.jpg");
	margin:20px auto;
}

.footer div.credit {
background-color:#999999;
height: 20px;
line-height: 20px;
}
p.copyright {
float: left;
margin:0 10px;
}
p.unei {
float: right;
margin: 0 10px;
}
p.unei a {
color: #fff;
}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 24px/100% Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #ff5500,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
a {
	color: #339;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* 見出し */
.headding06 {
	/* margin:0 0 30px 0; */
	margin:0;
	padding:6px 0px 2px 12px;
	/*background: #1D8ADE;*/
	background: green;
	color:#FFF;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
}

h2 { font-size: 1.25em; }
