@charset "UTF-8";

/* 全体設定 */
* {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-size: 12px;
}

img {
	border: 0;
}

li {
	list-style: none outside;
}

/* レイアウト */

body {
	background: url(./img/bg.gif) top center no-repeat #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container {
	margin: 0px auto;
	width: 1000px;
	height: auto;
}

#header {
	height: 40px;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: right;
}

#header h1{
	position: absolute; top: -2000px ;
}
.team-6{
	display: block;
	width: 300px
	height: 200px;
	position: absolute;
	top: 11px;
	left: 0px;
}

#header ul{
	display: block;
	width: 470px;
	margin: 0 0 0 auto;
	position: relative;
	left: -30px;
}

#header li{
	float: left;
	margin-left: 15px;
}

.headerFla {
	position: relative;
	top: -11px;
	left: -5px;
}

#menu {
	width: 180px;
	height: auto;
	float: left;
}

#menu ul {
	margin: 10px 0 0 0;
}

#menu ol {
	position: relative;
	left: 20px;
	margin: 10px 0 0 0;
}

#rightbox {
	float: left;
	position: relative;
	left: 15px;
	margin: 35px 0 0 0;
	width: 780px;
}

#main {

}

#main h2 {
	display: block;
	margin: 0 0 30px 0;
}

#main h3 {
	display: block;
	margin: 0 0 10px 0;
}

#main h5 {
	display: block;
	margin: 0 0 30px 0;
}

#main h6 {
	display: block;
	margin: 0 0 10px 0;
}

#footer {
	margin: 0 0 20px 0;
}

#footer h7 {
	display: block;
	width: 200px;
	margin: 0 0 0 auto;
	font-size: 10px;
	color: #666
}

/* Flashエリア */

.topFla {
	width: 785px;
	display: auto;
}

.menuFla {
	position: relative;
	top: 30px;
}

/* tools */

.clear {
	clear: both;
	width: 10px;
	height: 0px;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:1px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:785px;
	overflow:hidden;
	
	text-align:center;
	
	color:#444444;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}

#slides{
	margin-top: 10px;
	/* This is the slide area */
	height:225px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:785px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu_t{
	/* This is the container for the thumbnails */
	height:45px;
}

ul{
	margin:0px;
	padding:0px;
}

li{
	/* Every thumbnail is a li element */
	width:60px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

li.act,li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg.png) no-repeat;
}

li.act a{
	cursor:default;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	background:url(img/divider.png) no-repeat right;
}

li a{
	display:block;
	background:url(img/divider.png) no-repeat right;
	height:35px;
	padding-top:10px;
}

a img{
	border:none;
}

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
}


