@charset "utf-8";
/* CSS Document */

/*修理の流れの設定
------------------------------------------------*/

/*全体の設定
------------------------------------------------*/

#main .g_toptext{
	color: #ffffff;
	padding: 10px;
	border-top: 1px solid #cccccc;
	margin-top: 5px;
	background-color: #7baa1c;
	margin-bottom: 10px;
	}

/*見出し（緑）の設定
------------------------------------------------*/

#main h3.top {
	font-weight: bold;
	color: #009900;
	margin-bottom: 5px;
	width: 590px;
	font-size: 16px;
	letter-spacing: 0em;
}

#main h3.other {
	font-weight: bold;
	color: #009900;
	margin-bottom: 5px;
	width: 590px;
	margin-top: 20px;
	font-size: 16px;
	letter-spacing: 0em;
}



/*コンシェルジュの設定
------------------------------------------------*/

.how_concierge {
	width: 270px;
	float: right;
}

.how_concierge p {
	color:#FFFFFF;
	background-color: #999e89;
	margin-top: 15px;
}

.how_concierge img {
	float: left;
}

.how_concierge p {
	width: 140px;
	margin-left: 20px;
	padding: 10px;
	float: left;
}
.add {
	font-weight: bold;
	color: #009900;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	font-size: 17px;
	letter-spacing: 0em;
}



#main .g_content{
	height: 106px;
	width: 420px;
	padding-top: 45px;
	padding-left: 150px;
	padding-right: 20px;
	}

#main .g_contents01 {
	background: url(../gift-images/freshman.jpg) no-repeat;
}

#main .g_contents02 {
	background: url(../gift-images/mother.jpg) no-repeat;
}

#main .g_contents03 {
	background: url(../gift-images/father.jpg) no-repeat;
}

#main .g_contents04 {
	background: url(../gift-images/grand.jpg) no-repeat;
}

#main .g_contents05 {
	background: url(../gift-images/christmas.jpg) no-repeat;
}


#main p.g_limks01 {
	font-weight: bold;
	display: block;
	text-align: right;
	margin-top: 15px;
}

