/* AiSolutions HP Layout CSS */
/* lastmodified: 2008/01/24 */


/* 共通*/

#clear {
	clear:both;
}
body {
	margin-top: 0px;
	margin-right: 0px;
}

/*レイアウト全体*/

div#Layer1 {
	width:900px;
	height:100%;
	font-size: 10pt;

	margin-right: auto;

	margin-left: auto;
	border-right-width: 1px;
	
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	background-color: #FFFFFF;
	bottom: auto;
}

/*レイアウトヘッダー*/
div#Layer2 {
	left:10px;
	width:895px;
	height:16px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
}
div#Layer3 {
	left:13px;
	top:34px;
	width:310px;
	float: left;
	background-color: #FFFFFF;
	height: 80px;

}
div#eng {
	float: left;
	margin-top: 50px;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	
}
div#eng a {
	color: #666666;
	text-decoration: none;
	}


div#google {
	margin-top: 15px;
	float: right;
}

#Layer4 {
	float: left;
	width:590px;
	height:80px;
	background-color: #FFFFFF;
}

/*レイアウトdivコンテンツ*/
div#left {
	height: auto;
	width: 670px;
	float: left;
	margin-top:5px;
	margin-left: 5px;
	padding-left: 3px;
}

div#right_top {
	float: left;
	height:500px;
	margin-top:20px;
	width:180px;
	margin-left: 5px;
}



div#right {
	float: left;
	height:500px;
	margin-top:5px;
	width:180px;
	margin-right: 10px;
	margin-left: 10px;
}

/*レイアウトdivフッター*/

div#fotter {
	clear: both;
	background-color: #FFFFFF;
	width: 900px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../image/footer_bar.gif);
	background-repeat: repeat-x;
	color: #000000;
	padding-top: 12px;
}
div#bottom_bar {
 background-color: #EFEFEF;
 clear: both;
 width: 900px;
 height: 60px;
 padding-top: 10px;
 margin-bottom:0px;
}
   ul#bottom_link2 {   
      clear:both;
    }
 

    #bottom_link1 li,#bottom_link2 li {

	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 5px;
	margin-right: 5px;
	border-left-style: none;
   }
　　　
li#f,li#f2{
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #666666;
 margin-left:5px;
 padding-left:5px;
}　
/*ここまで共通*/


/*TOPページレイアウト*/

div#flash {
	background-color: #333333;
	height: 150px;
	width: 100%;
}
#CollapsiblePanelGroup1{
	width:280px;
	float:left;
	margin-right: 5px;
	margin-left: 5px;
	margin-top:5px;
 }

/*タイトルロゴ表示*/

span.titlelogo a{
	height: 80px;
	width:300px;
	border-width:0;
	}

img{border-width:0;}

/*グローバルナビゲーション*/

ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 900px; /* 必ずwidthの設定をしてください */
}

ul#globalNavi:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

ul#globalNavi li {
	margin: 0;
	padding: 0;
	float: left;
	width: 90px; /* ボタンの幅 */
	line-height: 1;
	list-style-type: none;
}

#gl_m a,#gl_m1 a,#gl_m2 a,#gl_m3 a,#gl_m4 a,#gl_m5 a,#gl_m6 a,#gl_m7 a{
	/*ボタンの厚みはここで調整余白調整*/
display: block;
	position: relative;
	/*IE6でマウス反応領域がおかしいのをFix*/
font-size: 12px;
	color: #333;
	text-align: center;
	text-decoration: none;
	background-image:url('../image/menu_b1.gif');
	background-repeat:no-repeat;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}

#last a {
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
 /*ボタンの厚みはここで調整余白調整*/
display: block;
 position: relative;
 /*IE6でマウス反応領域がおかしいのをFix*/
font-size: 12px;
 color: #333;
 text-align: center;
 text-decoration: none;
 background-image:url('../image/menu_b1.gif');
 background-repeat:no-repeat;
}

#gl_m  a:hover {
 color:#FF3300;
 background-image:url('../image/menu_b2.gif');
 background-repeat:no-repeat;
}

#last  a:hover {
 color:#FF3300;
 background-image:url('../image/menu_b2.gif');
 background-repeat:no-repeat;
}

#gl_m a:hover,#gl_m1 a:hover,#gl_m2 a:hover,#gl_m3 a:hover,#gl_m4 a:hover,#gl_m5 a:hover,#gl_m6 a:hover,#gl_m7 a:hover {
 color:#FF3300;
 background-image:url('../image/menu_b2.gif');
 background-repeat:no-repeat;
}

/*グローバルナビゲーション終わり*/

#index_right{
width: 600px;
	float: left;
}



/*メニューバーレイアウト*/

#M2 {
	background-color: #FFFFFF;
	height: 50px;
	width: 600px;
	
}

/*メニューバーCSS＠IMPORTSpryMenuBarHorizontal.css*/
/*メニューバー終わり*/


/*メニューリンクCSS＠IMPORTSpryCollapsiblePanel.css*/
/*メニューリンク終わり*/


/*ニュース・更新情報*/

#news_bar {
	float: left;
	width: 360px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
	#news_bar #newstitle1,#news_bar #newstitle2,#news_bar #newstitle3 {
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px;
	font-weight: bold;
	font-size: 12pt;
	}

#event_info{
	height: auto;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	padding-right: 2px;
	padding-left: 2px;
	}
  #event_info dd {
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 9pt;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FF6666;
	line-height: 150%;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	left: 0px;
	padding-top: 0px;
	top: 0px;
	width: 350px;
  }
    #event_info dd a {
		    text-decoration: none;
	     }


#newstable {
	height: 350px;
	width: 350px;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	overflow:scroll;
	padding: 2px;

}
  #newstable dd {
    	font-family: "ＭＳ Ｐゴシック", Osaka;
    	font-size: 9pt;
    	border-bottom-width: thin;
    	border-bottom-style: dotted;
    	border-bottom-color: #999999;
    	line-height: 150%;
    	list-style-type: none;
    	padding-left: 0px;
    	margin-left: 0px;
    	left: 0px;
    	padding-top: 0px;
    	top: 0px;
    }
      #newstable dd a {
      	text-decoration: none;
      }
#cont {
	clear: both;
	height: auto;
	width: 100%;
	margin-left: 10px;
}
#right_topic {
	padding: 1px;
	height: auto;
	width: 183px;
	margin-top: 2px;
}
/*サブメニュー*/
.rtop, .rbottom{display:block; background: #FFF}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background-color: #FFCCCC;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}
.submenu ul {
	margin-left: 0px;
	padding-left: 0px;
}
.submenu li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(../image/list.gif);
	font-size: 10pt;
	margin-left: 2px;
	padding-left: 0px;
	font-weight: normal;
}
.submenu a {
	text-decoration: none;
	line-height: 1.3em;
	padding-left: 5px;
}
.submenu {
	background-color: #FFFFFF;
}

.r2top, .r2bottom{display:block; background: #FFF}
.r2top *, .r2bottom *{display: block; height: 1px; overflow: hidden; background-color: #BBBBBB;}
.submenu_top {
	background-image: url(../image/menu_back.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5em;
}
.submenu_bottom {
	background-image: url(../image/menu_bottom.gif);
	background-repeat: repeat-x;
}

/*サブメニュー終わり*/
h1#title {
	background-image: url(../image/title.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 650px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 14pt;
	margin-top:20px;
	
}
h2 {

	font-size: 14pt;

	
}
div#wmp_coment {
	background-color: #FFFFCC;
	padding: 2px;
	height: 33px;
	width: 400px;
	float: left;
	font-size: 9pt;
	margin-top: 10px;
}
div#wmplink {
	padding: 2px;
	float: left;
	width: 90px;
	background-color: #FFFFCC;
	height: 33px;
	margin-top: 10px;
	font-size: 9pt;
}
div#adblink {
	padding: 2px;
	float: left;
	background-color: #FFFFCC;
	height: 33px;
	margin-top: 10px;
	font-size: 9pt;
}
div#kikai {
	padding: 5px;
	height: auto;
	width: 300px;
	background-color: #CCFFFF;
	font-size: 9pt;
	line-height: 150%;
}
div#image1
{
	width: 50%;
	float: left;
	margin-left:4.5px;
	font-size:12px;
	padding: 3pｘ;
}
div#image2
{
	float: left;
}
.table_title
{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	color: #FFFFFF;
	background-color: #990000;
	height: 26px;
	padding-top: 7px;
	padding-left: 7px;




}
.table_line
{
	border: 1px solid #990000;
	padding-top: 5px;
}

ol#pankuzu_list li{
	display: inline;
}
li.crumb{
    list-style:none;
	background-image: url(../image/pankuzu.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
}

div#image1
{
	width: auto;
	float: left;
	text-align:center;
	margin-left:4.5px;
	font-size:12px;
	padding: 3px;
}

div#image1_2
{
	width: auto;
	float: left;
	text-align:center;
	margin-left:4.5px;
	font-size:12px;
	padding: 3px;
}

div#image1_3
{
	width: auto;
	float: left;
	text-align:center;
	margin-left:4.5px;
	font-size:12px;
	padding: 3px;
}
div#image1_4
{
	width: auto;
	float: left;
	text-align:center;
	margin-left:4.5px;
	font-size:12px;
	padding: 3px;
}
div#image1_5
{
	width: auto;
	float: left;
	text-align:center;
	margin-left:4.5px;
	font-size:12px;
	padding: 3px;
}
div#image1_6
{
	width: auto;
	float: left;
	text-align:center;
	margin-left:4.5px;
	font-size:12px;
	padding: 3px;
}
.pan-list-inline {
	padding:0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.pan-list-inline li {
  display:inline;
  margin:0px; padding:0px 0px 0px 18px;
  list-style-type:none;
  background-image:url(../image/pankuzu.gif);
  background-repeat:no-repeat;
}
.pan-list-inline li a {
	text-decoration: none;
}
.pan-list-inline li.home {
  display:inline;
  margin:0px; padding:0px;
  list-style-type:none;
 background-image:url(no.gif);
}
h5{
	width: 80%;
	border-bottom-style: double;
	border-bottom-color: #666666;
	padding: 3px;
	margin-top: 3px;
}


div#index_cont {
	height: auto;
	width: 100%;
}
#left_f {
	float: left;
	width: 60%;
}
#right_f {
	float: right;
		width: 40%;
}
#edit5_logo {
	background-image: url(../product/edit5/Edit5_logo.gif);
	text-indent: -1000em;
	display: block;
	background-repeat: no-repeat;
	height: 110px;
	width: 270px;
}
#left_ff {
	float: left;
	width: 50%;

}
#right_ff {
	float: right;
		
}
#book {
	margin-right: 2px;
	margin-left: 2px;
	padding: 5px;
	border: 1px solid #009;
	font-size: 9pt;
}

.seri {
	background-color: #CFC;
	padding: 3px;
	font-weight: bold;
	width: 90%;
}
