@charset "utf-8";

#header {
	background-color: #FFFFFF;
	height: 200px;
	width: 825px;
}



#header h1{
	width: 825px;
	height: 165px;
}

h2{
	padding-top: 20px;
	clear: both;
}

div.press {
	width: 380px;
	float: right;
	padding-top: 10px;
}
div.press h3 {
	font-weight: bold;
	color: #498263;
}
div.press h4 {
	margin-top: 1.25em;
	font-weight: bold;
	color: #498263;
}
div.press p {
	margin-top: 1.0em;
}
div.press p.caption {
	margin-top: 0.5em;
}
div.press p.detail {
	text-align: right;
}

div.press ul {
}
div.press ul li {
	padding-left: 4px;
	list-style-type: disc;
	list-style-position: inside;
}

dl.press{
	width: 380px;
	float: right;
	padding-top: 10px;
}

dl.press dt{
	font-weight: bold;
	color: #498263;
}
dl.press dt.second {
	color: #666;
	margin-top: 1.5em;
}
dl.press dd.second {
	margin-top: 1.5em;
}
dl.press dt.orange{
	color: #E36D4A;
	line-height: 1.2em;
}


dl.press dd.picture{
	padding-top: 10px;
}

p.photo{
	width: 170px;
	float: left;
	text-align: right;
	padding-top: 10px;

}

dd.detail{
	text-align: right;
	padding-top: 20px;
}


#sub{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #498263;
	padding-bottom: 20px;
}

dl.press ul{
	padding-bottom: 20px;
	list-style-position: inside !important;
	list-style-type : disc !important;
}

dl.press li{
	/*padding-left: 1.2em;*/
}

.green{
	color: #498263;
	padding-bottom: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
}

.caution {
	color: #FF0000;
	font-weight: bold;
}
.strikeout {
	text-decoration: line-through;
}
