@charset "utf-8";
/*formatting style
------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #D7F2F2;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.0;
	background-image: url(images/PaperLinenRuby12.jpg);
	background-repeat: repeat;
}
hr {
	display: none;
}
/*link style　
------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/*basic layout　
------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

#main {
	padding: 10px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
/*header style　
------------------------*/
#header {
	background-image: url();
	background-repeat: no-repeat;
	height: 135px;
	border-top: 3px solid #FF6600;
	position: relative;
}
#headerNavi #headerLink {
	float: right;
	height: auto;
	width: auto;
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: relative;
	left: 0px;
	top: 50px;
}
#header ul li {
	float: left;
	list-style-type: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 120px;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li #nHome a {
	border-left-style: none;
}
#home #header #nHome a.
#alfred #header #nAlfred a.
#mariko #header #nMariko a.
#ayaka #header #nAyaka a.
#kenji #header #nKenji a.
#harry #header #nHarry a.
#contact #header #nContact a {

	color: #FFFFFF;
	background-color: #828CA7;
}


/*main styles　
------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 125%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
}
#main h3 {
	margin-bottom: 10px;
}
#main p {
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: left;
	white-space: normal;
	margin-left: 10px;
	margin-right: 10px;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 20px 10px 0px;
	clear: left;
	float: left;
	width: 8em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 3px 0em 8px 30px;
}

/*main table styles　
------------------------*/
#main table {

}
#main table tr td {
	border-bottom: thin solid #666666;
	border-right-style: none;
	border-left-style: none;
}


/*sidebar styles　
------------------------*/
#sidebar h2 {
	margin-bottom: 10px;
}
#sidebar  dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-color: #CCCCCC;
}
#sidebar dl dt{
    clear:both;
}
#sidebar dl dd{
    margin-bottom: 10px;
}
#sidebar dl#contents dd {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-bottom: 3px
	margin: 0px 0px 0px;
	clear: left;
	float: left;
	padding-left: 30px;
}

/*footer styles　
------------------------*/
#footer ul li a {
	color: #999999;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #666666;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style-type: none;
}
#footer p {
	margin: 0px;
	float: right;
}
