﻿@charset "utf-8";

/* top page style
------------------------------------------------*/

#main #j-photo {
	text-align:center;
	font-size:1em;
	padding:10px 0 30px 0;
}

#main #j-photo img {
	padding:10px 0;
}

#main #tomail {
	text-align:left;
	margin-bottom:20px;
}

#main #tomail a {
	color: #FF3;
}

#main #story p {
	text-align: justify;
}

/* link page style
------------------------------------------------*/

#link_page #main p.linkurl {
	padding-left:110px;
}

#link_page #main p a {
	text-align: center;
	color:#f2f2f2;
	text-decoration: underline;
}

#link_page #main a:hover {
	color:#f00;
	text-decoration: none;
}

/* chron page style
------------------------------------------------*/

#chron_page #main h2+p {
	text-align: center;
	margin-bottom: 20px;
}

#chron_page #main p {
	text-align: justify;
	padding:10px 0 10px 20px;
}

/* essay page style
------------------------------------------------*/

#essay_page #main p {
	text-align: justify;
	padding:10px 0 10px 20px;
}

/* gallery page style
------------------------------------------------*/

#gallery_page #gphoto {
	padding-left:15px;
	padding-bottom:20px;
}

#gphoto img {
	padding-right:10px;
	padding-bottom:10px;
}

/* bio page style
------------------------------------------------*/

#bio_page #main h2+p {
	text-align: center;
	margin-bottom: 20px;
}


#bio_page #main table {
	width:800px;
	border: 1px solid #999;
	border-collapse:collapse;
	font-size:0.875em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:10px;
}

#bio_page th,td	{
	padding:5px;
	border: 1px solid #999;
}

#bio_page th {
	text-align:center;
}

#bio_page .midashi {
	background: #CCC;
	color: #333;
	font-weight: normal;
}

#bio_page .book_p {
	font-size:0.875em;
	padding-left:10px;
	line-height:1.7;
}

/* play page style
------------------------------------------------*/

#play_page #sub_menu ul {
	padding:20px;
	height:120px;
	width:800px;
}

#play_page #sub_menu li {
	padding-right:5px;
}

#play_page #main p	{
	padding:10px 0;
}

#play_page #main p img {
	padding-left:20px;
}

/* film page style
------------------------------------------------*/

#film_page #sub_menu ul {
	padding:20px;
	height:230px;
	width:800px;
}

#film_page #sub_menu li {
	padding-right:5px;
}


#film_page #main p	{
	padding:10px 0;
}

#film_page #main p img {
	padding-left:20px;
}

#film_page .photo_r {
	float:right;
}

#film_page .photo_cl {
	clear:both;
}

#film_page .photo_center {
	text-align:center;
}

#film_page .photo_center img {
}

p.totop {
	padding-top:50px;
	text-align:right;
}

p.totop a {
	color:#FF0;
	text-decoration: none;
}

p.totop a:hover {
	color:red;
	text-decoration: underline;
}

