@charset "utf-8";

/* 全ページ共通のデザイン用 */
body{
	color:#000000;
	background-color:#fffafa;
	width:850px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
}
h1{
	margin-bottom:0;
}

img{
	border-style:none;
}


/*プルダウンメニューナビの部分*/

#menu {
	z-index:10;
	list-style-type: none;
	  width: 850px;
	  height: 40px;
	  margin: 5px auto 5px;
	  padding: 0;
	  border-bottom: 3px solid #ddd;
	  border-radius: 3px 3px 0 0;
}



#menu li {
	z-index:10;
	position: relative;
	width: 16.666%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size:0.75em;
	color:#333;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}




#menu li a {
	z-index:10;
	display: block;
	margin: 0;
	padding: 15px 0 10px;
	color: #0000ff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;


}

#menu li a:hover {
	z-index:10;
	background:  url("../images/bg_list_on1.gif") 0 50% repeat-x;
	color: #ffffff;

}

#menu > li:hover > a{

	border-radius: 3px 3px 0 0;

}

/*プルダウンメニューのサブの部分*/


#menu li ul{

	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 3px 3px;
}

#menu li ul li{
 
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;

}

#menu li ul li a{
 
	padding: 13px 15px;
	background: #99ffff;
	text-align: left;
	font-size: 12px;
	font-weight: normal;

}

#menu li:hover ul li{
 
	overflow: visible;
	height: 37px;
	border-top: 1px solid #99ffff;
	border-bottom: 1px solid #99ffff;

}

#menu li:hover ul li:first-child{
	border-top: 0;
}

#menu li:hover ul li:last-child{
	border-bottom: 0;

}

#menu li:hover ul li:last-child a{
	border-radius: 0 0 3px 3px;
}


/*ここまで*/




.mq{
	color:#ff0000;
	background-color:#0066aa;
	width:795px;
	border-style:solid;
	border-width:thin;
	border-color:#000033;
	padding:2px;
	
}




/* メイン部分デザイン用 */

h1,h2,h6{
	margin:0;
}

h4{
	margin-top:20px;
	text-align:left;
	line-height:1.5em;
}

h5{
	color:#ff0000;
	text-align:left;
	margin-top:10px;
	margin-left:20px;
	line-height:1.0em;
	font-size:100%;
}

p{
	color:#000000;
	font-size:small;
	width:550px;
	text-align:left;
	line-height:1.5;
	margin-top:20px;
}

li{
	text-align:left;
	color:#000000;
	font-size:small;
	line-height:1.5em;
}

.main{
	float:left;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	width:auto;
}
.w3c{
	text-align:left;
	float:left;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
	margin-left:auto;
}

.center{
	text-align:center;
}

.left{
	float:left;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:10px;
	margin-left:5px;
}
.right{
	width:250px;
	margin:0px;
}
.omitop{
	float:left;
	margin-top:25px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left:0px;
	
}



.left_ul{
	color:#000000;
	font-size:medium;
	list-style-type:none;
}

.bold{
	font-weight:bold;
	font-size:110%;
}
.indent{
	text-indent:16px;
	margin-left:18px;
	}
.indent_op{
	color:#ff0000;
	text-indent:16px;
	margin-left:18px;
	}

.office{
	margin:0px;
	float:left;
	width:550px;
}	

.nintei{
	width:270px;
	margin-left:250px;
}

.map{
	width:400px;
	margin-left:100px;

}

div span{
	color:#ff0000;
}
.color1{color:#000000;

}



/*ブログページデザイン用 */
.iframe{
	margin-top:20px;
}

/*リンク部分デザイン用 */

a{
	color:#0000aa;
	background-color:transparent;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#cc3333;
	background-color:transparent;
	text-decoration:underline;
}



/*テーブル部分デザイン用 */

table{
	border-style:solid;
	border-width:0px;
	width:600px;
	text-align:center;
	margin-top:40px;
	margin-right:auto;
	margin-left:auto;
}
caption{
	font-weight:bold;
}
th{
	color:#000000;
	background-color:#cccccc;
	border-right:solid 2px #666666;
	border-bottom:solid 2px #666666;
	padding:5px;
	width:25%;
	text-align:left;
}
td{
	text-align:left;
	border-right:solid 1px #666666;
	border-bottom:solid 1px #666666;
	padding:5px;
}
.center{
	text-align:center;
}
.table1{
	border-style:none;
}

/* 右側ＢＯＸ部分デザイン用 */

#sub {
	float:right;
	width:210px;
}

#pageTop {
	clear:both;
}

#footMenu {
	float:left;
	width:850px;
	margin-top:10px;
}

#footer {
	clear:both;
	width:850px;
}



/* サブコンテンツ（右のＢＯＸ）部分 */
#sub .section {
	margin-top:15px;
	margin-bottom:10px;
}

#sub h2 {
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#ffffff;
}

#sub h3 {
	padding:5px;
	font-size:13px;
	font-weight:bold;
	background:#efebef;
}

#sub ul {
	margin:0;
	padding:0;
	border:1px solid #efebef;
}

#sub li {
	font-size:small;
	padding:5px;
	line-height:1.8;
	list-style:none;
	border-bottom:1px solid #e7e7ef;
}

#sub li a {
	display:block;
	padding:5px 5px 5px 15px;
	background:url("../images/bg_arrow.gif") 5px 50% no-repeat;
}

#sub li a:hover {
	display:block;
	color:#333;
	background:#efebef url("../images/bg_arrow.gif") 5px 50% no-repeat;
	text-decoration:none;
}




/* ページトップへ戻る */
#pageTop {	
	text-align:right;
	font-size:13px;
}

#pageTop a {
	padding:0 0 0 12px;
	background:url("../images/bg_pagetop.gif") 0 50% no-repeat;
}




/* フッター部分デザイン用 */
#footMenu ul {
	margin:5px 0;
	padding:20px 0;
	text-align:center;
	border-top:1px solid #ddd;
}

#footMenu li {
	font-size:small;
	display:inline;
	margin:0 0 0 20px;
	list-style:none;
}

#footMenu li a:hover {
	color:#666;
	text-decoration:underline;
}


/* フッター部分コピーライト */
.copyright {
	font-style:normal;
	font-size:15px;
	color:#999;
	line-height:3.0;
	text-align:center;
}


/*パートナー企業*/

#kigyou{

	
}

#slideshow {
   position: relative;
   width:  600px; /* 画像の横幅に合わせて記述 */
   height: 200px; /* 画像の高さに合わせて記述 */
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 7;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 9;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 8;
}




/*ブログ更新情報のＢＯＸ*/

.scr {
  overflow: scroll;   /* スクロール表示（ブログ編：高さ300ｐｘ） */ 
  width: 590px;
  height: 300px;
  background-color: #ffffff;
}

.scr1 {
  overflow: scroll;   /* スクロール表示(動画編：高さ150ｐｘ） */ 
  width: 590px;
  height: 150px;
  background-color: #ffffff;
}



