﻿@charset "utf-8";
/*トップページ*/
/*formatting style
--------------------------*/
* {
	font-style: normal; 
	margin: 0px;
	padding: 0px;
	/*color:#333333;*/
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	/*background-image: url(images/f10464_2.gif) ;
	background-repeat:repeat;*/
	background-color:#000;
}
hr {
	display: none;
}
a{
	outline:0;
	}
/*link styles
--------------------------*/
a img {
	border-style:none;
	border:0px;
}
a:link {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-align:none;
}

a:active {
	text-decoration:none;
	position:relative;
	left:+1px;
	top:+1px;
}

/*basic layout(float layout)
--------------------------*/
#wrapper {
	background-color:#ffffff;
	width: 860px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
	color:#333333;
}


#main {
	width: 535px;
	margin-bottom: 20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-left:0px;
	float: right;
}
#sidebar {
	width: 265px;
	margin-bottom: 20px;
	padding-top:20px;
	padding-right:0px;
	padding-bottom:20px;
	padding-left:20px;
	float: left;
	clear:both;
}

#footer {
	height:10px;
	color:#ffffff;
	background-color:#006600;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:20px;
	padding-left:15px;
	clear:both;
}
/*header style
--------------------------*/
#header {
	height:200px;
	width:860px;
	position:relative;
	top:0px;
	left:0px;
	z-index:1;
	margin:none;
}

#header ul {
	background-color:transparent;
		width:860px;
	position: absolute;
	left:4px;
	top:157px;
	z-index:2;
}
#header ul li {
	float:left;
	list-style:none;
}

#header ul li a {
	text-align: center;
	display: block;
	height: 43px;
	width: 120px;
	text-decoration: none;
	color: #ffffff;
	background:url(images/btn_3.gif) no-repeat;
	margin-right:2px;
	font-size:120%;
	line-height: 3.2em;
}

#header ul li a:hover {
	background-color:transparent;
	background-image:url(images/btn_2.gif)	;
}

#home #header #nHome a{
	color:#000000;
	background-color:transparent;
	background-image:url(images/btn_1.gif)	;
}

/*sidebar styles
--------------------------*/
#sidebar h1{
	margin-bottom:15px;
	font-size: 200%;
	font-weight: bold;
	color:#333333;
	background-image:url(images/bar-22-13_s2.gif);
	background-repeat: no-repeat;
	/*background-position: left center;
	line-height:2.1;*/
	font-weight: bold;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:30px;
	width:250px;
	height:37px;
}
#sidebar dl dt a {
	padding:5px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #cccccc;
}
#sidebar dl dt {
	clear:both;
}
#sidebar dl dd {
	margin-bottom: 10px;
}
#sidebar table {
	width:80%;
	margin:0px 20px;
	text-align:left;
	border:0;
}
#sidebar table h3 {
	font-size: 150%;
	/*font-weight:bold;*/
	text-align:left;
}

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



/*main styles
--------------------------*/
#main h1 {
	margin-bottom:16px;
	font-size: 200%;
	font-weight: bold;
	color:#333333;
	background-image:url(images/bar-22-4_s.gif);
	background-repeat: no-repeat;
	background-position:
	/*left center;*/
	/*line-height:1.4;*/
	width:530px;
	height:37px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:30px;
}
#main p {
	line-height:1.8;
	margin-bottom:1em;
}

#main h3 {
	font-size: 150%;
	line-height:1.2;

}

#home #main h2 {
	background-image: none;
}

#main iframe{
	overflow-x: hidden; 
	overflow-y: auto; 
}
	
#director #main img{
	float:left;
	margin:0px 20px 10px 0px;
}
	


/*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;
	margin-right:15px;
	list-style:none;
}
#footer p {
	margin:0px;
	float:right;
}
#footer {
	/*width:830px;*/
}

