/* CSS Document */

@charset "UTF-8";

/* Initialise browser styles */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial,"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3;
}

/* body */

body {
	background: black url(../images/bg.gif) repeat top left;
}

p.indent {
	text-indent: 1em;
}

/* Link text (a) */

a:link {
	color: #ffffff;
	text-decoration: none;
}

a:hover { 
	color: #ff0000;
	text-decoration: underline;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

/*
a:active {
	color: #ff0000;
	text-decoration: underline;
}
*/

/* Image (img) */

img {
	border: 0;
}

/* Header */
div#header {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000000; 
/*	border: #222222 1px solid; */
	border: #ffffff 1px solid;
}

h1#logo {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}


/* Container */

div#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	color: #ffffff; 
	border: #222222 1px solid;
	background: #000000; 
}

div#animation {
	width: 760px;
	margin-top: 30px;
	border: #666666 3px solid;
	background: #000000;
}

div#animation p {
	padding: 5px;
}

/* Navigation */

div#navigation {
	width: 238px;
	float: left;
	padding: 20px 10px;
	margin-top: 5px;
	clear: right;
/*	border: #222222 1px solid; */
	border: #ffffff 1px solid; 
	background: #000000;
}

div#navigation ul {
	padding: 4px;
	background: #000000;
}

div#navigation ul li {
	padding-left: 4px;
	list-style-type: none;
	font-size: small;
	background: #000000;
}

/* Contents */

div#contents {
	width: 470px;
	float: right;
	padding: 20px 10px;
	margin-top: 5px;
	background: #000000;
/*	border: #222222 1px solid; */
	border: #ffffff 1px solid; 
}

div#contents h3, h4 {
	padding-left: 10px;
	padding-top: 0.5em;
}

div#contents p {
	padding-left: 15px;	
	padding-right: 15px;
	padding-top: 0.5em;
}

div#contents ul {
	margin-top: 20px;
	padding-left: 15px;
}

div#contents ul h4{
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#contents ul li {
	list-style: none;
/*	display: inline; */
	color: black;
}	

div#contents ul li img {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 30px;
	border: #CCCCCC 3px solid;
	vertical-align: text-top;
}

div#contents dl {
	padding-left: 10px;
	font-size: small;
}

div#contents dl dt {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: medium;
	font-weight: bold;
}

div#contents dl dd {
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div#contents dl dd table tr {
	vertical-align: top;
}

div#contents dl dd table tr td.label{
	width: 6em;
}

span.label {
}

span.italic {
	font-style: italic;
}

p.alignright{
	text-align: right;
}

/* Footer */

div#footer {
	width: 760px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
/*	clear: both; */
	float: right;
	background: transparent;
}

div#footer address {
	clear: left;
	height: 15px;
	margin-top: 5px;
	padding: 5px 5px 0;
	color: #ffffff;
	font-size: x-small;
	font-style: normal;
	text-align: center;
}



/* General purpose */

span.uppercase {
	text-transform: uppercase;
}

span.small {
	font-size: small;
}

