@charset "utf-8";

/* *****************************************
/*+  common  +******************************
/***************************************** */

body {
	background: url("../img/stm_main.jpg") no-repeat center 100px #000;
	}
h1 {
	width: 82px;
	height: 45px;
	background: url("../img/stm_title.jpg") no-repeat;
	top: -55px;
	left: 758px;
	}



/* *****************************************
/*+  layout  +******************************
/***************************************** */

div#contents {
	margin-left: 0;
	width: 560px;
	font-size: .91em;
	float: left;
	}
#externalLinkList {
	margin-left: 580px;
	padding-bottom: 5px;
	width: 250px;
	background: #EDEEEB;
	}
div#contents div.section {
	margin-bottom: 40px;
	position: relative;
	}
div#contents div.section h2,
div#contents div.section h3 {
	width: 140px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 10px;
	}
div#contents div.section h2,
div#contents div.section h3,
div#contents div.section ul {
	padding-top: 12px;
	background: url("../common/img/dotline_gray.gif") repeat-x left top;
	}
div#contents div.section ul {
	margin-left: 170px;
	}



/* *****************************************
/*+  contents  +****************************
/***************************************** */

div#contents li {
	padding-left: 10px;
	background: url("../common/img/ico_arrow_green.gif") no-repeat 0 .4em;
	}
div#contents li.externalLink {
	background: url("../common/img/ico_blank_s.gif") no-repeat 0 .4em;
	}
* html div#contents li,
* html div#contents li.externalLink {	/* hackForWinIE6 */
	width: 100%;
	background-position: 0 .3em;
	}



/* *****************************************
/*+  externalLinkList  +********************
/***************************************** */

#externalLinkList li,
#externalLinkList dt,
#externalLinkList dd {
	font-size: 0;
	line-height: 0;
	}
#externalLinkList li,
#externalLinkList dt {
	margin-bottom: 0;
	}
#externalLinkList dd {
	margin: 0 10px 5px;
	}