@charset "utf-8";
/*----------------------------------------
Name: guardian.css
Date Created:2009/04/10 [t.sato]
Last Updated:2009/04/16 [ID]
Copyright:zhangxian
----------------------------------------*/
.normalPart {
	width:430px;
}
.contactInfo {
	padding:10px 10px 1px 10px;
	background-color:#F9F9F9;
}
.contactInfo p {
	margin-bottom:8px;
}
.line {
	background:url(../img/contact/index/line.gif) repeat-x 0 bottom;
	padding-bottom:8px;
	margin-bottom:2px;
}
.mail {
	background:url(../img/contact/index/arrow.gif) no-repeat 0 center;
	padding:4px 35px 8px 35px;
}
.link {
	background:url(../img/contact/index/icon.gif) no-repeat 0 center;
	padding-left:12px;
	float:right
}
/* Margin 
	-------------------------------------- */

.marginb_5 {
	margin-bottom: 5px;
}
.marginb_15 {
	margin-bottom: 15px;
}
.mg30t {
	margin-top:30px;
}
.floatL {
	float:left
}
.floatR {
	float:right;
}
