/* ======================
iBiz トップサイトスタイル
2008/10/30 追加
======================= */
/*
toppage パンくず#topicpath[
----------------------------------------------------------- */
#topicpath {  
	margin:1px 0;
	font-size: 80%;  
}  
#topicpath li {  
	display:inline;  
	line-height:110%;  
	list-style-type:none;  
}  
#topicpath li a {  
	padding-right:10px;  
	background: url(../images/icon/arrowicon_topicpass.png) no-repeat right center;  
}
/*
toppage 紹介ページ#introduce[
----------------------------------------------------------- */
#introduce p{
	margin-bottom: 1em;
}
#introduce .balloon{
	margin:1em 10px;
	border:1px dashed #FF6600;
	padding:5px;
	background: #FAEAD8;
	line-height:2em;
	font-weight:bolder;
	font-size:85%;
}
#introduce .bold{
	font-weight: bold;
}
#introduce dl {
	padding:10px 1em;
}
#introduce dl dt{
	border-bottom: 1px solid rgb(204, 204, 204);
	font-size: 120%;
	clear: both;
}
#introduce dl dd {
	margin-bottom: 1.5em;
}
/*ページ下部画面遷移装飾ボタン*/
.platebutton {
	margin: 0 auto;
	background: url(../images/top/bgbutton.png) no-repeat scroll left top;
	border: 0 none;
	display: block;
	float: right;
	font-size: 100%;
	font-weight: bold;
	line-height: 40px;
	outline-style: none;
	outline-width:0;
	text-decoration:none; 
	color: #1a7bbb;
}  
.platebutton span {  
	display: block;
	padding: 0 40px 0 20px;
	background: url(../images/top/endbutton.png) right top no-repeat;  
}  
.platebutton:hover {
	text-decoration: none;
	background: url(../images/top/bgbutton.png) left bottom no-repeat;  
}  
.platebutton:hover span {   
	display: block;
	padding: 0 40px 0 20px; 
	background: url(../images/top/endbutton.png) right bottom no-repeat;  
}
#tryButton {
	text-align: center;
}
#tryButton a{   
	display: block;
	margin: 0 auto; 
	width: 280px;
	height: 90px;
	background: url(../images/top/button_try2.png) no-repeat top;
	text-indent: -9999px;
}
#tryButton a:hover{
	background: url(../images/top/button_try2.png) no-repeat bottom;
}
/*
利用環境 #environment[
----------------------------------------------------------- */
#environment table {
	margin: 10px;
 	width: 450px;
	border:1px solid #333;
	white-space: normal;
}
#environment table th {
	background: #f6f6f6;
	padding-left: 1em;
	width: 100px;
}
#environment table td {
 	padding:5px 5px 5px 10px;
	line-height: 2em;
}
/*
利用規約[
----------------------------------------------------------- */
body div#kiyakupage/*ログイン前サイト規約ページ*/{}
body div#kiyakupage h4{
	margin-top: 1em;
	padding: 0 .5em;
	line-height: 2.5em;
	font-weight: bold;
}
body #kiyakupage p{
	padding:0 10px 1em;
}
body #kiyakupage li{
	line-height: 1.6em;
}
body #kiyakupage ul.decimallist li{
	padding:0 0 1em;
	list-style-type: decimal;
	/*list-style-position : inside;*/
}
body #kiyakupage ul {
    padding-left: 2em;
}
body #kiyakupage ul.nomallist li{
	margin-left: 10px;
	list-style: none;
	text-indent: -1.3em;
	padding: .5em 0;
}
body #kiyakupage ul.decimallist ul.nomallist li{
	margin-left: 2em;
	list-style: none;
}
/*
プライバシーポリシー[
----------------------------------------------------------- */
div#privacy p{
	margin-bottom: 20px;
}
div#privacy ul {
	padding: 10px 1em;
}
div#privacy ul li{
	list-style-type: none;
	background: url(../images/icon/arrowicon2.png) no-repeat left top;
	padding: 0 0 1em 18px ;
	line-height: 1.6em;
}
div#privacy ul.b li{
	background: url(../images/icon/arrowicon_topicpass.png) no-repeat 5px 5px;
	
}
div#privacy ul.c li{
	background: url(../images/icon/arrowicon_topicpass2.png) no-repeat 5px 5px;
}

/*
会員登録について#introduce[
----------------------------------------------------------- */
div#introduce{}

/*
サイトマップ#sitemap[
----------------------------------------------------------- */
div#sitemap ul{
	padding: 10px;
}

div#sitemap ul li{
	line-height: 1em;
	padding: 0 0 1.5em 1em;
	list-style-position: outside;
}
div#sitemap ul li a{
    width: 100%; /*IE6バグ回避*/
	display:inline;
	background:url(../images/icon/arrowicon_topicpass.png) no-repeat left;
	padding-left: 1em;
}
div#sitemap ul p{
    text-indent: 1.4em;
}	
/*
会社概要#outline[
----------------------------------------------------------- */
#outline{}
#outline table {
	margin: 10px;
 	width: 450px;
	border:1px solid #333;
}
#outline table th {
	background: #f6f6f6;
	padding-left: 1em;
	width: 100px;
}
#outline table td {
 	padding:5px 5px 5px 10px;
	line-height: 2em;
}
#outline img{
	margin: 10px;
}

#outline ol {
	display: block;
	padding: 0 0 0 2em;
}
#outline ol li {
	list-style-type: decimal;
	list-style-type: decimal;
}
/*
料金表#rates[
----------------------------------------------------------- */
#rates table {
	border:1px solid #000;
	margin-top: 0;
}
#rates table caption{
	caption-side: bottom;
	text-align: right;
	font-size: 80%;
	padding-top: 2px;
}
#rates table th{
	background: #EF9221;
}
table .rate{
	text-align: right;
	font-size: 100%;
	line-height: 2em;
}
#rates table.download{
	width:300px;
}
#rates table.download th{
	width: 10em;
}
#rates .ratesnote{/*注釈*/
	display:block;
	margin:0 20px;
	width:630px;
	text-align: right;
	font-size: 80%;
}

/* 料金表#rates20100707add ----------------------------------------------------------- */
#rates ul.course {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

#rates ul.course li {
    margin: 0 0 0 10px;
    padding: 0 0 8px 20px;
    line-height: 1.1em;
    background: url("../../static/images/course_arrow.gif") no-repeat left top;
}

#rates ul.point {
    margin: 10px 0;
    padding: 0;
    list-style: disc;
}

#rates ul.point li {
    margin: 0 0 0 30px;
    padding: 0 0 8px 0;
    line-height: 1.1em;
    color: #000;
    list-style: disc;
}

#rates p.newplan {
    margin: 10px 15px 10px 15px;
}

#rates table.points {
    margin: 0 15px 10px 20px;
    padding: 10px;
}

#rates table.points td {
    margin: 0;
    padding: 5px;
    font-size: 90%;
    background: #EF9221;
    color: #fff;
    font-weight: bold;
    border-color: #000;
}

#rates dl {
    margin: 10px 20px;
    padding: 0;
}
#rates dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#rates dd {
    margin: 0;
    padding: 0 0 0 10px;
}

#rates h3 {
    margin-top: 30px;
}

#rates h4 {
    margin: 10px 20px;
    padding: 5px;
    border: 1px solid #666;
}

#rates p.detail {
    margin: 2px 20px;
    padding: 0;
}

#rates span.note {
    font-size: 80%;
}




/*
ライセンス#lisence[
パートナー#partner[
----------------------------------------------------------- */
#partner table{
	margin: 10px auto;
	white-space: normal;
}
#license table{
     margin: 10px 0;
	width: 80%;
	font-size: 80%;
}
#license table th,
#partner table th{
	background: #f6f6f6;
}
#license table td,
#partner table td{
 	padding: 5px 5px 5px 10px;
	line-height: 2em;
}
#license dl {
	padding:10px 1em;
}
#license dl dt{
	border-bottom: 1px solid rgb(204, 204, 204);
	font-size: 120%;
	font-weight: bold;
}
#license dl dd {
	margin-bottom: 1.5em;
}

#license ol {
	display: block;
	padding: 0 0 0 15px;
}
#license ol li {
	list-style-type: none;
}

#license ul {
	display: block;
	margin: 20px 0;
	padding: 0 0 0 7px;
}
#license ul li {
	margin: 5px 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	background: url("../images/course_arrow.gif") no-repeat top left;
}