@charset "UTF-8";

/* CSS Document */

div#containerInfo{
	width:850px;
	margin:0 auto;
	}
	
.bigImage{
	width:500px;
	float:left;
	margin-bottom:10px;
	}
	
.bigImage p{
	margin:0;
	padding:0;
	line-height:100%;
	}
	
.bigImage p img{
	line-height:100%;
	}
	
.bigImage dl{
	margin:0;
	padding:5px 0;
	text-align:left;
	}
	
.bigImage dl dt{
	float:left;
	width:100px;
	margin-bottom:5px;
	}
	
.bigImage dl dt.photo{
	clear:both;
	float:none;
	width:500px;
	}
	
.bigImage dl dt.photo img.P1{
	border:1px solid #999999;
	margin-right:2px;
	}
	
.bigImage dl dd{
	margin-bottom:15px;
	clear:both;
	margin-left:0;
	}
	
.bigImage dl dd span a{
margin:0 15px;
}
	
table.infoTable{
	width:330px;
	margin:0 0 0 0;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	float:right;
	margin-bottom:10px;
	}
	
table.infoTable tr td{
	padding:5px;
	border:1px solid #CCCCCC;
	}
	
table.infoTable tr th{
	padding:5px;
	border:1px solid #CCCCCC;
	background:#222222;
	}
	
table.infoTable tr td.image{
	padding:1px;
	text-align:center;
	}
	
h2{
	font-size:140%;
	font-weight:bold;
	padding:3px 10px 5px 10px;
	border-bottom:1px solid #FF6633;
	margin:5px 0 5px 0;
	color:#EEE;
	letter-spacing:normal;
	}
	
h3{
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0;
	color:#FF6600;
	}
	
br.clear{
	clear:both;
	visibility:hidden;
	height:0;
	font-size:0;
	line-height:0;
	}
	
/* ヘッダーメニュー */
#headMenu {
	clear:both;
	background:none;
	padding:3px 0 3px;
	height:28px;
}

.headnavi { /* ヘッダーメニューテキスト */
color:#CCCCCC;
}

.headnavi a{
	padding:10px 5px 0px 5px ;
	margin:5px 0px;
	text-decoration:none;
	color:#EEE;
	font-weight:bold;
}
.headnavi a:hover {
color:yellow;
	text-decoration:underline;
}
/********************************************************************/
/* フッターーメニューレイアウト設定 */
#footer {
	margin-top:5px;
	color:#CCC;
	font-size:90%;
	clear:both;}


td>#footer { /* IE7 Safari Firefox 用 */
}


.footnavi { /*フッターメニューテキスト設定*/
	padding:5px 0;
	color:#FFFFFF;
	background:none;
}
.footnavi a{ 
	color:#EEE;
	text-decoration:underline;
	font-size:9px;
	font-weight:bold;
	letter-spacing:0;
}
.footnavi a:hover { color:yellow;text-decoration:underline;}

#copyright { /* コピーライト */
	padding:0px;
	width:auto;
}

#footer>#copyright { /* IE7 Safari Firefox 用 */
}

/********************************************************************/
/*ポップアップ*/

div#popup{
	text-align:left;
	width:500px;
	margin:0 10px;
	}

div#popheader{
	width:100%;
	background:url(../images/header.gif) left top no-repeat;
	height:100px;
	}
	
div#popheader p{
	margin:0;
	padding:0;
	}

div#popheader p a{
	display:block;
	width:200px;
	height:100px;
	text-indent:-9999px;
	line-height:100%;
	}
	
div#popup h1{
	font-size:140%;
	font-weight:bold;
	padding:3px 10px 5px 10px;
	border-left:5px solid #FF6633;
	border-bottom:1px solid #FF6633;
	margin:5px 0 5px 0;
	color:#666666;
	letter-spacing:normal;
	}