@charset "utf-8";
html{
	margin: 0;
	padding: 0;
        height:100%;
}
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #4E5869;
	margin: 0px;
	padding: 0px;
	color: #000;
        height:100%;
}
.block {
   page-break-inside: avoid;
}
/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
	padding: 0px;
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ このコンテナが他のすべての div を囲み、パーセンテージに基づいた幅を指定します。~~ */
#container {
	width: 90%;
	min-width: 1175px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#sidebar1 {
	margin: 0px;
	padding: 0px;
	width: 25%;
	min-width:260px;
	float: left;
/*	background-image: url(images/menu-und.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;*/
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */

debar1 {
	float: left;
	width: 25%;
	background-image: url(images/menu-und.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
!important;
	overflow: hidden;
!important;  
	margin-bottom: 0px;
!important;  
	padding-bottom: 0px;
!important;  
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#content {
	width: 75%;
　　　　 min-width:500px;
	float: left;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-y;
	background-position: left;
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-bottom: 150px;
}
h1 {

	text-align: left;
	margin: 0px;
	padding: 0px;
}
#printttl {display:none;}
.topttl  {
	background-image: url(images/headtitle.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	text-indent: -9999px;
	width: 100%;
	background-position: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
h2  {
        text-align:center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
h3  {
        font-size:1.1em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h4  {
        font-size:1.0em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h5 {
        font-size:0.95em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
td,th {
        vertical-align: top;
}
/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer li a   {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#footer li {
	float: left;
	margin: 0px;
	padding: 5px;
	list-style-type: none;
	text-align: center;
}
#footer small {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 12px;
	color: #FFF;
	clear: both;
	display: block;
	text-align: center;
}
body > #footer{
	height: auto;
}
#footer {
        background-color:#333;
	margin: 0px;
	padding: 0px;
        height: 100%;
	min-height: 100%;
	/*background-image: url(images/footer-back.gif);*/
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AF4353;
        clear: both;
}

#sidebar1 #accordion {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin: 0px;
	width: 250px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #FFF;
}
#footer address {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 15px;
	color: #FFF;
	text-align: center;
	font-style: normal;
	padding-bottom: 50px;
}
	
#footer ul {
	padding: 0px;
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 10px;
}


li.home > a  {
	background-image: url(images/home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 236px;
	text-indent:-9999px;
	display: block;
}
li.gaiyo > a  {
	background-image: url(images/gaiyo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 236px;
	text-indent:-9999px;
	display: block;
}
li.tech > a  {
	background-image: url(images/tech.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 236px;
	text-indent:-9999px;
	display: block;
}
li.labo > a {
	background-image: url(images/labo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 236px;
	text-indent:-9999px;
	display: block;
}

li.access > a  {
	background-image: url(images/access.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 236px;
	text-indent:-9999px;
	display: block;
}
li.hobby > a  {
	background-image: url(images/hobby.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 236px;
	text-indent:-9999px;
	display: block;
}
li.recruit a  {
	background-image: url(images/recruit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 236px;
	text-indent:-9999px;
	display: block;
}
li.contact a  {
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 236px;
	text-indent:-9999px;
	display: block;
}

#sidebar1 a:hover {
	background-position: 0px -34px;
	color: #6C3;
}
li .sub1 a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	margin-left: 35px;
	display: block;
        text-indent:1em;
}
li .sub2 a {
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	margin-left: 45px;
	display: block;
        text-indent:1em;
}
li .sub3 a{
	background-image: url(images/arrow3.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	color: #666;
	text-decoration: none;
	margin-left: 55px;
	display: block;
        text-indent:1em;
}
#content #topics,#content #infomation,#content #movie {
	margin: 5%;
	padding: 0px;
	width: 90%;
}
#infomation h3 {
	background-image: url(images/info-ttl.gif);
	background-repeat: no-repeat;
	padding: 5px;
	text-indent: -9999px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}
#movie  {
        height:350px;
}
#movie h3 {
	background-image: url(images/movie-ttl.gif);
	background-repeat: no-repeat;
	padding: 5px;
	text-indent: -9999px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}
#movie ul {
        width:600px;
}
#movie ul li {
        list-style-type:none;
	padding: 5px;
        float:left;
}
#content #topics{
	border: 2px solid #cecece;
}
#topics h3 {
	background-color: #cecece;
	background-image: url(images/topics-ttl.gif);
	background-repeat: no-repeat;
	padding: 3px;
	text-indent: -9999px;
	background-position: 10px center;
}
#sidebar1 ul li {list-style-type: none;	}

#inner {
        width:90%;
        height:auto;
        margin:10px auto;
        padding-bottom:20%;
　　　　 overflow:hidden;

}
table.hyou {
	border-collapse: collapse;
        margin-bottom:25px;
        border:solid 1px #444;

}
table.hyou th,table.hyou td {

        font-size:0.9em;
        text-align:left;
	padding: 5px;
        border:solid 1px #AAA;
}
table.hyou th {background:#e8edee;}
table.hyou2 {
	border-collapse: collapse;
        margin-bottom:25px;
        border:solid 1px #444;

}
table.hyou2 th,table.hyou2 td {

        font-size:0.9em;
        text-align:center;
	padding: 5px;
        border:solid 1px #AAA;
}
table.hyou2 th {background:#efede7;}
table { margin:10px auto;}
caption {
        font-size:0.8em;
        caption-side: bottom;
        text-align: center; 
} 
#inner p {
        font-size:0.9em;
        line-height:1.5em;
        text-indent:1em;
}
#inner p img {
        display:block;
        margin:10px auto;
}
#inner ul,#inner ol  {
        margin-left:40px;
}
#inner ul li {
        font-size:0.9em;
	list-style-type: none;	
        margin:5px;
        padding:0px;
        line-height:1.3em;
}
#inner ol li {
        font-size:0.9em;
        margin:5px;
        padding:0px;
        line-height:1.3em;
        list-style-position:outside;
}
#inner dt{
        text-indent:1em;
        font-size:0.9em;
        font-weight:bold;
}
#inner dd{
         margin-bottom:10px;
        font-size:0.9em;
        line-height:1.3em;
}
#inner .cate {
        clear:both;
        background-color:#EEE;
        border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
        padding:10px;
        padding-left:40px;
        margin:15px;
        overflow:hidden;
}
#inner .setumei {
        font-size:0.9em;
        line-height:1.3em;
        margin:10px;
        padding:10px;
}
.att { color:#b31717; }
iframe {
        display:block;
        margin:0 auto;
}
#pop{
   width:500px;
   display: block;
}