/*------------------------------------------------------------------------------
	株式会社サンビック
	URL: http://www.
	Date: 2011-5-25
	Copyright (C)　　All rights reserved
------------------------------------------------------------------------------*/

/*-----------------------------------------------
 __contents（main＋leftNavi）
-----------------------------------------------*/

#contents {
	width:725px;
	float:left;
	background: url("../../img/back_border.gif") repeat-y;
	height:100%;
	min-height:100%;
}
body > #contents { 
    height:auto;
}


/* __main
------------------------------------------*/

#main {
	float:right;
	width: 550px;
	margin:0 atuo;
	text-align:center;
}

.innerMain {
	padding:0 19px 20px 19px;
}


/* 写真＋テキスト */

div.wrap div {
	display: table-cell;
	vertical-align: top;
	padding:0 8px 25px 0;
}
div.wrap div.photo {
	width: 165px;
}
div.wrap div.textbox {
	padding-left:16px;
}
div.wrap div.textbox p {
	padding-bottom:6px;
}

/* IE 6 */
* html div.wrap div {
	display: inline;
	zoom: 1;
}

/* IE 7 */
*:first-child+html div.wrap div {
	display: inline;
	zoom: 1;
}

/*\*//*/
* html div.wrap div {
	display:inline-block;
}
/**/


/* 新着情報 */

#topics dl {
	width: 510px;
}
#topics dl dt {
	width: 7em;
	background:url(../../img/top_img/topics_mark.gif) no-repeat center left;
	padding: 5px 0 5px 10px;
	font-weight: normal;
}
#topics dl dd {
	padding: 5px 5px 5px 7.5em;
	margin-left: 0;
	margin-top: -2.1em;
	margin-bottom: -1px;
	line-height: 1.4em;
	border-bottom: 1px dotted #999;
}


/* __leftNavi
------------------------------------------*/

#leftNavi {
	float:left;
	width:175px;
}

.inner {
	padding:0 0 20px 12px;
}



/* __rightNavi
------------------------------------------*/

#rightNavi {
	float:left;
	width:175px;
}

#rightNavi h3 {

	width: 148px;
	margin-bottom:15px;
}

#rightNavi ul li {
	margin-bottom:6px;
}


div.qa-box {
	width:510px;
    border:1px solid #DDDDDD;
	margin-bottom:20px;
}
div.qa-box dl {
	background: url("../../img/dt_back.jpg") repeat-x;
}
div.qa-box dl dt {
	color: #333;
	font-weight: bold;
	background-image: url(../../img/left_mark.jpg);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #690;
	border-bottom-color: #DDDDDD;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 30px;
}
div.qa-box dl dd {
	padding:14px 26px 7px 26px;
}
div.qa-box dl dd p {
	padding-bottom:10px;
}
.back {
	width:492px;
}
.back {
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
