@charset "Shift_JIS";

/* 会社概要・個人情報保護方針・問合せフォーム */

@import url("common.css");
@import url("sec_01.css");
@import url("font_size.css");

/* 会社概要 */
dl#prof {
	margin:20px 0;
	font-size:90%;
	line-height:1.5em;
	}
	dl#prof dd {
		margin:0 10px 0 2em;
		}
dl#prof_02 {
	margin:0 0 20px 2em;
	font-size:90%;
	line-height:1.5em;
	}
	
	dl#prof_02 dt {
		}
	dl#prof_02 dd {
		margin:-1.5em 0 0 5em;
		}
#main_content p {
	text-indent:0;
	margin:0;
	}
#main_content p.rig {
	text-align:right;
	padding:0 0 20px;
	}
/* 個人情報保護方針 */
#main_content h2 {
	border:0;
	font-size:100%;
	text-indent:-0.5em;
	margin:20px 0 10px;
	}
/* 問合せフォーム*/
#inquiry {
	margin:20px 0;
	color:#333;
	}
#inquiry h3 {
	margin:20px 0 10px;
	font-weight:normal;
	}
#inquiry p.inqp {
	text-indent:1.5em;
	}
table#form {
	width:100%;
	font-size:90%;
	line-height:1.5em;
	color:#333;
	}
table#form tr.bg {
	background:#c8be7d;
	}
table#form td {
	border:1px solid #000;
	padding:5px 10px;
	}
table#form td.title {
	background:#8b3524;
	color:#fff;
	text-align:center;
	font-size:110%;
	}
table#form td.noborder, table#form td.noborder02 {
	border:none;
	}
table#form td.noborder02 {
	text-align:right;
	padding:10px 0;
	}
input.bg02 {
	background:#6e1521;
	font-size:150%;
	color:#fff;
	padding:5px;
	}
	
/*サイトマップ*/

#stmp01, #stmp02 {
	margin:20px 0 0;
	width:250px;
	float:left;
	}
#stmp02 {
	width:350px;
	float:right;
	}
#stmp01 dl, #stmp01 p ,#stmp02 dl, #stmp02 p {
	line-height:2em;
	margin:1em 0;
	}
	
#stmp01 dt,#stmp01 p, #stmp02 dt,#stmp02 p{
	border:solid #999;
	border-width:1px 0;
	text-indent:1em;
	}
#stmp01 dd, #stmp02 dd {
	text-indent:2em;
	}
	
dl#ctlg dt {
	border:none;
	text-indent:2em;
	}
dl#ctlg dd {
	text-indent:3em;
	}
