/*
* コンテンツレイアウト
*/

p,h1,h2,h3,h4,h5,h6 {
	text-align:left;
}
.lt {
	text-align:left;
}

#leftcols {
	float:left;
	width:613px;
}

#rightcols {
	float:right;
	width:172px;
}

/* 左カラム */

#leftcols
h1 {
	width:613px;
	height:43px;
	background:url(../img/service/title_agree.gif) no-repeat top left;
	text-indent:-10000px;
}


.texbox {
	margin:0 auto;
	width:492px;
	border:1px solid #dddddd;
	background:#f2f2f2;
	padding:5px;
	text-align:left;
}

.content p {
	margin-top:15px;
	margin-bottom:15px;
}

.content ol li,
.content ul li{
	font-size:12px;
	line-height:1.7em;
}

.content
h3 {
	font-size:1em;
	font-weight:normal;
	color:#293f63;
}



/* 右カラム */


#rightcols
.inquiry a {
	display:block;
	width:172px;
	height:165px;
	background:url(../img/service/service_btinq.gif);
	background-position:0px 0px;
	text-indent:-10000px;
	overflow:hidden;
}
#rightcols
.inquiry a:hover {
	background-position:0px 165px;
}

ul.csubmenu {
	list-style:none;
	margin:0 0 0 0em; 
	padding:0; 
	list-style-type:none;
}
ul.csubmenu li{
	list-style:none;
	margin: 0px;
}
.csubmenu
li.csub001 {
	display:block;
	margin-top:20px;
	width:172px;
	height:25px;
	background:url(../img/service/ti_content.gif);
	text-indent:-10000px;
}

.csubmenu
li.csub {
	display:block;
	margin-top:3px;
	width:162px;
	/width:172px;
	font-size:12px;
	border:1px solid #cccccc;
	background:#ffffff;
	padding:4px;
}


dl.outline {
	font-size:0.75em;
}

dl.outline
dt {
	float:left;
	width:100px;
	margin-bottom:10px;
	line-height:1.7em;
	font-weight:bold;
}
dl.outline
dd {
	border-left:3px solid #cccccc;
	padding-left:10px;
	line-height:1.7em;
	width:500px;
	margin-left:100px;
	margin-bottom:10px;
}





#contentbody {
	margin-top:30px;
}
