@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background: url(images/bg.jpg);
}

body, td, th {
	font-size: 15px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

form { margin: 0px; }

a { color: #666666; text-decoration: none; }
a:hover { color: #333333; text-decoration: none; }

.layoutBackground {
	background-image: url(images/layout_07.jpg);
	background-repeat: no-repeat;
}

.globalSubject { font-size: 16px; color: #C80000; }
.globalSubject a { color: #C80000; text-decoration: none; }
.globalSubject a:hover { color: #C80000; text-decoration: underline; }
.newsMontherSubject { font-size: 16px; color: #622659; }
.note { color: #D70000; }
.time { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; }

#imagebox {
	background-color: #D6D6CF;
	width: 180px;
	padding: 5px;
	border: 1px solid #ADADA6;
}

#photobox {
	background-color: #D6D6CF;
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ADADA6;
}

.albumCommand { font-size: 13px; border-bottom: 1px dotted #ADADA6; }
.albumCommand a { /*color: #0066CC; text-decoration: none;*/ }
.albumCommand a:hover { /*color: #FF6600; text-decoration: underline;*/ }
.albumpic { /*background: white; border: 1px solid; border-color: #AAA #444 #444 #AAA;*/ }


/* ================================================================================================== */


