@charset "utf-8";
/* =========================================================
CSS information

 更新者：松尾
 更新日：20090415

 file name  : docs.css
 style info : docs関連用のスタイル
============================================================ */

/* タイトル周り　共通
----------------------------------------------------*/
#section-lv {
	background: url(../../images/share/bgimg.png) no-repeat;
	border-top: 3px solid #464035;
}

#section-lv h1 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}

/* 運営会社
----------------------------------------------------*/
table#companyInfo {
	width: 508px;
	border: 1px solid #D6D6D6;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}

table#companyInfo td {
	padding: 10px;
	border-bottom: 1px solid #D6D6D6;
}

table#companyInfo td.item {
	width: 150px;
	background: url(../../images/share/bg_box.png) top repeat-x;
	border-right: 1px solid #D6D6D6;
	vertical-align: top;
}

.contact {
	width: 510px;
	margin: 0px 40px;
}

/* 利用規約,　プライバシーポリシー
----------------------------------------------------*/
#textArea {
	width: 548px;
	border: 1px solid #D6D6D6;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#textArea h2 {
	background: url(../../images/share/bg_box.png) top repeat-x;
	border-bottom: 1px solid #D6D6D6;
	padding: 10px;
}

#textArea h2.bt {
	background: url(../../images/share/bg_box.png) top repeat-x;
	border-top: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
	padding: 10px;
}

#textArea p {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}

#textArea p.nb {
	border-bottom: none;
	padding-bottom: 0px;
}

#textArea ul {
	margin: 10px;
	padding-bottom: 15px;
}

#textArea ul li {
	background: url(../../images/share/i_list_pink.png) no-repeat;
	padding-left: 20px;
}
