﻿/* author:monika.hsae */

@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(img/bcg.png); background-position:top center; 
	background-repeat:no-repeat; background-attachment:fixed;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 715px;
	height:1000px;
	background:#FFFFFF;
	margin: 0 auto;
	border-left:3px double #666666;
	border-right:3px double #666666;
	border-bottom:2px double #666666;
	border-top:1px solid #666666;
	text-align:center;
	padding:0;
	left:0px;
}

h1.top { font-size:12px; font-weight:normal; padding:0; margin:0; }

#logo {
	width:715px;
	text-align:left;
	background-image:url(img/grey-bar-top.gif);
	background-color:#666666;
	position:relative;
	top:0;
	left:0;
	margin:0;
	background-position:left;
	background-repeat:repeat-x;
	border:1px solid #666666;
		}
#picture {
	border:1px solid #666666;
	height:auto;
	width:715px;
	background-color:#666666;
	position:relative;
}
#buttons {
	position:relative;
	background-color:#666666;
	height:auto;
	width:715px;
	border:1px solid #cdcdcd;
}

#mainContent {
	height:520px;
	width:714px;
	font-size:12px;
}

#colLeft {
	position:relative;
	height:100%;
	width:100px;
	background-image:url(img/space.gif);
	background-repeat:repeat;
	border-right:#333333 1px solid;
	float:left;
	margin-left:0;
	}
#colRight { position:relative; height:auto; 
			width:290px;
			float:left; 
			margin-right:10px;
			text-align:center;
	}
#colCenter {
			position:relative;
			height:auto; width:290px;
			margin-right:10px;
			float:right;
			text-align:center;
		}
div.c_small {
	position:relative;
	height:180px;
	margin-top:20px;
	margin-bottom:5px;
	margin-left:20px;
	/*border:3px double #B9B6CF;*/
	/* 02.09.2009 border:3px double #ACCAAE;*/
	border:3px double #C5D9B5;
	float:none;
	width:260px;
	text-align:left;
	}
#footer { width:715px; margin: 0 auto; background-image:url(img/grey-bar-top.gif); background-repeat:no-repeat;
			font-size:14px; color:#000000; height:auto; float:none; border-left:3px double #666666;
	border-right:3px double #666666; font-family:Arial, Helvetica, sans-serif;
	border-bottom:2px double #666666;
	*width:717px; background-repeat:repeat-x;
			}

#news {
	position:relative;
	float:left;
	margin-left:20px;
	margin-top:10px;
	text-align:left;
	width:575px;
	height:auto;
	/*border:3px double #BBB3C4;*/
	border:3px double #accaae;
}
h1.c_small_h1 { margin-top:5px; margin-left:5px; margin-bottom:10px;
				padding-left:6px; padding-top:2px; padding-bottom:2px; 
				font-size:14px; font-weight:normal; font:'Comic Sans MS', 'ＭＳ 明朝', 'HG明朝B'; 
				background-image:url(img/small-img/head_el1.gif); 
				background-position:left; background-repeat:no-repeat;
			}

