@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	color: #333;
	margin: 0px 0px 0px;
	text-align: center;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../image/bg.gif);
	background-repeat: repeat;
}

ul,ol,dl,img,dt,dd {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

br.clear{
	clear:both;
	line-height:0em;
	font-size:1px;
}

p {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
	
h1 {
	width:920px;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	padding-top: 5px;
	margin-right: auto;
	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
}

h2 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

h5 {
	margin: 0px;
}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

	
form {margin:0;padding:0;}

/* Link */

a:link {
	color: #69C;
	text-decoration: underline;
	overflow:hidden;
	}

a:visited {
	color: #69C;
	text-decoration: underline;
	}

a:hover {
	color: #F36;
	text-decoration: underline;
	}

a.active {
	color: #F36;
	text-decoration: underline;
	} 	

#container{
	background-color: #FFFFFF;
	height: auto;
	background-image: url(../image/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#container2{
	width:1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: auto;
	background-image: url(../image/bg02.gif);
	background-repeat: no-repeat;
}

#header{
	height: 60px;
	width: 920px;
	background-image: url(../image/header.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}


#header p a{
	overflow:hidden;
	outline:none;
}

/*ロゴ*/
#header p#logo{
	float:left;
	padding-top: 10px;
	padding-left: 10px;
}

#header p#logo a{
	display:block;
	width:280px;
	height:50px;
	text-indent:-9999px;
}

#header p#link01{
	float:left;
	padding-top: 36px;
	padding-left: 365px;
}

#header p#link01 a{
	display:block;
	width:110px;
	height:16px;
	text-indent:-9999px;
}

#header p#link02{
	float:left;
	padding-top: 36px;
	padding-left: 10px;
}

#header p#link02 a{
	display:block;
	width:130px;
	height:16px;
	text-indent:-9999px;
}	

/*------------------
  ナビゲーション基本設定
------------------*/
#navi {
	width: 920px;
	height: 44px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../image/navi_bg.gif);
	background-repeat: no-repeat;
}

#navi ul {
	margin-top: 2px;
}

#navi li {
	float: left;
	list-style-type: none;
	overflow:hidden;
	padding: 0px;
}

#navi li a {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
}

/*------------------
  ナビゲーション
------------------*/

#navi li#navi01 a {
	width: 131px;
	height: 40px;
	background-image: url(../image/g_navi01.gif);
	background-repeat: no-repeat;
}
#navi li#navi02 a {
	width: 131px;
	height: 40px;
	background-image: url(../image/g_navi02.gif);
	background-repeat: no-repeat;
}
#navi li#navi03 a {
	width: 131px;
	height: 40px;
	background-image: url(../image/g_navi03.gif);
	background-repeat: no-repeat;
}
#navi li#navi04 a {
	width: 131px;
	height: 40px;
	background-image: url(../image/g_navi04.gif);
	background-repeat: no-repeat;
}
#navi li#navi05 a {
	width: 131px;
	height: 40px;
	background-image: url(../image/g_navi05.gif);
	background-repeat: no-repeat;
}
#navi li#navi06 a {
	width: 131px;
	height: 40px;
	background-image: url(../image/g_navi06.gif);
	background-repeat: no-repeat;
}
#navi li#navi07 a {
	width: 134px;
	height: 40px;
	background-image: url(../image/g_navi07.gif);
	background-repeat: no-repeat;
}

/*------------------
  ナビロールオーバー
------------------*/
#navi li#navi01 a:hover {
	background-position: 0 -40px;
}
#navi li#navi02 a:hover {
	background-position: 0 -40px;
}
#navi li#navi03 a:hover {
	background-position: 0 -40px;
}
#navi li#navi04 a:hover {
	background-position: 0 -40px;
}
#navi li#navi05 a:hover {
	background-position: 0 -40px;
}
#navi li#navi06 a:hover {
	background-position: 0 -40px;
}
#navi li#navi07 a:hover {
	background-position: 0 -40px;
}

/*コンテンツ*/
#contents_box{
	width:920px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*パンくず*/
#pan{
	width:920px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#pan p{
	text-align: left;
}

/*右側*/
#contents_box #right_box{
	float:right;
	width:260px;
	height: auto;
}

#right_box #contact_box{
	width:260px;
	height: auto;
	margin-bottom: 20px;
}

#right_box #contents01{
	width:260px;
	height: 171px;
	margin-bottom: 20px;
	background-image: url(../image/contents01.gif);
}

#contents01 ul{
	padding-top: 42px;
	}
#contents01 ul li{

	}
#contents01 ul li a{
	height:42px;
	display:block;
	text-indent:-9999px;
	width: 260px;
	}

#right_box #contents02{
	width:260px;
	height: 212px;
	margin-bottom: 20px;
	background-image: url(../image/contents02.gif);
}

#contents02 ul{
	padding-top: 42px;
	}
#contents02 ul li{

	}
#contents02 ul li a{
	height:42px;
	display:block;
	text-indent:-9999px;
	width: 260px;
	}
#contents_box #teikei_bn {
}
#right_box #teikei_bn2 {
	margin-top: 20px;
}


	
#right_box #president{
	width:260px;
	height: 295px;
	margin-bottom: 20px;
	background-image: url(../image/president.jpg);
	background-repeat: no-repeat;
}

#right_box #president p{
	padding-top: 255px;
	text-align: left;
	padding-left: 60px;
}

#right_box #president p a{
	display:block;
	width:140px;
	height:30px;
	text-indent:-9999px;
}

#right_box #movie{
	width:260px;
	height: 70px;
	background-image: url(../image/movie.gif);
	background-repeat: no-repeat;
}

#right_box #movie p#narrow{
	padding-top: 40px;
	text-align: left;
	padding-left: 10px;
	float: left;
}

#right_box #movie p#broad{
	padding-top: 40px;
	text-align: left;
	padding-left: 10px;
	float: left;
}

#right_box #movie p a{
	display:block;
	width:115px;
	height:20px;
	text-indent:-9999px;
}

#contact_bottom{
	width:920px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-image: url(../image/contact01.gif);
	background-repeat: no-repeat;
	clear: both;
}

#contact_bottom p#contact{
	float:left;
	padding-top: 50px;
	padding-left: 690px;
}

#contact_bottom p#contact a{
	display:block;
	width:220px;
	height:70px;
	text-indent:-9999px;
}


#footter{
	height: auto;
	background-image: url(../image/footer_bg.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCC;
	clear: both;
}


#footter p#copy01{
	width:920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footter p#copyright{
	width:920px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 12px;
	padding-bottom: 10px;
}
#contents_box #teikei_bn {
	margin-left: 20px;
}

