@charset "utf-8";
 
/*---------------------------------------------

Service Page CSS

for "/index.html"
linked to "/index.html"

---------------------------------------------*/

@import url(common.css);
@import url(layout.css);

/*---------------------------------------------

/* main content */


div#maincontent h3 {
	margin:1em 0 0 0.5em;
	padding: 2px 5px 5px 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	font-weight: bold;
	background: url(../img/example/a38.gif) no-repeat 3px 2px;
	border-bottom: #CCCCCC 1px dotted;
	}

div#maincontent h4 {
	margin:1em 0 0 1em;
	padding: 4px 5px 5px 25px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #CC0000;	
	background: url(../img/bullet.gif) no-repeat 3px 2px;
	}

/*  ECサイト構築  */
div#ec-table {
	margin: 13px 0px 10px 50px;
	}



