﻿/* ページ設定（全ページ共通） */
html{
	scrollbar-face-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-arrow-color:#d4ebfd;
}
body{
	margin:0px;
	padding:0px;
	font-family:sans-serif, Arial;
	font-size:small;
}
div.box{
	width:750px;
	margin:auto;
	background-color:#ffffff;
}

/* メニューバー（全ページ共通） */
div.menubar{
	background-color:#d4ebfd;
	width:750px;
	margin:0px 0px 15px;
}
ul.menubar{
	text-align:center;
	margin:0px;
	padding-top:2px;
	padding-bottom:2px;
}
ul.menubar li{
	display:inline;
	list-style:none;
	padding:7px;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
}
ul.menubar a:link{
	color:#3366ff;
	text-decoration:none;
}
ul.menubar a:visited{
	color:#8080ff;
	text-decoration:none;
}
ul.menubar a:hover{
	color:#3366ff;
}
ul.menubar a:active{
	color:#3366ff;
}

/* メインコンテンツ（全ページ共通） */
h1{
	margin:0px;
}
h2{
	margin:0px;
}
h3{
	font-size:120%;
	color:#3366ff;
	border-bottom: 1px solid #3366ff;
	border-left: 10px solid #3366ff;
	padding-left:0.5em;
	margin-top:10px;
	margin-bottom:0px;
	clear:both;
}
strong.h3{
	font-weight:bold;
}
h4{
	font-size:120%;
	color:#3366ff;
	border-bottom: 1px solid #3366ff;
	border-left: 10px solid #3366ff;
	padding-left:0.5em;
	margin-top:40px;
	margin-bottom:5px;
	clear:both;
}
p.comment{
	text-align:center;
	margin:1.5em 0px 1.5em;
}
p.comment2{
	text-align:right;
	margin:5px 0px 0px;
}
p.comment2-photo{
	text-align:left;
	margin:2em 0px 1em 0px;
}
p.comment3{
	text-align:left;
	line-height:1.3em;
	margin-top:0.8em;
}
p.comment3-photo{
	text-align:left;
	line-height:1.3em;
	clear:both;
}
p.comment3-clear{
	text-align:left;
	line-height:1.3em;
	margin-top:0.8em;
	clear:both;
}
p.comment3-clear2{
	text-align:center;
	line-height:1.3em;
	margin-top:0.8em;
	clear:both;
}
p.comment4{
	text-align:left;
	margin:0.8em;
	padding-left:1em;
}
p.comment4-iframe{ /* インラインフレーム用 */
	text-align:left;
	margin:0.8em;
	padding-left:0.2em;
}
p.comment5{
	text-align:left;
	margin:0.8em;
	padding-left:1em;
	padding-top:1em;
}
p.comment5-iframe{ /* インラインフレーム用 */
	text-align:left;
	margin:0.8em;
	padding-left:0.2em;
	padding-top:1em;
}

p.comment6{
	text-align:left;
	margin:0.2em;
	padding-left:3em;
}
p.comment6-iframe{ /* インラインフレーム用 */
	text-align:left;
	margin:0.8em;
	padding-left:1.3em;
}
p.back-top{
	text-align:right;
	padding-right:20px;
}
p.back-top2{
	clear:both;
	text-align:right;
	padding-right:20px;
}
p.back-top3{
	text-align:right;
	padding-right:20px;
	margin:1em 0px 0.3em 0px;
}
p.back-top4{
	text-align:right;
	padding-right:20px;
	margin:0px 0px 1em 0px;
}
div.contents-logo{
	float:left;
	width:220px;
	text-align:center;
}
div.contents{
	float:right;
	width:500px;
	text-align:left;
}
strong{
	font-weight:normal;
}

/* リンク（全ページ共通／メニューバー以外） */
a:link{
	color:#3366ff;
	text-decoration:underline;
}
a:visited{
	color:#8080ff;
	text-decoration:underline;
}
a:hover{
	color:#3366ff;
	text-decoration:underline;
}
a:active{
	color:#3366ff;
	text-decoration:underline;
}

/* フッター（全ページ共通） */
div.footer1{
	clear:both;
	font-size:small;
	padding-bottom:1em;
	text-align:center;
}
div.footer{
	clear:both;
	background-color:#d4ebfd;
	text-align:center;
	padding:10px 0px 10px;
}
p.copyright{
	color:#3366ff;
}

/* 更新履歴 */
p.news-date-top{
	text-align:left;
	padding-left:2em;
	margin:0.8em 0px 0px 0px;
}
p.news-news-top{
	text-align:left;
	padding-left:3em;
	margin:0px;
}
p.news-date{
	text-align:left;
	margin:0px;
}
p.news-news{
	text-align:left;
	padding-left:1em;
	margin:0px 0px 1em;
}

/* カウンター（トップページ） */
img.counter{
	margin-top:1em;
	margin-bottom:1em;
}

/* 更新履歴（news.html） */
div.news{
	width:180px;
}
p.news-date{
	text-align:left;
	margin:0px;
}
p.news-news{
	text-align:left;
	padding-left:1em;
	margin:0px 0px 1em;
}

/* photoのところのインラインフレーム */
iframe.photo{
	width:200px;
	height:500px;
}

/* コンテンツの表 */
table{
	width:480px;
}
table td.Q{
	text-align:left;
	color:#3366ff;
	padding-top:0.8em;
}
table td.A{
	text-align:left;
	line-height:1.3em;
	border-bottom:1px #3366ff dotted;
	padding-left:1em;
}
table td.A-right{
	text-align:right;
	line-height:1.3em;
	border-bottom:1px #3366ff dotted;
	padding-left:1em;
}
table td.A-no-line{
	text-align:left;
	line-height:1.3em;
	padding-left:1em;
}
table td.A-no-line2{
	text-align:left;
	line-height:1.3em;
	padding-left:1em;
	padding-bottom:1em;
}
table td.A-with-line{
	text-align:right;
	line-height:1.3em;
	border-bottom:1px #3366ff dotted;
	padding-right:1em;
}
table td.A-report-bothline{
	text-align:left;
	line-height:1.3em;
	border-top:1px #3366ff dotted;
	border-bottom:1px #3366ff dotted;
	padding:1em 0px 1em 1em;
}
table td.A-report-bottomline{
	text-align:left;
	line-height:1.3em;
	border-bottom:1px #3366ff dotted;
	padding:1em 0px 1em 1em;
}
table td.A-report-topline{
	text-align:left;
	line-height:1.3em;
	border-top:1px #3366ff dotted;
	padding:1em 0px 1em 1em;
}
table.inside td{
	padding-top:0.8em;
}
table.inside td.Q{
	padding-left:1em;
	width::50%;
}
table.inside td.Q2{
	width:40%;
}
table.inside td.Q3{
	width:10%;
}
table.inside2{
	border:0px;
	border-collapse:collapse;
}
table.inside2 td.A1{
	width::30%;
	margin:0px;
}
table.inside2 td.A2{
	width:30%;
	margin:0px;
}
table.inside2 td.A3{
	width:40%;
	margin:0px;
}

/* トークショーの表 */
table.talk{
	margin:1em 0px 0px 1em;
}
table.talk th{
	font-weight:normal;
	color:#3366ff;
	vertical-align:top;
	width:20px;
	line-height:1.3;
}

/* インタビュー内のサインの表（どこも使ってないかも？） */
table.sign{
	text-align:center;
	margin-bottom:1em;
}
table.sign th{
	font-weight:normal;
	color:#3366ff;
}

/* インタビュー内の図の表 */
table.object{
	text-align:center;
	margin-top:1em;
	margin-bottom:1em;
}
table.object td.left{
	text-align:left;
	padding-left:1em;
}

/* 写真集の表（div使ってる） */
div.photo{
	width:33%;
	float:left;
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
}
div.photo2{
	width:25%;
	float:left;
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
}

/* スケジュール */
table.schedule{
	width:650px;
}
table.schedule th.date{
	width:130px;
}
table.schedule th.event{
	width:220px;
}
table.schedule th.place{
	width:300px;
}
table.schedule th{
	text-align:left;
	font-weight:normal;
	color:#3366ff;
}
table.schedule td{
	text-align:left;
}

/* プロフィール */
img.profile{
	padding-top: 2em;
}

/* リンク集 */
img.link{
	border-width:0px;
	margin-top:0.5em;
	margin-bottom:1em;
}
table.link{
	width:450px;
	text-align:center;
}
table.link td{
	vertical-align:bottom;
}

/* 写真に枠をつける */
span.shade-top{
	background:url(../sozai/shadow.gif) right bottom;
	float:left;
	margin-bottom:1em;
	margin-left:20px;
}
img.shade-top{
	position:relative;
	left:-5px;
	top:-5px;
	padding:5px;
	background:#ffffff;
	border:1px solid #999999;
}
span.shade{
	background:url(../sozai/shadow.gif) right bottom;
	float:left;
}
img.shade{
	position:relative;
	left:-5px;
	top:-5px;
	padding:3px;
	background:#ffffff;
	border:1px solid #999999;
}
span.shade-report{
	background:url(../sozai/shadow.gif) right bottom;
	float:left;
	margin-top:10px;
}
img.shade-report{
	position:relative;
	left:-5px;
	top:-5px;
	padding:5px;
	background:#ffffff;
	border:1px solid #999999;
}
span.shade-profile{
	background:url(../sozai/shadow.gif) right bottom;
	float:left;
	margin-bottom:1em;
	margin-left:35px;
	margin-top:2em;
}
img.shade-profile{
	position:relative;
	left:-5px;
	top:-5px;
	padding:5px;
	background:#ffffff;
	border:1px solid #999999;
}
span.shade-photo{
	background:url(../sozai/shadow.gif) right bottom;
	float:left;
	margin-top:10px;
}
img.shade-photo{
	position:relative;
	left:-5px;
	top:-5px;
	padding:5px;
	background:#ffffff;
	border:1px solid #999999;
}
