@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
#header　ul li a:hover {
	background-image: url(images/home2.gif);
}

hr {
	display: none;
}
/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#main {
	padding: 15px;
	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: #000000;
}
/* header styles
------------------------------*/
#header {
	background-image: url(images/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #FF6600;
	position: relative;
}
#profile #header {
	background-image: url(images/header03.jpg);
}
#works #header {
	background-image: url(images/header02.jpg);
}
#moive #header {
	background-image: url(images/header04.jpg);
}
#contact #header {
	background-image: url(images/header05.jpg);
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
	height: 40px;
	width: 120px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	width: 170px;
	height: 4.5em;
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	text-align: center;
	display: block;
	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;
	background-image: url(images/home.gif);
}
#header ul #nProfile a {
	background-image: url(images/gaiyou.gif);
}
#header ul #nWorks a {
	background-image: url(images/work.gif);
}
#header ul #nFaq a {
	background-image: url(images/take.gif);
}
#header ul #nContact a {
	background-image: url(images/toiawase2.gif);
}


#home #header #nHome a {
	color: #FFFFFF;
	background-color: #828CA7;
}

/* main styles
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-bottom-color: #666666;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px;
}



/* sidebar styles
------------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sidebar  dl  dt  a:hover {
	border: 1px solid #000000;
}

#sidebar dl dt {
	clear: both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
}
#sidebar ul li {
	margin-bottom: 6px;
	list-style: none;
}
#sidebar ul li a {
	display: block;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(images/arrow_hover.gif);
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#main table {
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#main table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main table td {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#main table tr.odd {
	background-color: #efefef;
}
#main div.wk {
	float: left;
	width: 160px;
	margin-right: 14px;
	margin-bottom: 15px;
}
#main h4 {
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
}
#home #header #nHome a {
	background-image: url(images/home.gif);
}
#profile #header #nProfile a {
	background-image: url(images/gaiyou2.gif);
}
#works #header #nWorks a {
	background-image: url(images/work1.gif);
}
#moive #header #nFaq a {
	background-image: url(images/work2.gif);
}
#contact #header #nContact a {
	background-image: url(images/toiawase2.gif);
}

