@charset "utf-8";
/*
CSS Information
==============================================================

	Site Name: 
	Description: モジュール用
	Version: 

==============================================================
*/


/*
CONTENTS
==============================================================

	1: Page Only MODULE

==============================================================
*/


/*=========================================================
1: Page Only MODULE
=========================================================*/

/* TOP PAGE MAIN -----------------------*/

#Title h1 {
	padding: 0;
}
#Title .Outline {
	padding: 15px 20px 0 500px;
}
#Title p {
	text-align: center;
	border: 1px #66CC99 solid;
	padding: 3px 10px 3px 10px;
}

#InfoText p {
	padding: 10px;
	line-height: 120%;
}
#InfoText .InfoCom {
	padding: 0 0 0 40px;
	line-height: 150%;
}
#InfoText .InfoCom span{
	font-weight: bold;	
}

/*-- 買取ります・オルティカトピック--*/

#InfoInfo .buy{
	float: left;
	width: 290px;
	margin-right: 20px;
}
#InfoInfo .buyTitle{
	height: 27px;
	background: url(../img/t_01.gif) no-repeat;
}
#InfoInfo .buyTitle h2{
	padding: 5px 0 0 10px;
}
/*-- buy&topics共通CSS--*/
#InfoInfo h2 span{
	border-bottom: 1px solid #fff;
	border-left: 5px solid #fff;
	padding: 0 5px 0 5px;
	font-weight: bold;
}
#InfoInfo .buyTitle h2 span{
	color: #C00;
}
#InfoInfo .buyInfo{
	padding: 10px;
	border-right: 1px solid #f66;
	border-left: 1px solid #f66;
}

#InfoInfo .topics{
	float: left;
	width: 450px;
}
#InfoInfo .topicsTitle{
	height: 27px;
	background: url(../img/t_02.gif) no-repeat;
}
#InfoInfo .topicsTitle h2{
	padding: 5px 0 0 10px;
}
#InfoInfo .topicsTitle h2 span{
	color: #039;
}

#InfoInfo .topicsInfo{
	padding: 10px;
	border-right: 1px solid #69f;
	border-left: 1px solid #69f;
}

#InfoInfo div div p.mail,
#InfoInfo div div p.date{
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}
#InfoInfo div div p.date{
	text-align: right;
}
/* わざわざspanを入れるのはalignをrightにとったため、そのままだとブラウザによる文字の大きさでバックの画像と文字が重なってしまうので -----------------------*/
#InfoInfo div div p.date span{
	padding-left: 45px;
	background: url(../img/new_001.gif) no-repeat left 3px;
<[if It IE 7]>
	_background: url(../img/new_001.gif) no-repeat left 0;
}


/*-- 新着情報 --*/
#InfoNew {
	width: 756px;
	text-align: left;
	background-color: #fff;
	margin: 10px 0 0 22px;
}
#InfoNew .InfoNewTitle {
	height: 27px;
	background: url(../img/t_03.gif) no-repeat;
}
#InfoNew h2 {
	padding: 5px 0 0 10px;
}
#InfoNew h2 span {
	border-bottom: 1px solid #fff;
	border-left: 5px solid #fff;
	color: #333333;
	padding: 0 5px 0 5px;
	font-weight: bold;
}
#InfoNew  p {
	width: 754px;
	height:118px;
	border:solid 1px;
	border-color: #bbbbbb #666666 #666666 #bbbbbb;
	overflow:hidden;
	padding:0px;
	text-align: left;
	margin: 0;
}


#InfoRepair .RepairIcon {
	width: 70px;
	padding: 20px 0px 20px 20px;
}
#InfoRepair .RepairTitle {
	float: right;
	width: 540px;
	padding: 20px 0px 20px 0px;
}
#InfoRepair .RepairTitle p {
	color: #360;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
#InfoRepair .RepairTitle p a {
	color: #360;
}
#InfoRepair .RepairBottun {
	float: right;
	padding: 50px 20px 20px 0;
}

/*------ InfoLink ------*/

.LinkIcon {
	float: left;
	width: 70px;
	padding: 20px 0 20px 20px;
}
.LinkContents {
	float: left;
	width: 540px;
	padding: 20px 0 0 5px;
}
.LinkContents h3{
	font-size: 116%;
	font-weight: bold;
	line-height: 150%;
}
.LinkContents h3 a{
	color: #360;
}
.LinkContents p{
	font-size: 100%;
	line-height: 133%;
}
.LinkInform {
	padding: 50px 0 0 0;
}







#NewInfoInclued {
	width: 735px;
	padding:0 0 10px;
	text-align: left;
	background-color: #FFFFFF;
}
#NewInfoInclued dl {
	padding: 10px;
	width: 700px;
}

#NewInfoInclued dl dt {
	clear: left;
	float: left;
	padding: 5px 0;
	width: 100px;
}
#NewInfoInclued dl dd {
	margin: 0;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 0 5px 100px;
}

