/* CSS Document */



/* date */
#date {
	margin-top: 20px;
	text-align: right;
}

/* title */
#title h3 {
	margin-top: 20px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

/* honbun */
#press_honbun {
	margin-top: 20px;
}

#press_honbun h4 {
	font-size: 100%;
	font-weight: bold;
}
#press_honbun h4.no-bold {
	font-size: 100%;
	font-weight: normal;
}
#press_honbun h4.reference {
	font-size: 100%;
	padding-right: 1em;
	background-color: #F0F0F0;
	text-align: right;
	margin-bottom: 15px;
	
}

#press_honbun p,#press_honbun ul,#press_honbun ol,#press_honbun dl {
	margin-bottom: 10px;
}

#press_honbun p.indent {
	text-indent: 1em;
	padding-left: 1em;
}
#press_honbun p.indent-nomargin {
	text-indent: 1em;
	margin-bottom: 0px;
	padding-left: 1em;
}
#press_honbun p.noindent {
	text-indent: 1em;
	margin-bottom: 0px;
}

#press_honbun ul,#press_honbun ol {
	list-style-position: inside;
	margin-left: 5px;
}



#press_honbun dl dt {
	clear: both;
	float: left;
}

#press_honbun dl dd {
	margin-left: 3.2em;
}

.super{
	vertical-align:super;
	font-size:10px;
	}


/* contact */
#contact {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #CCCCCC;
	padding: 10px;
}

#contact h4 {
	font-size: 100%;
	font-weight: normal;
}

#contact dl dt {
	margin-left: 1em;
}

#contact dl dd {
	margin-left: 3em;
}

/* reference */
#press_reference{
	 width:550px;
	 margin:0 auto;
}

#press_reference img.photo {
	margin-bottom: 10px;
}

#wrapper #container #contents #honbun #press_honbun table {
	margin-right: auto;
	margin-left: auto;
}
#wrapper #container #contents #honbun #press_honbun th {
	padding: 5px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
#wrapper #container #contents #honbun #press_honbun td {
	padding: 5px;
}
#wrapper #container #contents #honbun #press_honbun .nospace {
	margin: 0px;
	padding: 0px;
}

/* 上付文字 */
.super {
	vertical-align: super;
	font-size:xx-small;
	}
/* 下付文字 */
.sub {
	vertical-align: sub;
	font-size:xx-small;
	}
/* 下線 */
.undL {
	text-decoration:underline;
}
