@charset "utf-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
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 #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
	background-image: url(images/cut1.jpg);
}
#footer {
	padding: 15px;
	clear: both;
	color: #000;
	background-image: url(images/bgb.gif);
}
/* header styles
----------------------------*/
#header {
	background-image: url(images/Kaiyudo_logo.jpg);
	background-repeat: no-repeat;
	height: 285px;
	border-top: 3px solid #FF6600;
	position: relative;
}
#profile #header {
	background-image: url(images/Kaiyudo_logo.jpg);
}
#works #header {
	background-image: url(images/Kaiyudo_logo.jpg);
}
#faq #header {
	background-image: url(images/Kaiyudo_logo.jpg);
}
#contact #header {
	background-image: url(images/Kaiyudo_logo.jpg);
}

#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#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 {
	line-height: 2.1em;
	height: 2.1em;
	width: 170px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000DDD;
	text-align: center;
	display: block;
	border-top: 3px solid #FFFF66;
	border-bottom: 3px double #999999;
	border-left: 1px solid #FFFFFF;
}
#header ul li a:hover {
	color: #111111;
	background-color: #E8ECF5;
}

#header ul li#nHome a {
	border-left-style: none;
}

#home #header #nHome a,
#profile #header #nProfile a,
#works #header #nWorks a,
#faq #header #nFaq a,
#contact #header #nContact a,
#home #header #nHome a,
#kitai #header #nKitai a,
#chiro #header #nChiro a,
#sot #header #nSot a,
#taisou #header #nTaisou a,
#blog #header #nBlog a,
#yotuu #header #nYotuu a,
#zakotu #header #nZakotu a,
#herunia #header #nHerunia a,
#joushi #header #nJoushi a,
#ityou #header #nItyou a {
	color: #000000;
	background-color: #60FAFF;
}

/* main styles
----------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 8px 4px 15px;
	border-top: 3px solid #FF6600;
	border-bottom: 1px dotted #666666;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
	border-style: none;
}

#main dl#news dt {
	margin: 0px 6px 10px 0px;
	clear: left;
	float: left;
	width: 9em;
	padding-left: 15px;
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
}
#main dl#news dd {
	margin: 0px 0px 10px 11em;
	border-left: 3px solid #CCCC66;
}

#main dl#news2 dt {
	margin: 0px 6px 10px 0px;
	clear: left;
	float: left;
	width: 17em;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left center;
}
#main dl#news2 dd {
	margin: 0px 0px 10px 17em;
	border-left: 3px solid #CCCC66;
	text-align: left;
}

/* sidebar styles
----------------------------*/
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar h3 {
	margin-bottom: 10px;
}
#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 {
	list-style: none;
	margin-bottom: 6px;
}
#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: #000;
}
#footer ul li a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer p a {
	color: #000;
}
#footer p a:hover {
	color: #333333;
	text-decoration: underline;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq
----------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	padding-left: 25px;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main dl#faqList dd {
	line-height: 1.8;
	padding-bottom: 1em;
	padding-left: 25px;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* table
----------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* works
----------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	line-height: 1.2;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
#main div.wk_pic {
	float: left;
	width: 570px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk_pic h3 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-style: normal;
	color: #333333;
}

/* form
----------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}
