@charset "utf-8";


/* common settings
=================================*/
body, div,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea,
p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight: normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
hr {
	display:none;
}

/* Container
---------------------------------*/
body {
	color: #666666;
	font-size: 83%;
	text-align: center;
}
#pageContainer {
	width: 650px;
	margin: 0 auto;
	text-align: left;
}

/* headContainer
---------------------------------*/
#headContainer {
	background: url(../images/release_bg001.gif) no-repeat 150px 0px;
	border-bottom: 2px solid #cccccc;
}
* html #headContainer {
	height: 1px;
}
#headContainer #identity {
	padding: 8px 0 12px 27px;
}

/* mainContainer
---------------------------------*/
#mainContainer {
	width: 550px;
	margin: 0 50px;
	padding: 50px 0;
}

/* footContainer
---------------------------------*/
#footContainer {
	width: 650px;
	padding: 0 0 70px 0;
	background: url(../images/release_bg002.gif) repeat-x left bottom;
}
#footContainer #closeBt {
	text-align: center;
}
#footContainer #printBt {
	float: right;
	margin-top: -23px;
}


/* contents
---------------------------------*/
.aC {
	text-align: center;
}
.aR {
	text-align: right;
}

.link{
	background:url(../images/com_ic002.gif) 5px 0.4em no-repeat;
	margin:0 0 5px 0;
	padding:0 0 0 13px;
}
* html .link{
	height: 1px;
}

.list001 {
	margin-top: 10px;
}
.list001 li {
	margin-top: 5px;
	padding-left: 10px;
	background: url(../images/release_ic001.gif) no-repeat 0.2em 0.5em;
}
* html .list001 li {
	height: 1%;
}


/* indivisiual
=================================*/
/* release20090710
---------------------------------*/
.release20090710 #mainContainer p {
	margin-top: 15px;
}
.release20090710 #mainContainer h2 {
	font-size: 140%;
	font-weight: bold;
	margin-top: 30px;
}

.release20090710 table {
	margin-top: 15px;
	border-top: 1px solid #bbbbbb;
	border-left	: 1px solid #bbbbbb;
	font-size: 100%;
}
.release20090710 table th,
.release20090710 table td {
	padding: 4px;
	border-right: 1px solid #bbbbbb;
	border-bottom	: 1px solid #bbbbbb;
	background-color: #FFFFFF;
}
.release20090710 table th {
	text-align: center;
}
.release20090710 table td {
	vertical-align: top;
}
.release20090710 table .lv1 {
	background-color: #0C99E9;
	color: #ffffff;
	font-weight: bold;
}
.release20090710 table .lv2 {
	background-color: #98DCFF;
	font-weight: bold;
}


/* clearFix
=================================*/
#footContainer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#footContainer {
	display: inline-table;
	min-height: 1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html #footContainer {
	height: 1px;
}
#footContainer {
	display: block;
}
/* End hide from IE-mac */
