/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
/*BODY全体に関する設定*/
/* width max 989 */
body {
/*behavior:url("http://foobarbaz.sakura.ne.jp/csshover.htc");*/
/*behavior:url("../csshover.htc");*/
font-family:Arial,sans-serif;
background-color:#666666;
color:#DDDDDD;
scrollbar-base-color: #333333;
scrollbar-arrow-color: #cccccc;
font-size:90%;
text-align:center;
}
.hidden {
display: none !important;
}
/*<td>の全ての設定*/
/*
td {
text-align:center;
}
*/
/*table全ての設定*/
table{
border-collapse: collapse;
}
td.list{
text-align:left;
font-size:90%;
}
/*通常のリンクの設定*/
a:link {
color:#999999;
text-decoration:underline;
}
/*過去に見たことがあるページのリンクの設定*/
a:visited{
color:#999999;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
a:hover {
color:#FF0000;
}
/*アクティブ状態のリンクの設定*/
a:active {
color:#FF0000;
}

/*全体の設定*/
/* mainBlock */
#mainBlock {
width:940px;
margin:0px auto;
text-align: left;
}
/* WrapperBlock */
div#WrapperBlock {
width:710px;
float:left;
}
/* PluginBlockLeft */
div#PluginBlockLeft {
width:220px;
float:left;
}
/*<td>の全ての設定*/
div#PluginBlockLeft td {
}
/* PluginBlockACR */
div#PluginBlockACR {
width:220px;
float:left;
}
/*<td>の全ての設定*/
div#PluginBlockACR td {
/*text-align:center;*/
}
/*table全ての設定*/
div#PluginBlockACR table{
border-collapse: separate;
}
/*通常のリンクの設定*/
div#PluginBlockACR a:link {
color:#999999;
text-decoration:underline;
}
/*過去に見たことがあるページのリンクの設定*/
div#PluginBlockACR a:visited{
color:#999999;
text-decoration:underline;
}
/*カーソルが合っている状態のリンクの設定*/
div#PluginBlockACR a:hover {
color:#FF0000;
}
/*アクティブ状態のリンクの設定*/
div#PluginBlockACR a:active {
color:#FF0000;
}
/* PluginBlockCounter */
div#PluginBlockCounter {
width:220px;
float:left;
}
/*<tr>の全ての設定*/
div#PluginBlockCounter tr {
color: #666666;
}
div#PluginBlockCounter table{
border-collapse: separate;
}
/* PluginBlockRight */
div#PluginBlockRight {
width:230px;
float:right;
}
/*テキスト左寄せ*/
.left {
text-align:left;
}
/*テキスト中央寄せ*/
.center {
text-align:center;
}
/*テキスト右寄せ*/
.right {
text-align:right;
}
/*メールフォーム用*/
.main {
width:190px;
}
.textarea_parts {
width:170px;
}
/**************************************************************************************
トップブロック用デザイン
**************************************************************************************/
/*一番上のブロック（タイトルが書かれる場所）の設定*/
#TopBlock {
color: #333333;
width:940px;
text-align: left;
background-color:#999999;
border:2px solid #333333;
padding: 0px 0px 10px 0px;
}
/*ページタイトル文字部分の設定*/
#TopTitle {
font-family: 'Times New Roman', serif;
padding: 10px 0px 0px 20px;
font-weight:bold;
font-size:32px;
}
/*ページタイトル文字色の設定*/
.TopTitleFont {
color:#333333;
}
/*ページタイトルの下に来るブログの説明文書*/
#TopExplanation {
padding: 10px 0px 0px 20px;
}
.TopExplanationFont {
font-family:Arial,sans-serif;
font-weight:normal;
font-size:14px;
}
#TopMenuBlock {
color: #333333;
width:940px;
text-align: left;
background-color:#333333;
border-width: 0 2px 2px 2px;
border-style:solid;
border-color:#333333;
}
#TopMenu {
padding: 0px 0px 0px 20px;
}
.TopMenu {
font-size:12px;
}
.TopMenu td {
	padding: 4px;
}
a.nochange:link { color: #999999; }
a.nochange:visited { color: #999999; }
a.nochange:hover { color: red; }
a.nochange:active { color: red; }
a.movedurl:link { color: #fff; }
a.movedurl:visited { color: #fff; }
a.movedurl:hover { color: red; }
a.movedurl:active { color: red; }
/**************************************************************************************
フッターブロック用デザイン
**************************************************************************************/
/*一番下のブロック（著作権表示が書かれる場所）の設定*/
#FooterBlock {
clear:both;
height: 200px;
text-align: center;
}

/**************************************************************************************
	プラグインブロック用デザイン
**************************************************************************************/
/*プラグイン表示箇所全体の設定*/
.PluginBlock {
width: 220px;
text-align: left;
float:left;
background-color:#666666;
}
.PluginBlockRight {
width: 230px;
text-align: left;
float:left;
background-color:#666666;
}
/*プラグイン表示箇所の背景や余白設定*/
.PluginInnerBlock {
padding:10px 10px 0px 0px;
}
.PluginInnerBlockRight {
padding:10px 0px 0px 10px;
}
.PluginInnerBlockRight2 {
padding:0px 0px 0px 10px;
}
/*プラグインのタイトル（名称）部分の設定*/
.PluginTitle {
color: #333333;
background-color:#999999;
border:1px solid #333333;
padding:2px 4px 2px 4px;
font-size:14px;
font-weight:bold;
}
.PluginSubTitle {
color: #333333;
background-color:#999999;
font-size:10px;
font-weight:bold;
}
/*プラグインの説明部分の設定*/
.PluginExplanation {
padding: 2px;
font-size:12px;
}
.PluginExplanation2 {
padding: 4px 5px 0px 5px;
font-size:12px;
background-color:#333333;
}
/*プラグインが表示される場所の設定*/
.PluginContents {
padding: 10px;
background-color:#333333;
font-size:12px;
}
.PluginContentsRight {
padding: 9px;
background-color:#333333;
font-size:12px;
}
table.NinjaAccessAnalyzer {
	width: 200px;
	table-layout: fixed;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
/**************************************************************************************
	記事ブロック用デザイン
**************************************************************************************/
/*記事繰り返し処理全ての部分の設定*/
#EntryBlock {
width: 490px;
float:right;
text-align: left;
background-color:#333333;
margin:10px 0px 0px 0px;
}
/*記事表示部分の背景や余白等の設定*/
.EntryInnerBlock {
padding: 10px;
text-align: left;
}
/*各記事タイトル部分の設定*/
.EntryTitle {
text-align: left;
background-color:#666666;
border-style:solid;
border-top-width:1;
border-right-width:1;
border-bottom-width:1;
border-left-width:1;

padding-top:5;
padding-right:5;
padding-bottom:5;
padding-left:5;
font-weight:bold;
}
/*各記事タイトル部分の文字色設定*/
.EntryTitleFont {
color:#FFFFFF;
}

/*各記事やコメント、トラックバックなどの総合のブロック部分*/
.EntryTextBox {
margin: 5px 0px;
background-color:#333333;
}
/*記事本文が記載される部分*/
.EntryText {
padding: 10px;
}
/*追記文書が記載される部分*/
.EntryPsText {
padding: 20px;
text-align: right;
}
/*記事へのリンク（コメントやトラックバック等）の背景*/
.EntryFooter {
text-align:right;
padding:5px;
border-style:none;
color:#999999;
font-size:90%;
}
.EntryFooter a {
color:#999999;
}
.EntryFooter a:visited {
color:#999999;
}
.EntryFooter a:hover {
color:#FF0000;
}
/*記事の投稿者名が記載されている部分*/
.EntryUserName {
}
/*記事を投稿した日が記載されている部分*/
.EntryWriteDate {
margin-left: 5px;
}
/*記事のカテゴリ名が記載されている部分*/
.EntryCategory {
margin-left: 5px;
}
/*記事へのコメントリンクが記載されている部分*/
.EntryComment {
margin-left: 5px;
}
/*記事へのトラックバックリンクが記載されている部分*/
.EntryTrackback {
margin-left: 5px;
}
/*次の記事やHOMEへのリンクが表示される背景部分*/
.PageLinkBlock{
text-align:center;
padding:10px;
}
/**************************************************************************************
	各コメント表示部分の設定
**************************************************************************************/
/*コメント全体の設定*/
.CommentBlock{
padding:10px;
background-color:#333333;
}
/*この記事にコメントする　と書かれてる部分の設定*/
.CommentMenuTitle{
text-align: left;
font-weight:bold;
color:#FFFFFF;
border-top-width:1;
border-color:#666666;
border-style:solid;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;
padding-top:16;
}
/*コメントのタイトル、コメント、コメント情報の全ての背景部分*/
.CommentTextBox{
margin: 5px 0px;
}
/*コメントのタイトル部分*/
.CommentTitle{
text-align: left;
font-weight:bold;
border-style:solid;
border-top-width:1;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;
border-color:#666666;
padding-top:16;
}
/*コメント部分*/
.CommentText{
padding: 10px;
color:#FFFFFF;
}
/*投稿者や投稿時間などが表示されている部分*/
.CommentFooter{
text-align:right;
padding:5px;
border-style:none;
}
/*投稿者名の部分*/
.CommentUserName{
margin-left: 5px;
}
/*投稿者のホームページへのリンク部分*/
.CommentURL{
margin-left: 5px;
}
/*投稿された時間が記載されている部分*/
.CommentWriteDate{
margin-left: 5px;
}
/*コメント編集へのリンク部分*/
.CommentEdit{
margin-left: 5px;
}
/*コメントを投稿するフォーム全体の設定*/
.CommentFormBlock{
margin-bottom:20px;
}
/*コメントフォーム用テーブル*/
.CommentFormTable{
}
/*コメントフォームTHタグ設定*/
.CommentFormTh{
padding-top:5px;
text-align:right;
font-size:90%;
font-weight:bold;
}
/*コメントフォームTDタグ設定*/
.CommentFormTd{
padding-top:5px;
text-align:left;
}
/*コメントフォーム送信ボタンのTDタグ設定*/
.CommentFormSubmit{
text-align:left;
}
/*inputタグやtextareaの設定*/
.CommentForms{
}
/**************************************************************************************
	トラックバック表示部分の設定
**************************************************************************************/
/*トラックバック全体の設定*/
.TrackbackBlock{
padding:10px;
background-color:#333333;
}
/*トラックバックメニューのタイトル部分*/
.TrackbackMenuTitle{
text-align: left;
font-weight:bold;
border-style:solid;
border-top-width:1;
border-color:#666666;
border-right-width:0;
border-bottom-width:0;
border-left-width:0;
padding-top:16;
}
/*トラックバックのタイトル、記事、リンク部分の総合設定*/
.TrackbackTextBox{
margin: 5px 0px;
}
/*トラックバックタイトルの部分*/
.TrackbackTitle{
text-align: left;
font-weight:bold;
}
/*トラックバックの記事部分*/
.TrackbackText{
padding: 10px;
line-height:140%;
}
/*投稿されたブログ名やリンクなどを表示する部分の設定*/
.TrackbackFooter{
text-align:right;
padding:5px;
border-style:none;
}
/*トラックバック元のブログ名部分*/
.TrackbackUserName{
margin-left: 5px;
}
/*トラックバック元へのリンク部分*/
.TrackbackFromURL{
margin-left: 5px;
}
/*トラックバックされた日付部分*/
.TrackbackWriteDate{
margin-left: 5px;
}
/*この記事のトラックバック　と書かれた部分の設定*/
.TrackbackURLTitle{
text-align: left;
}
/*トラックバックする為のURLが記載されているフォーム部分の設定*/
.TrackbackURL{
}
/**************************************************************************************
	各プラグイン共通項目用設定
**************************************************************************************/
/*各プラグイン処理内の基本デザイン*/
.Plugin_data {
text-align:left;
padding:5px;
}
/*各プラグイン処理内基本デザインの下に記載する日付など*/
.Plugin_data_date {
text-align:right;
}
/**************************************************************************************
	カレンダープラグイン用デザイン
**************************************************************************************/
/*カレンダー日付移動用テーブル（前月、次月へのリンクなど）*/
.CalendarMoveTable {
padding:3px;
width:80%;
text-align:center;
margin-left: auto;
margin-right: auto;
font-size:100%;
}
/*カレンダー日付移動用テーブル、<tr>タグ部分のデザイン*/
.CalendarMoveTr {
}
/*カレンダー日付移動用テーブル内、左側td部分のデザイン*/
.CalendarPrevTd {
}
/*カレンダー日付移動用テーブル内、中央td部分のデザイン*/
.CalendarNowTd {
}
/*カレンダー日付移動用テーブル内、右側td部分のデザイン*/
.CalendarNextTd {
}
/*カレンダー表示用テーブル*/
.CalendarTable {
width:80%;
padding:3px;
text-align:center;
margin-left: auto;
margin-right: auto;
font-size:100%;
}
/*-------------------------------------------------------
	カレンダーテーブル -> 曜日表示部分デザイン
-------------------------------------------------------*/
/*曜日表示部分（<tr>タグ部分）のデザイン*/
.CalendarWdayTr {
}
/*曜日表示部分、日曜日の<th>タグ部分デザイン*/
.CalendarWdaySun {
	color: #DDCCCC;
}
/*曜日表示部分、平日の<th>タグ部分デザイン*/
.CalendarWday {
}
/*曜日表示部分、土曜日の<th>タグ部分デザイン*/
.CalendarWdaySat {
	color: #CCCCDD;
}
/*-------------------------------------------------------
	カレンダーテーブル -> 日付表示部分デザイン
-------------------------------------------------------*/
/*日付表示部分（<tr>タグ部分）のデザイン*/
.CalendarTr {
}
.CalendarTr A:link { color: #FFFFFF; }
.CalendarTr A:visited { color: #FFFFFF; }
.CalendarTr A:hover { color: #FF0000; }
.CalendarTr A:active { color: #FF0000; }
/*日付表示部分、日曜日の<td>タグ部分デザイン*/
.CalendarTdSun {
	color: #DDCCCC;
}
.CalendarTdSun A:link { color: #DDCCCC; }
.CalendarTdSun A:visited { color: #DDCCCC; }
.CalendarTdSun A:hover { color: #FF0000; }
.CalendarTdSun A:active { color: #FF0000; }
/*日付表示部分、土曜日の<td>タグ部分デザイン*/
.CalendarTdSat {
	color: #CCCCDD;
}
.CalendarTdSat A:link { color: #CCCCDD; }
.CalendarTdSat A:visited { color: #CCCCDD; }
.CalendarTdSat A:hover { color: #FF0000; }
.CalendarTdSat A:active { color: #FF0000; }
/*日付表示部分、平日曜日の<td>タグ部分デザイン*/
.CalendarTd {
}
/*記事が存在する場所の設定*/
.CalendarTdLink {
background-color:#666666;
}
/*記事が存在する日付の文字色の設定*/
.CalendarTdLinkFont {
}
/*-------------------------------------------------------
	コメント -> 管理者返信部分デザイン
-------------------------------------------------------*/
.CommentResBlock {
	padding:10px 30px 10px 50px;
}

.CommentResBox {
	border:solid 1px #995555;
	padding:10px;
}

.CommentResTitle {
	font-size:14px;
	font-weight:700;
}

.CommentResText {
	padding:10px 0px 0px 10px;
}

.CommentResFooter {
	text-align:right;
	margin:15px 0;
	border-top:1px dotted #995555;
}
/*-------------------------------------------------------
	感想
-------------------------------------------------------*/
ul {
	margin: 0px 0px 0px 1em;
	padding: 0px;
}
ul.comment {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
}
ol {
	margin: 0px 0px 0px 2em;
	padding: 0px;
}
ul.comment li.site {
	list-style-type: square;
	margin: 4px 0px 2px 0px;
}
ul.comment li.sitesub {
	list-style-type: none;
	font-size: 85%;
	margin: 0px 0px 4px 0px;
}
ul.comment li.siteref {
	font-size: 85%;
	list-style-type: square;
	margin: 2px 0px 2px 0px;
}
ul.comment li.sitesubref {
	list-style-type: none;
	font-size: 85%;
	margin: 0px 0px 4px 0px;
}
ul.comment li.comment {
	list-style-type: none;
	font-size: 100%;
	margin: 4px 0px 2ex 0px;
}
ul.comment li.commentb {
	list-style-type: none;
	font-size: 100%;
	margin: 4px 0px 0.5ex 0px;
}
ul.clapres {
	margin: 0px 0px 0px 0.5em;
	font-size: 100%;
	padding: 0px;
}
ul.clapres li.clap {
	list-style-type: none;
	color: #999999;
}
ul.clapres li.comment {
	list-style-type: none;
	margin: 0px 0px 2ex 0em;
}
.commentheader {
	font-size: 90%;
	background-color:#444444;
	border: 1px solid #777777;
	margin: 4px 0px 4px 0px;
	padding: 2px;
}
span.quote {
	color: #999999;
}
span.cat {
	font-size: 90%;
}
span.lt {
	text-decoration: line-through;
}
div.imprephoto {
	margin: 0px 0px 4px 0px;
}
img.imprephoto {
	width: 128;
	height: 96;
	border-width: 0px;
}
img.imprephoto120 {
	width: 120;
	height: 90;
	border-width: 0px;
}
img.imprephoto160 {
	width: 160;
	height:120;
	border-width: 0px;
}
/*-------------------------------------------------------
	履歴・購入予定デザイン
-------------------------------------------------------*/
table.reviewlist {
	table-layout: fixed;
	width: 202;
	empty-cells: hide;
}
table.reviewlist a { color: #CCCCCC;}
table.reviewlist a:link { color: #CCCCCC;}
table.reviewlist a:visited { color: #CCCCCC;}
table.reviewlist a:hover { color: red;}
table.reviewlist a:active { color: red;}
table.reviewlist td.p:link { color: #CCCCCC; background-color:white}
table.reviewlist td.p:visited { color: #CCCCCC; background-color:white}
table.reviewlist td.p:hover { color: red; background-color:red}
table.reviewlist td.p:active { color: red; background-color:red}
table.reviewlist td {
	background-color: white;
}
table.reviewlist td.caption {
	width: 200;
	padding-left: 2px;
	__font-family:serif;
	font-size: 10px;
	text-align: left;
	background-color: #666666;
}
table.reviewlist td.captionl {
	width: 250;
	padding-left: 10px;
//	__font-family:serif;
	font-size: 80%;
	text-align: left;
	vertical-align: bottom;
	background-color: #333333;
}
table.reviewlist td.captiondate {
	width: 70px;
	padding: 0px 4px 0px 0px;
	font-size: 10px;
	text-align: right;
	background-color: #666666;
}
table.reviewlist td.vblankr {
	background-color: #333333;
	font-size: 0px;
	height: 10px
}
table.reviewlist td.vblanks {
	background-color: #333333;
	font-size: 0px;
	height: 10px
}
img.reviewlist {
	width: 200;
	height: 80;
	border-width: 0px;
}
img.schedule {
	width: 200;
	height: 40;
	border-width: 0px;
}

/*-------------------------------------------------------
	Web拍手
-------------------------------------------------------*/
table.clap {
	width: 220px;
	height: 50px;
	background-color: #333333;
	text-align: center;
	border-width: 0px;
}
table.clapinner {
	width: 200px;
	height: 30px;
	background-color: #333333;
	border: 1px #ffffff solid;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
a.clap {
	font-size:14px;
	font-weight: bold;
	text-decoration: underline;
}
a.clap:link { color: #ffffff; }
a.clap:visited { color: #ffffff; }
a.clap:hover { color: red; }
a.clap:active { color: red; }
span.clap {
	color: #ffffff;
}
img.clap {
	border-width: 0px;
}

/*-------------------------------------------------------
	アクセス表
-------------------------------------------------------*/
table.accesslist {
	border-collapse: collapse;
	font-size: 90%;
}
table.accesslist td {
	padding: 2px;
	border: 1px solid gray;
	background-color: #333333;
	text-align: left;
}
table.accesslist td.header {
	background-color: #555555;
	text-align: center;
}
table.accesslist td.headerprev {
	text-align: right;
}
table.accesslist td.numeric {
	text-align: right;
}
table.accesslist thead td {
	background-color: #555555;
	text-align: center;
}
table.accesslist thead td.title {
	border: 0px solid gray;
	background-color: #333333;
	text-align: center;
}
/* entry list */
table.accesslist tbody.entrylist td {
	padding: 4px;
}
table.accesslist span.orgtitle {
	font-size: 80%;
}
div.clickcnt {
	text-align:right;
	margin-top:-2ex;
}
/*-------------------------------------------------------
	リンク
-------------------------------------------------------*/
ul.linkcathegory {
	margin: 0px 0px 0ex 0em;
	padding: 0px;
	font-size: 100%;
	font-weight: bold;
}
li.linkcathegory {
	list-style-type: none;
	margin: 0px 0px 0.5ex 0em;
}
ul.link {
	margin: 0px 0px 2ex 1em;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
li.link {
	list-style-type: none;
	margin: 0px 0px 0.5ex 0em;
}
/*-------------------------------------------------------
	レビュー
-------------------------------------------------------*/
div.mylink {
	margin: 4px 0px 4px 0px;
	padding: 2px;
	background-color:#444444;
}
div.mylink span {
	padding: 4px;
	background-color:#444444;
}
ul.mylink {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
}
div.reviewlink {
	font-size: 90%;
	margin: 4px 0px 4px 0px;
	padding: 2px;
}
div.reviewlink span {
	padding: 2px;
	background-color:#444444;
	border: 1px solid #777777;
}
ul.reviewlink {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
	font-size: 90%;
}
ul.reviewlink li.site {
	list-style-type: square;
	margin: 6px 0px 0px 0px;
}
ul.reviewlink li.sitesub {
	list-style-type: square;
}
ul.reviewlink span.site {
	font-size: 80%;
}
div.reviewlinksub {
	margin: 4px 0px 4px 0px;
	padding: 2px;
}
div.reviewlinksub span {
	padding: 2px;
	background-color:#444444;
	border: 1px solid #777777;
}
ul.reviewlinksub {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
	font-size: 90%;
}
ul.reviewlinksub li.site {
	list-style-type: square;
	margin: 2px 0px 0px 0px;
}
ul.reviewlinksub span.site {
	font-size: 80%;
}
table.thankslink {
	margin: 0px 0px 0px 0.5em;
	font-size: 80%;
}
ul.thankslink {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
}
ul.thankslink li.site {
	list-style-type: square;
}
table.thankslink td {
	vertical-align:top;

}
table.photo {
	empty-cells: hide;
	border-collapse: separate;
}
table.photo a { color: #CCCCCC;}
table.photo a:link { color: #CCCCCC;}
table.photo a:visited { color: #CCCCCC;}
table.photo a:hover { color: red;}
table.photo a:active { color: red;}
table.photo td.link:link { color: #CCCCCC; background-color:white}
table.photo td.link:visited { color: #CCCCCC; background-color:white}
table.photo td.link:hover { color: red; background-color:red}
table.photo td.link:active { color: red; background-color:red}
table.photo td {
	background-color: white;
}
table.photoh {
	empty-cells: hide;
	border-collapse: separate;
	table-layout: fixed;
	width: 324px;
}
table.photoh a { color: #CCCCCC;}
table.photoh a:link { color: #CCCCCC;}
table.photoh a:visited { color: #CCCCCC;}
table.photoh a:hover { color: red;}
table.photoh a:active { color: red;}
table.photoh td.link:link { color: #CCCCCC; background-color:white}
table.photoh td.link:visited { color: #CCCCCC; background-color:white}
table.photoh td.link:hover { color: red; background-color:red}
table.photoh td.link:active { color: red; background-color:red}
table.photoh td {
	background-color: white;
}
table.photov {
	empty-cells: hide;
	border-collapse: separate;
	table-layout: fixed;
	width: 214px;
}
table.photov a { color: #CCCCCC;}
table.photov a:link { color: #CCCCCC;}
table.photov a:visited { color: #CCCCCC;}
table.photov a:hover { color: red;}
table.photov a:active { color: red;}
table.photov td.link:link { color: #CCCCCC; background-color:white}
table.photov td.link:visited { color: #CCCCCC; background-color:white}
table.photov td.link:hover { color: red; background-color:red}
table.photov td.link:active { color: red; background-color:red}
table.photov td {
	background-color: white;
}
table.photocenter {
	empty-cells: hide;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}
table.photocenter a { color: #CCCCCC;}
table.photocenter a:link { color: #CCCCCC;}
table.photocenter a:visited { color: #CCCCCC;}
table.photocenter a:hover { color: red;}
table.photocenter a:active { color: red;}
table.photocenter td.link:link { color: #CCCCCC; background-color:white}
table.photocenter td.link:visited { color: #CCCCCC; background-color:white}
table.photocenter td.link:hover { color: red; background-color:red}
table.photocenter td.link:active { color: red; background-color:red}
table.photocenter td {
	background-color: white;
}
table.photocenterh {
	empty-cells: hide;
	table-layout: fixed;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}
table.photocenterh a { color: #CCCCCC;}
table.photocenterh a:link { color: #CCCCCC;}
table.photocenterh a:visited { color: #CCCCCC;}
table.photocenterh a:hover { color: red;}
table.photocenterh a:active { color: red;}
table.photocenterh td.link:link { color: #CCCCCC; background-color:white}
table.photocenterh td.link:visited { color: #CCCCCC; background-color:white}
table.photocenterh td.link:hover { color: red; background-color:red}
table.photocenterh td.link:active { color: red; background-color:red}
table.photocenterh td {
	background-color: white;
}
table.photocenterv {
	empty-cells: hide;
	table-layout: fixed;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}
table.photocenterv a { color: #CCCCCC;}
table.photocenterv a:link { color: #CCCCCC;}
table.photocenterv a:visited { color: #CCCCCC;}
table.photocenterv a:hover { color: red;}
table.photocenterv a:active { color: red;}
table.photocenterv td.link:link { color: #CCCCCC; background-color:white}
table.photocenterv td.link:visited { color: #CCCCCC; background-color:white}
table.photocenterv td.link:hover { color: red; background-color:red}
table.photocenterv td.link:active { color: red; background-color:red}
table.photocenterv td {
	background-color: white;
}
img.hlink {
	width: 640px;
	height: 429px;
	border-width: 0px;
}
img.vlink {
	width: 429px;
	height: 640px;
	border-width: 0px;
}
img.sllink {
	width: 640px;
	height: 640px;
	border-width: 0px;
}
img.sslink {
	width: 429px;
	height: 429px;
	border-width: 0px;
}
img.hhlink {
	width: 320px;
	height: 214px;
	border-width: 0px;
}
img.vhlink {
	width: 214px;
	height: 320px;
	border-width: 0px;
}
img.shlink {
	width: 320px;
	height: 320px;
	border-width: 0px;
}
img.h2link {
	width: 640px;
	height: 426px;
	border-width: 0px;
}
img.v2link {
	width: 426px;
	height: 640px;
	border-width: 0px;
}
img.ss2link {
	width: 426px;
	height: 426px;
	border-width: 0px;
}
img.hh2link {
	width: 320px;
	height: 213px;
	border-width: 0px;
}
img.vh2link {
	width: 213px;
	height: 320px;
	border-width: 0px;
}
img.hh43link {
	width: 320px;
	height: 240px;
	border-width: 0px;
}
img.link {
	border-width: 0px;
}
img.hhlink43 {
	width: 320px;
	height: 240px;
	border-width: 0px;
}
img.vhlink43 {
	width: 240px;
	height: 320px;
	border-width: 0px;
}
H1 {
	background-color: #555555;
	margin: 15px 5px 15px 5px;
	padding: 5px;
	width: 868px;
	margin-left: auto;
	margin-right: auto;
}

H2 {
	background-color: #555555;
	margin: 5px 5px 15px 5px;
	padding: 5px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

H4 {
	background-color: #555555;
	margin: 5px 5px 15px 5px;
	padding: 2px;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}

span.afi {
	font-size: 80%;
}

/*-------------------------------------------------------
	about
-------------------------------------------------------*/
div.about {
	margin: 0.5ex 0 2ex 0;
	padding: 0 0 0 1em;
}


/*-------------------------------------------------------
	moved
-------------------------------------------------------*/
table.moved {
	text-align:center;
	padding:1em;
	border:2px #ccc solid;
}
table.moved div.movedj {
}
table.moved div.movede {
}
table.moved div.movedurl {
	margin-top: 0.5ex;
}
