@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666666;
	font-size: 10pt;
	line-height:160%;
	background-color:#EBE4DB;
	padding:0px;
	margin:0px;
}

a {
	color:#999900;
}

a img {
	border-color:#999900;
}

#container {
	margin:0px auto;
	width:980px;
	min-height:800px;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
}

#content {
	margin:0px auto;
	width:900px;
}

#header {
	padding-top:15px;
}

.logo {
	float:left;
	padding-bottom:10px;
}

.main_navi {
	float:right;
}

.main_navi ul {
	padding-top:30px;
	list-style: none;
	margin:0px;
}

.main_navi ul li {
	display:inline;
}

#column {
	width:100%;
	margin-top:10px;
}

#leftcolumn {
	width:610px;
	float:left;
	font-size:12pt;
}

#navibox {
	padding-top:20px;
	font-size:10pt;
}

.firstnavi {
	float:left;
	width:170px;
	background-image:url(images/title_sayhello.jpg);
	background-repeat:no-repeat;
	padding:10px;
}

.secondnavi {
	float:left;
	margin-left:20px;
	width:170px;
	background-image:url(images/title_profile.jpg);
	background-repeat:no-repeat;
	padding:10px;
}

.thirdnavi {
	float:left;
	margin-left:20px;
	width:170px;
	background-image:url(images/title_photoessay.jpg);
	background-repeat:no-repeat;
	padding:10px;
}

#centerbar {
	float:left;
	width:10px;
}

.centerbar {
	padding-left:10px;
	padding-right:10px;
}

#rightcolumn {
	width:260px;
	float:right;
}

.headline {
	min-height:600px;
	padding:10px;
	background-image:url(images/title_headline.jpg);
	background-repeat:no-repeat;
}

.backnumber {
	min-height:600px;
	padding:10px;
	background-image:url(images/title_backnumber.jpg);
	background-repeat:no-repeat;
}

#footer {
	text-align:center;
	padding-top:30px;
	font-size:10pt;
	padding-bottom:30px;
}

.contents {
	padding:10px;
}

.tdlayout td {
	padding:3px;
	font-size:12pt;
}

.date {
	border-bottom:1px solid #C9B889;
}

.gray {
	color:#999999;
}

span.movie {
	color:#999900;
	text-decoration:underline;
	cursor:pointer;
}

.sitemap {
	visibility:hidden;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/*Hides from IE-mac \*/
* html .clearfix {}
.clearfix { display: block;}
/*End hide from IE-mac */