@charset"shift_jis";

/* //-----------　チューニングページ　-----------// */

/* メインイメージ */

.tuning_image {
	background:url(../images/tuning/main-image.jpg) no-repeat;
}
.tuning_image01 {
	background:url(../images/tuning/main-image01.jpg) no-repeat;
}
.tuning_image02 {
	background:url(../images/tuning/main-image02.jpg) no-repeat;
}
.tuning_image03 {
	background:url(../images/tuning/main-image03.jpg) no-repeat;
}

.attention_box {
	border:1px solid #a8a8a8;
	background-color:#fbf7d6;
	width:430px;
	padding:8px;
	margin-left:28px;
}
.attention_check {
	color:#CC0000;
	font-size:10px;
	margin:4px 0 20px 8px;
}

.attention_red {
	color:#CC0000;
	font-size:10px;
}

.item_title {
	color:#FF0000;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
}

.mb_dotline {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.item_link{
line-height:1.6em;
color: #333333;font-weight:bold;
}
.item_link a{
color: #000099;
font-weight:normal;
text-decoration:underline;}

.item_link a:hover, .item_link a:active{



}
.item_link a:link, .item_link a:visited{

}


/* 画像レイアウト */

.thumbnail {
	margin:0 10px 0 5px;
	float:left;
	display:inline;
}

.thumbnail_r {
	margin:0 0px 0 15px;
	float:right;
	display:inline;
}

.thumbnail_l {
	margin:0 15px 0 0px;
	float:left;
	display:inline;
}


/* ナレッジリンク */

#knowledge_link {
	border:1px solid #a8a8a8;
	background-color:#fbf7d6;
	padding: 10px 10px 5px 15px;
}
#knowledge_link p {
	background:url(../images/common/attenntion.gif) no-repeat left 1px;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 18px;
	font-size: 10px;
	line-height: 14px;
	display: block;
}

#knowledge_link p.bo{
	background:url(../images/common/attenntion.gif) no-repeat left 1px;
	margin: 5px 0px 8px;
	padding: 0px 0px 0px 18px;
	font-size: 14px;
	line-height: 14px;
	font-weight:bold;
	display: block;
}

/* ナレッジリンク */

#tuning_link {
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #999999;
	text-decoration: none;
}
#tuning_link a:link {
	color:#032E41;
	text-decoration: underline;
	font-weight: bold;
}
#tuning_link a:visited {
	text-decoration: none;
	color:#3C0341;
	font-weight: bold;
}
#tuning_link a:hover {
	color:#FF3600;
	text-decoration: underline;
	font-weight: bold;
}
