﻿* {
	margin:0;
	padding:0;
}
html{
	height: 100%;
}
body {
	height: 100%;
	font-family: sans-serif;
	font-size: 13px;
	text-align: left;
	background: #CAD2EC url("../img/back.gif");
}
a:link, a:visited {
	color: #4444BD;
	text-decoration: none;
}
a:hover, a:active {
	color: #91A0D7;
	text-decoration: underline;
}
img {
	border: none;
}

#wrap {
	height: 100%;
	min-height: 100%;
	width: 848px;
	margin: 0 auto;
	border-right: 1px solid #91A0D7;
	border-left: 1px solid #91A0D7;
	background: #FFF;
}
body > #wrap{
    height: auto;
}
#main {
	float: left;
	width: 100%;
	background: url("../img/vline.gif") repeat-y;
}

#leftc {
	width: 300px;
	float: left;
}
#rightc {
	margin-top: 30px;
	margin-left: 25px;
	width: 506px;
	float: left;
}
#footer {
	clear: both;
	height: 100px;
	background: url("../img/wave.gif") no-repeat;
}

/* メニュー */
#menu1 {
	margin-left: 66px;
	margin-bottom: 40px;
	list-style: none;
}
#menu1 li {
	padding: 10px 15px 6px 0;
	background: url("../img/line1.gif") left bottom no-repeat;
}
#menu1 a {
	display: block;
	padding-left: 15px;
}
#menu1 li a:hover {
	background: url("../img/mark1.gif") left center no-repeat;
}
#menu1 li img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.bg {
	margin-bottom: 15px;
}
.here {
	background: url("../img/mark1.gif") left center no-repeat;
}
#nbook {
	padding: 5px 50px 5px 15px;
	margin-left: 66px;
	margin-bottom: 5px;
	line-height: 1.2;
}
#nbook img {
	border: 1px solid #999;
	margin: 3px 0;
}

/* 表紙 右カラム */
.rtitle {
	margin-bottom: 8px;
}
.lead {
	width: 460px;
	padding: 5px 5px 8px;
}
.wl {
	border-bottom: 1px solid #CAD2EC;
}
.wm {
	width: 451px;
	padding-left: 14px;
	background: url("../img/mark1.gif") left center no-repeat;
}
.rlist, .rlist2 {
	width: 470px;
	list-style: none;
	margin-bottom: 25px;
}
.rlist li {
	line-height: 1.2;
	border-bottom: 1px solid #CAD2EC;
	padding: 6px 8px;
}
.rlist2 li {
	line-height: 1.2;
	border: 1px solid #CAD2EC;
	background: #F5F5F5;
	padding: 8px;
	margin-bottom: 3px;
}

/* 本文 */

.caption {
	width: 450px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 12px;
	padding: 0px 10px 8px;
	background: url("../img/line2.gif") bottom repeat-x;
	list-style: none;
}
.caption li {
	display: inline;
	padding: 0 2px;
	color: #666;
}
.caption li a {
	background: url("../img/arrow.gif") right center no-repeat;
	padding-right: 12px;
	color: #666;
}
.caption img {
	vertical-align: bottom;
}
.caption a img:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.cat1 {
	width: 120px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 2px 0 1px;
	text-align: center;
	color: #FFF;
	background: #2F2F86 url("../img/back2.gif");
	border-bottom: 1px solid #2F2F86;
}
.text1 {
	width: 450px;
	line-height: 1.5;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.text2 {
	width: 450px;
	line-height: 1.5;
	padding: 0px 10px;
	margin-bottom: 20px;
	border: 1px solid #CAD2EC;
	background-color: #F5F5F5;
}
.text3 {
	width: 450px;
	line-height: 1.5;
	padding: 0px 10px;
	margin-bottom: 20px;
	border-top: 1px solid #2F2F86;
	border-bottom: 1px solid #2F2F86;
	background-color: #F5F5F5;
}
.text4 {
	width: 450px;
	line-height: 1.5;
	padding: 0px 10px;
	margin-bottom: 20px;
	border-top: 1px solid #2F2F86;
	border-bottom: 1px solid #2F2F86;
}
#rightc p {
	margin: 8px 0px;
}
h1 { 
	font-weight: 550;
	font-size: 14px;
}
h2 {
	margin-top: 10px;
}
h3 {
	margin-top: 20px;
	font-weight: normal;
	font-size: 13px;
}
.lv1 {
	font-style: normal;
	font-weight: bold;
	color: #732850;
}
.lv2 {
	font-size: 15px;
}
.br1 {
	padding-bottom: 15px;
}
.tb1 {
	padding-left: 10px;
}
.jmp {
	background: url("../img/link.gif") right center no-repeat;
	padding: 1px 19px 1px 0;
}
.rtn {
	background: url("../img/return.gif") left center no-repeat;
	padding: 5px 5px 5px 19px;
	margin-left: 10px;
}
/* サービスリスト */
.slist {
	line-height: 1.5;
	padding: 12px 10px 2px;
	margin: 0 -10px 20px;
	border-top: 1px solid #2F2F86;
	border-bottom: 1px solid #2F2F86;
	background-color: #F5F5F5;
}
.slist dt {
	background: url("../img/mark2.gif") left center no-repeat;
	padding-left: 12px;
}
.slist dd {
	margin-left: 15px;
	margin-bottom: 12px;
}
.slist img {
	vertical-align: middle;
}

/* プログラム */
.ptitle {
	font-size: 16px;
	font-weight: bold;
	color: #2F2F86;
	padding: 12px 10px 5px;
	margin-bottom: 10px;
}
.tlist {
	margin-bottom: 10px;
	padding-left: 30px;
}
.clist { /* 実績リスト */
	width: 450px;
	line-height: 1.5;
	padding: 12px 10px;
	margin: 10px 0;
	border-top: 1px solid #2F2F86;
	border-bottom: 1px solid #2F2F86;
	background-color: #F5F5F5;
	list-style: none;
}
.clist li {
	padding: 2px 0 2px 14px;
	background: url("../img/mark2.gif") left center no-repeat;
}
/* 書籍ページ */
.blist {
	width: 450px;
	margin-bottom: 20px;
	padding: 15px 10px;
	list-style: none;
	border-top: 1px solid #2F2F86;
	border-bottom: 1px solid #2F2F86;
	background-color: #F5F5F5;
}
.blist li {
	width: 200px; height: 110px;
	float: left;
	margin: 5px 0 5px 20px;
}
.blist img {
	float: left;
	border: 1px solid #999;
	margin-right: 5px;
	vertical-align: bottom;
}

/* 個別書籍ページ */
.binfo {
	width: 428px;
	line-height: 1.4;
	padding: 15px 10px;
	margin-bottom: 10px;
}
.bimg {
	float: left;
	width: 160px;
}
.bimg img {
	border: 1px solid #999;
}
.btitle {
	margin-bottom: 10px;
	color: #732850;
}
.bauthor {
	margin-bottom: 5px;
}
.bintro {
	margin-top: 10px;
}

/* フロート対策 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
