body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 
img {  
    border:0; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 

/* ------------------------------ property ------------------------------ */

body,td,th {
	color: #333333;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #E5DDF4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../image/templates/bk.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #442F8A;
	text-decoration:underline;
}
a:visited {
	color: #442F8A;
	text-decoration:underline;
}
a:hover {
	color: #CC0000;
	text-decoration:underline;
}
a:active {
	color: #CC0000;
	text-decoration:underline;
}

/* ------------------------------ templates ------------------------------ */

#container_index {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/english_templates/bk_index.jpg);
	background-repeat: no-repeat;
}
#container_etc {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/english_templates/bk_etc.jpg);
	background-repeat: no-repeat;
}

h1 {
	font-size: 10px;
	line-height: 1em;
	margin: 0px;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	display: block;
	float: left;
}
.button {
	display: block;
	float: right;
	padding-right: 10px;
	padding-top: 27px;
}

#navi {
	clear: right;
	float: right;
	padding-top: 12px;
	padding-right: 5px;
	width: 690px;
	height: 62px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
}
#navi li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#navi img {
	margin: 0px;
	padding: 0px;
}
#title {
	width: 920px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#title h2 {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#main {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 50px;
	padding-left: 80px;
	padding-right: 80px;
}
#footer_container {
	height: 131px;
	background-image: url(../image/templates/bk_footer.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#footer {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 28px;
}

#address {
	color: #FFF;
	float: left;
	width: 450px;
	height: 79px;
	font-size: 11px;
	line-height: 1.3em;
}
#textlink {
	float: right;
	width: 430px;
	color: #A298C5;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}
#address a:link, #address a:visited, #textlink a:link, #textlink a:visited { 
	color: #FFF;
	text-decoration: underline
}
#address a:hover, #address a:active, #textlink a:hover, #textlink a:active {
	color: #FF0;
	text-decoration: underline;
}
#copyright {
	clear: both;
	text-align: center;
	font-size: 9px;
	color: #A298C5;
	padding-top: 8px;
	padding-bottom: 7px;
	height: 9px;
	line-height: 1em;
}

