@charset "UTF-8";

/*------------------------------------------------------------
import css
------------------------------------------------------------*/

@import url("../import.css");


/* CSS Document */

/* ---------- globalNav ---------- */

#globalNav ul li#navi-support a{
	width: 123px;
	margin-left: 2px;
	background: url(../../images/common/globalNav.jpg) no-repeat -386px -27px;
}


/* ---------- left menu ---------- */

#menu-title-support {
	background: url(../../images/common/menu-support.gif) no-repeat -180px;
}


/* CSSハック Start */
/* Safari以外適用 */
#menu-support-agreement a:visited{
	color: #CC0000;
	background-image: url(../../images/common/menu-list-mark.gif);
	background-repeat: no-repeat;
	background-position: -216px 3px;
}

/* Safariのみ適用 */
html:\66irst-child #menu-support-agreement a:visited{
	color: #CC0000;
	background-image: url(../../images/common/menu-list-mark.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
/* CSSハック End */


/* ---------- agreement ---------- */

#agreement-box h3{
	margin-top: 40px;
	font-size: 1.3em;
}

#agreement-box ul{
	list-style-type: disc;
}

#agreement-box ol{
	list-style-type: decimal;
}

#agreement-box ul,
#agreement-box ol{
	margin-left: 40px;
	font-size: 1.2em;
}

#agreement-box ul li,
#agreement-box ol li{
	line-height: 1.5em;
	margin-bottom: 1em;
}

#agreement-box ul li ul,
#agreement-box ol li ol{
	margin-top: 1em;
	font-size: 1em;
}

#agreement-box ul li ul li,
#agreement-box ol li ol li{
}
