@charset "utf-8";
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	line-height: 1.8;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
}
h1,h2,h3,p,ul{
	margin: 0px;
	padding: 0px;
}
li{
	list-style-type: none;
}
img {
	border: 0px;
}
.clear{
	clear: both;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

/*ヘッダー
------------------------------------------------------------------*/
#headder-top {
	background-image: url(images/head_bg_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 118px;
	width: 760px;
}
#headder-top h1 {
	font-size: 11px;
	color: #00a0e9;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: normal;
}

#headder {
	background-image: url(images/head_bg_otherspage.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 104px;
	width: 760px;
}
#logo {
	float: left;
	width: 350px;
	height: 100px;
	padding-top: 18px;
}
#headder h1 {
	font-size: 11px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 27px;
	font-weight: normal;
}

/*パンくずナビ
------------------------------------------------------------------*/
#pnavi {
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
	text-indent: 30px;
	padding-top: 10px;
	padding-bottom: 30px;
	clear: both;
}

/*フッター
------------------------------------------------------------------*/
#footer {
	width: 760px;
	clear: both;
}

/*飾りテーブル１
------------------------------------------------------------------*/
.table1 {
	background: url(images/table1.gif) no-repeat bottom;
	width: 685px !important;
	width /**/: 694px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 20px;
	padding: 5px 5px 10px 4px;
}
.table1 p {
	margin: 0px 20px 0px 20px;
}

/*メインメニュー
------------------------------------------------------------------*/
#menu{
	width: 760px;
	clear: both;
}
#menu li{
	float: left;
}
#menu a{
	display: block;
	text-indent: -9999px;
	background-image: url(images/menu.gif);
	height: 54px;
	width: 105px;
	overflow:hidden;
}
#top a{
	height: 54px;
	width: 118px;
	background-position: left top;
}
#top a:hover{
	background-position: left bottom;
}
#contents {
	background-color: #FFFFFF;
	width: 760px;
	text-align: center;
}
#profile a{
	background-position: 642px top;
}
#profile a:hover{
	background-position: 642px bottom;
}
#info a{
	background-position: 537px top;
}
#info a:hover{
	background-position: 537px bottom;
}
#info-check a{
	background-position: 432px top;
}
#info-check a:hover{
	background-position: 432px bottom;
}
#work a{
	background-position: 327px top;
}
#work a:hover{
	background-position: 327px bottom;
}
#staff a{
	background-position: 222px top;
}
#staff a:hover{
	background-position: 222px bottom;
}
#access a{
	height: 54px;
	width: 117px;
	background-position: right top;
}
#access a:hover{
	background-position: right bottom;
}

/*ナビメニュー
------------------------------------------------------------------*/
#navi {
	float: right;
	width: 370px;
}
#navi li {
	float: right;
}
#navi a{
	overflow:hidden;
	display: block;
	text-indent: -9999px;
}
#sm a {
	background-image: url(images/navi_otherspage_01.gif);
	height: 27px;
	width: 29px;
}
#sm a:hover {
	background-image: url(images/navin_otherspage_01.gif);
}
#me a {
	background-image: url(images/navin_otherspage_02.gif);
	height: 27px;
	width: 25px;
}
#me a:hover {
	background-image: url(images/navin_otherspage_02.gif);
}
#la a {
	background-image: url(images/navi_otherspage_03.gif);
	height: 27px;
	width: 44px;
}
#la a:hover {
	background-image: url(images/navin_otherspage_03.gif);
}
#contact a {
	background-image: url(images/navi_otherspage_04.gif);
	height: 27px;
	width: 123px;
}
#contact a:hover {
	background-image: url(images/navin_otherspage_04.gif);
}

/*ビデオ
------------------------------------------------------------------*/
#video {
	float: left;
	width: 350px;
	height: 320px;
}
#video-side {
	float: right;
	width: 350px;
}
#videoflame {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

