@charset "utf-8";

/*formatting style
---------------------------------*/* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #666666;
	background-repeat: repeat;
	background-image: url(../images/bg.gif);
}
hr {
	display: none;
}
/* link styles
---------------------------------*/
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #0033CC;
	text-decoration: underline;
}
a:visited {
	color: #9966FF;
	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;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* main styles
---------------------------------*/
#main {
	padding: 15px;
	float: left;
	width: 600px;
	margin-bottom: 5px;
}
#main h2 {
	font-size: 14px;
	color: #0066FF;
}
#main h3 {
	font-size: 10px;
	color: #003399;
	text-decoration: underline;
	font-style: normal;
}
#main h4 {
  clear: both;
  width: 90%;
  font-size: 95%;
  color: #cc0000;
  margin-top: 15px;
  padding: 1px 20px;
  border-top: 1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
  background-color: #eeeeee;
}


#main_tema  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	background-color: #FFFFFF;
	white-space: normal;
	width: 342px;
	margin: auto;
	height: 20px;
	border: thin solid #3399CC;
	position: absolute;
	left: 247px;
}

/* sidebar left styles
---------------------------------*/
#sidebar_left {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00CCFF;
	border-right-color: #00CCFF;
}
#sidebar_left h2 {
	color: #0099FF;
	font-size: 12px;
}



/* header styles
---------------------------------*/
#header {
	background-image: url(../images/header01_denwakaigi.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	position: relative;
 }
h1 {
	margin: 0;
	width: 858px;
	font-size: 12px;
	color: #0099FF;
	float: left;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	font-style: normal;
	color: #666666;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#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: 170px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: double;
	border-left-style: solid;
	border-top-color: #FFFF66;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
}
#header ul li#nhome a {
	border-left-style: none;
}
/* footer styles
---------------------------------*/
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #00CCFF;
}
#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-type: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #99CCFF;
	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 #99CCFF;
	font-size: x-small;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #99CCFF;
}
#main table tr.odd {
	background-color: #FFFFFF;
	font-size: x-small;
}
#main .wk style19 {
	font-size: x-small;
}

/* works
------------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
	font-size: small;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
/* 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;
}
