@charset "utf-8";
/***********************************************/
/* style.css                                   */
/***********************************************/
@import "contents/sdc_EN.css";

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;
}
body {
	width:800px;
	font-size :	85%;
	line-height: 120%;
	text-align: center;
	background-color: #ffffff;
	font-family: 'Arial',Verdana,'Helvetica',sans-serif;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}
body div {
	text-align: left;
}
body img {
	border: 0;
	vertical-align: middle;
	margin: 10px 0;
}
#layout{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}
.page {
	text-align:left;
	}

/********** title **********/

#header1 {
	font-size :	13px;
	height: 70px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-top: 10px solid #000099;
	padding: 0 10px 10px 10px;
	background-image: url(img/title_bg.gif);
	background-repeat: repeat-x;
}
#header2 {
	width: auto;
	height: 50px;
	display: block;
	float:left;
	margin-top: 8px;
	line-height:20px;
}
#header2 h1 {
	font-size: 16px;
	font-weight: bold; 	
	color: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
}
#header2 h1 a {
	text-decoration: none;
	color:#ffffff;
}
#header2 h1 a:hover {
	text-decoration: none;
	color:#ffffff;
}
#sitename	{
	font-size:12px;
	font-weight: bold; 	
	color: #ffffff;
	margin-left: 10px;
}

/* ----------------------- */
/* copyright*/
/* ----------------------- */
div.copy_right{
	width: 800px;
	margin-top: 45px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	color:#666666;
	font-size :	88%;
}
/* ----------------------- */
/* logo*/
/* ----------------------- */
#logo	{
	float: right;
	margin-top:15px;
	}
