@charset "EUC-JP";

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

img{
	border: 0;
}

body{
	background: url(/img/campaign/6th/bg.gif) repeat 50% top;
	text-align: center;
	line-height: 1.4;
}

ul,
ol{
	list-style: none;
}



/* header */
div#header {
	background: url(/img/campaign/6th/header.gif) repeat-x 50% top;
	height: 53px;
}

div#header div.header2 {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

div#header div.header2 p.logo6th {
	text-align: left;
	position: absolute;
	left: 20px;
	top: 0;
}

div#header div.header2 p.logoBlog {
	text-align: right;
	position: absolute;
	right: 0;
	top: 25px;
}

/* footer */
div#footer {
	padding: 20px 0;
	background: #3b1e00;
	color: #fff;
	border-top: 1px solid #fff;
}

div#footer a {
	color: #fff !important;
}

div.footerProfile {
	width: 960px;
	margin: 0 auto 30px;
	text-align: left;
}

div.footerProfile li.hakase {
	float: left;
	width: 48%;
}

div.footerProfile li.miura {
	float: right;
	width: 48%;
}

div.footerProfile li h2,
div.footerProfile li p.profileText {
	float: right;
	width: 335px;
}

div.footerProfile li p.profileImage {
	float: left;
	width: 120px;
}

div.footerProfile li h2 {
	font-size: 100%;
	padding-bottom: 5px;
}

div.footerProfile li p.profileText {
	font-size: 70%;
	line-height: 1.4;
}

div.footerProfile li p.profileImage img {
/*	border: 1px solid #fff;*/
}

div#footerMenu ul li {
	display: inline;
	padding: 0 5px;
	font-size: 83%;
}

div#footerMenu ul li.end {
	padding: 0 0 0 5px;
}

div#footerMenu address {
	font-style: normal;
	margin-top: 10px;
	font-size: 83%;
}


/* content */
div#main {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

h1 {
	font-size: 24px;
	padding: 30px 20px 0 180px;
	height: 50px;
	text-align: left;
}

p.description {
	background: url(/img/campaign/6th/banner.jpg) no-repeat left top;
	width: 912px;
	height: 249px;
	margin: 0 auto 10px;
	text-align: left;
	text-indent: -9999px;
}

div.content {
	background: #f1f0ee;
	text-align: left;
	margin: 0 22px 20px;
	padding: 10px 30px;
}

div.content h2 {
	color: #4f7916;
	padding-bottom: 10px;
	font-size: 106%;
}

p.interview {
	font-size: 83%;
	line-height: 1.4;
	padding-bottom: 30px;
}

p.interview img.photoR {
	float: right;
	margin: 0 0 10px 20px;
	padding: 5px;
	background: #fff;
}

p.interview img.photoL {
	float: left;
	margin: 0 20px 10px 0;
	padding: 5px;
	background: #fff;
}

p.interview span.name {
	font-weight: bold;
	margin-right: 5px;
}

p.interview span.red {
}

p.createBlog {
	padding: 0 0 20px;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}

p.createBlog img {
	margin-top: 10px;
}

p.pager {
	text-align: center;
}


p.interview,
div.footerProfile ul {
	zoom: 1;
}

p.interview:after,
div.footerProfile ul:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
