@CHARSET "UTF-8";

div.head#content div.header#contentHeader {
	border: 1px solid #ccc;
	width: 100%;
	height: 100px;
	display: table;
	background: url("../img/header.bmp") right top no-repeat;
	font-family: Hiragino Mincho Pro, MS PMincho, TakaoPMincho;

	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

div.head#content div.header#contentHeader div.hgroup {
	position: relative;
	margin-right: 30px;
	padding: 135px 0 0 40px;
	float: left;
	color: #47b;
}

div.head#content div.header#contentHeader div.hgroup h1 {
	position: absolute;
	top: 70px;
	white-space: pre;
	font-size: 3em;

}

div.head#content div.header#contentHeader div.hgroup h2 {
	position: absolute;
	white-space: pre;
	top: 20px;
	font-size: 2em;
	font-style: italic;
}

div.article#content div.header#contentHeader p {
	float: right;
	margin-top: 25px;
	margin: 80px 40px 40px 0;
	background: url("../img/head_top_lead.png") no-repeat;
	height: 130px;
	width: 350px;
}

div.article#content div.header#contentHeader p span {
	display: none;/* TODO */
/*	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}


div.head#content div.header#contentHeader hgroup h3 {
	position: absolute;
	top: 0;
	font-size: 1em;
	font-style: italic;
}

div.head#content div.header#contentHeader p {
	float: right;
	margin-top: 25px;
	margin: 80px 40px 40px 0;
	background: url("../img/karbankuru.bmp") no-repeat;
	height: 130px;
	width: 350px;
}

div.head#content div.header#contentHeader p span {
	display: none;/* TODO */
/*	text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
}

div.head#content h4 {
	margin: 0 30px;
	text-align: left;
	font-style: italic;
	font-size: 1.5em;
	display:inline;
}

