/*******************************************************************************
 * ソース名     : photo.css
 * 定義分類名   : 共通スタイルシート定義
 * 概要         : 共通で用いるスタイルシートを定義する。
 * 新規作成     : Rev00.00 2000/05/09 中村六男	（必要に応じて随時追加・編集）
 *******************************************************************************/
/* １．ボディスタイル */
body{
    color:#191970;
    background-color:#F0F8FF
}
basefont.small{
    font-size:x-small
}

/* 表の見出しリンク色 */
/* 一覧のソート項目の場合指定 */
a:link    {text-decoration:none; color:#36648B }
a:visited {text-decoration:none; color:#36648B }
a:hover   {text-decoration:none; color:#00BFFF }
a:active  {text-decoration:none; color:#00BFFF }

/* ２．フォントスタイル */
/* (0) スーパークラス */
font{
}
/* (1) メインタイトル */
font.main-title{
	font-size:15pt;
	font-family:"HG正楷書体-PRO",平成明朝,serif;
	font-weight:bold;
	font-style:normal;
	color:#FFDD66;
	background-color:#191970
}
/* (2) タイトル */
font.title{
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	background-color:#191970
}
/* (3) サブタイトル */
font.sub-title{
	font-size:11pt;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	background-color:#191970
}
/* (4) 場外タイトル */
font.outside-title{
	font-size:12pt;
	font-weight:bold;
	font-style:normal;
	color:#FFFF66;
	background-color:#4682B4
}
/* (5) 場外サブタイトル */
font.outside-sub-title{
	font-size:11pt;
	font-weight:bold;
	font-style:normal;
	color:#FFDD66;
	background-color:#4682B4
}
/* (7) 撮影者表示用 */
font.author{
	font-size:8pt;
	font-style:italic;
	color:#999999;
	background-color:#EEEEEE
}
/* (8) 四男コメント用 */
font.comment4{
	font-weight:normal;
	font-style:normal;
	color:#808000;
	background-color:#F0F8FF;
	line-height:110%
}
/* (9) 五男コメント用 */
font.comment5{
	font-weight:normal;
	font-style:normal;
	color:#000080;
	background-color:#F0F8FF;
	line-height:110%
}
/* (10) 六男コメント用 */
font.comment6{
	font-weight:normal;
	font-style:normal;
	color:#800000;
	background-color:#F0F8FF;
	line-height:110%
}

/* 表データ部のスタイル */
/* (0) スーパークラス */
td{
}
/* (1) タイトル用 */
td.title{
	background-color:#191970;
	text-align:center
}
/* (2) 場外タイトル用 */
td.outside-title{
	background-color:#4682B4;
	text-align:center
}
/* (3) 写真表示用 */
td.photo{
	text-align:center
}
/* (4) 撮影者表示用 */
td.author{
	background-color:#EEEEEE;
	text-align:right
}

/* レイアウトのスタイル */
/* (0) スーパークラス */
div{
	text-align:center
}
/* (1) 会場表示用 */
div.place{
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	color:#191970;
	background-color:#F0F8FF
}
/* (2) 大会リスト表示用 */
div.compe-list{
	text-align:left;
	font-size:12pt;
	font-family:"HG正楷書体-PRO",平成明朝,serif;
	font-weight:bold;
	font-style:normal;
	color:#191970;
	background-color:#F0F8FF;
	line-height:110%;
	padding-left:25%;
	margin:4px
}
/* (3) リスト表示用 */
div.list{
	text-align:center;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#191970;
	background-color:#F0F8FF;
	line-height:110%;
	margin:4px
}
/* (4) コメント用 */
div.comment{
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#006080;
	background-color:#F0F8FF;
	line-height:110%;
	margin:4px
}
/* (5) 四男コメント用 */
div.comment4{
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#808000;
	background-color:#F0F8FF;
	line-height:110%;
	margin:4px
}
/* (6) 五男コメント用 */
div.comment5{
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#000080;
	background-color:#F0F8FF;
	line-height:110%;
	margin:4px
}
/* (7) 六男コメント用 */
div.comment6{
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
	color:#800000;
	background-color:#F0F8FF;
	line-height:110%;
	margin:4px
}
/* (8) フッター用 */
div.footer{
	font-size:9pt;
	font-weight:normal;
	font-style:normal;
	color:#006080;
	background-color:#F0F8FF;
	line-height:110%;
	margin:4px
}
/* (9) メンバーフッター用 */
div.footer-member{
	text-align:left;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#006080;
	background-color:#F0F8FF;
	padding-left:10%;
	line-height:90%;
	margin:1px
}
/* (10) 四男フッター用 */
div.footer4{
	text-align:left;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#808000;
	background-color:#FFFFFF;
	padding-left:10%;
	line-height:105%;
	margin:1px
}
/* (11) 五男フッター用 */
div.footer5{
	text-align:left;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#000080;
	background-color:#F0F8FF;
	padding-left:10%;
	line-height:105%;
	margin:1px
}
/* (12) 六男フッター用 */
div.footer6{
	text-align:left;
	font-size:8pt;
	font-weight:normal;
	font-style:normal;
	color:#800000;
	background-color:#F0F8FF;
	padding-left:10%;
	line-height:105%;
	margin:1px
}


/*************************<< END OF photo.css >>***************************/
