@charset "UTF-8";

/* SUPPORT_MAIL
##################################### */


/* title box
##################################### */

div.content-title{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}

	div.content-title h2.h2-title{
		float: left;
		text-indent: -9999px;
		width: 215px; height: 41px;
		background: url(../img_common/title.gif) 0 -140px no-repeat;
	}

	/* local-menu
	##################################### */

	
/* content-box
##################################### */

	/* mailto */
	div.content-box-inner dl dd p.mailto a{
		color: #fff;
		padding: 10px;
		background:#666699;
		font-weight: bold;
	}
	
	/* notice */
	div.content-box-inner dl dd ul.support-mail-notice li{
		border-bottom: 1px #748187 dotted;
		padding: 5px 0;
		font-size: 75%;
	}

img.float-right{
	float: right;
	margin-left: 20px;
}


