body{
	behavior: url("assets/js/csshover2.htc");
}
html, body, form, fieldset {
    margin: 0;
    padding: 0;
    /*20080912font: normal 90.01%/1.5em ;'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;}*/
    font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;}
html { font-size: 62.5%; } /* 1em = 10px */
html { font-size: 86%; } /* override it ... go bigger */


/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0; }

html {
	height: 100%;
	margin-bottom: 1px;
	}

body{
	/*20080912font: 0.8125em; 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;  他ＯＳ対応 本文のフォント*/
    font-family:
	'メイリオ',
	'Meiryo',
	'Hiragino Kaku Gothic Pro',
	'ヒラギノ角ゴ Pro W3',
	'Osaka',
	'ＭＳ Ｐゴシック',
	sans-serif;
	color: #222;
	background-image: url("images/bg.jpg") ;
	color:#4c4c4c;
	}

/* Headers and Paragraphs:
------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
	letter-spacing: -1px;
    line-height: 1.5em;
    color: #26508C;
    padding-bottom: 3px;
	margin: 10px 0 5px 0;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
	margin: 5px 0 3px 0;
}

h1 { font-size: 218%; }
h2 { font-size: 164%; } 
h3 { font-size: 145%; }
h4 { font-size: 118%; }
h5 { font-size: 100%; }
h6 { font-size: 86%; }
p {	margin: 10px 0 20px 0;}
xli {
	list-style: none;
	}

/* Layout
------------------------------------- */
#container {/*本文*/
	width: 985px; 
	margin: 0 auto;
	margin-top: 10px;
	background:#000;
	}
#container p.topagetop {
	clear:both;
	text-align:right;
	padding:1em;
}
/* header & logo */
#header {
	height: 100px; 
	/*background-image:url("images/header-bg5.jpg");*/
	background:#000;
	margin-bottom:5px; 
	/*border: 1px solid #fff; */
	/*border-top: 1px solid #fff;*/ 
	/*border-left: 1px solid #fff; */
	/*border-right: 1px solid #fff; */
	/*border-bottom: 1px solid #fff;*/ 
	padding-left:10px;
	font-size:80%;
	}
.navbar {
	line-height:0;
	white-space:nowrap ;/*IE hack*/ 
	float:left;
	width:983px;
	border: 1px solid #fff;
	background-color:#323232;
	/*20080912margin-bottom:5px;　*/
} 
/********************/
/*  NAVIGATION BAR  */
/********************/
/* MAIN MENU */
.navbar ul {
	/*font-size:100%;*/
	list-style-type:none;
}
.navbar ul li {
	float:left;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/; 
	border-right:solid 1px #fff; 
}
/*メニューバーの書式*/   
.navbar ul li a {
	float:none !important /*Non-IE6*/; 
	float:left /*IE-6*/; 
	display:block; 
	height:3.1em;      
	line-height:3.1em; 
	padding:0 16px 0 16px; 
	text-decoration:none; 
	font-weight:normal ;
	color: #fff ;
} 
.navbar ul li ul {
	display:none; 
	border:none;
}

/*Non-IE6 hovering*/
/*上にある　下位のメニューをだす位置*/
.navbar ul li:hover {
	position:relative;
} /*Sylvain IE hack*/
.navbar ul li:hover a {
	color:#C00;  
	background-color:#5c5c5c;
	text-decoration:none;
	} 

/*上にある　下位のメニューをだすかださないか*/
.navbar ul li:hover ul {
	display:block; 
	width:10.0em; 
	position:absolute; 
	z-index:999; 
	top:3.0em; 
	margin-top:0.1em; 
	left:0;
}
/*Activeでないメニューの下位のメニュー２*/	
.navbar li ul li ul{
	width:12.0em; 
	/*font-size:100%;*/
	position: absolute;
	left: -999em;
	background-color:#999999;
	border-left:solid 1px #fff; /*上の線はli liで設定*/
	/*border-right:solid 1px #fff; #nav liで設定しているので不要*/
	border-bottom:solid 1px #fff;
	height:auto;
	font-weight:bold;
	margin-left:11.0em; 
	margin-top:-2.5em;
}
/*上にある　下位のメニューの形式*/
.navbar ul li:hover ul li a {
	white-space:normal; 
	display:block; 
	width:10.0em; 
	height:auto; 
	line-height:1.3em; 
	margin-left:-1px; 
	padding:4px 16px 4px 16px; 
	border-left:solid 1px #fff;      
	border-bottom: solid 1px #fff;  
	background-color:#5c5c5c;          
	font-weight:normal; 
	color:#000;
} 
.navbar ul li:hover ul li a:hover {
	color:#f00; 
	background-color:#d4d4c8;
	text-decoration:none;
} 

/*IE6 hovering*/
.navbar table {
	position:absolute; 
	top:0; 
	left:-1px; 
	border-collapse:collapse;
}
/*上にある　*/
.navbar ul li a:hover {
	position:relative /*Sylvain IE hack*/; 
	z-index:1000 /*Sylvain IE hack*/; 
	background-color:#5c5c5c; 
	text-decoration:none;
} 
.navbar ul li a:hover ul {
	display:block; 
	width:10.0em; 
	position:absolute; 
	z-index:999; 
	top:3.1em; t\op:3.0em; 
	left:0; marg\in-top:0.1em;
}
.navbar ul li a:hover ul li a {
	white-space:normal; 
	display:block; w\idth:10.0em; 
	height:1px; 
	line-height:1.3em; 
	padding:4px 16px 4px 16px; 
	border-left:solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color:#5c5c5c;
	font-weight:normal; 
	color:#000; 
} 
.navbar ul li a:hover ul li a:hover {
	color:#C00;  
	background-color:#d4d4c8; 
	text-decoration:none;
} 


/*activeの時に色で囲む */
.navbar li.active {
	background-color:#000000; 
}

.navbar li.active a{
	color:#FFF;
	background-color:#000000; 
}

.navbar li a{
    display: block;
}

.navbar li ul {
     display: none;
}

.navbar li ul li {
     float: none;
}

.navbar li ul li ul {
     position: absolute;
     left: 150px;
}

.navbar li:hover > ul {
     display: block;
}
.navbar li.sfhover ul {
     display: block;
}


.navbar li:hover ul li a,
.navbar li:hover ul li:hover ul li a,
.navbar li:hover ul li:hover ul li:hover ul li a {
}

.navbar li:hover ul li a:hover,
.navbar li:hover ul li:hover a,
.navbar li:hover ul li:hover ul li a:hover,
.navbar li:hover ul li:hover ul li:hover a,
.navbar li:hover ul li:hover ul li:hover ul li a:hover,
.navbar li:hover ul li:hover ul li:hover ul li:hover a {
}

#logo h1 a {
	display: block;
	width: 300px;
	background: transparent;
	margin: 0;
	padding: 20px 0 0 40px;
	text-decoration: none;
    	color: #fff;
    	font-size: 1.5em;
    	letter-spacing: 1px;
	}

#logo h1 a:visited, #logo h1 {
	margin: 0;
	padding: 5px; 
	}
	
#logo h3 {
    	margin: 15px 0 0 40px;
    	letter-spacing: 1.5px;
    	color: #fff;
}
/*記事検索*/
#logo h3.sectionheading {/*ここは結局表示はやめた*/
	/*display: block;*/
	height: 1.3em;
	margin: 0;
	padding-top: 2px;
	padding-left: 650px;
	font-size: 100%;
	font-weight:lighter; 
	}
#lognegai h2{
	position:absolute;
	padding-left: 600px; 
	width:436px;　
	font-size: 150%;
	font-weight:lighter; 
	padding-top: 3px;
	top:60px; 
    	color: #fff;
}
td{
	}
input {
	padding:0px; 
    	color: #000;
}
#frmsearchselectbutton{
	height:20px;
        margin-left: 100px;
}
select, form {
    	color: #000; /*ラジオボタン*/
	}
#ajaxSearch_form{
	margin-bottom:-15px; 
}
#ajaxSearch_input {
	margin-right:12px; 
	width: 90%;
	height: 14px;
	/*display:none;*/
}
#ajaxSearch_submit {
	margin-right:120px; 
	margin-bottom:0px; 
	height:20px; 
	display:none;
}

#ajaxSearch_form fieldset {
  border: none;
  text-align: center;
}
#topgoogleads {
	margin-left:100px;	
}
/*メニューバー〜パンくずの下*/	
#content-wrapper {
	height: 100%;
	padding:0 8px 0 8px;
	}
/* THE BREADBAR LINK STYLES */
.ct {         /*パンくず*/
	height:30px; 
	width:967px; 
	margin-left:8px;	
	background:#808080;
	border: 1px solid #fff; 
	clear:none; 
	overflow:hidden; 
	text-indent:18px;  
}
.ct a, .ct span /*パンくずの文字形態*/
{
	font-size:100% ;
	vertical-align:middle;
	line-height:30px;
	color:#fff;
}

	
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

/* Left Column
------------------------------------- */

#leftcol{/*左文*/
	width: 152px; 
	background-image: url("images/bg.jpg") ;
	padding:0px 1px 10px 1px;
	float: left;
	cursor: default;
	border: 1px solid #fff; 
	font-size:90%;
	}

.sectiondiv {
	padding-bottom: 10px;
	background: transparent url(images/section-border-bg.jpg) no-repeat left bottom;
	}

#leftcol h3.sectionheading, #leftcol h2 {
	display: block;
	height: 1.3em;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 218%;
	}

/* Right Column
------------------------------------- */

#rightcol {
	width: 182px; 
	float: right;
	background-image: url("images/bg.jpg") ;
	border: 1px solid #fff; 
	padding-left:0px;
	font-size:100%;
}
    
/* Right Column */
#breadcrumb {
	color: #26508C;
	font-weight: bold;
	font-size: 80%;
	background: transparent;
	padding: 10px 0 5px 0;
	line-height: 1.6em;
	font-size: 10px;
	}

#author-link, .author-link {
	padding: 0 0 5px 0;
	font-size: 90%;
	font-weight: bold;
	color: #999;
	}

#author-link a:link , #author-link a:visited, .author-link a:link, .author-link a:visited, #breadcrumb a:link, #breadcrumb a:visited {
	border-bottom: 1px solid #5E7EAA;
	text-decoration: none;
	font-weight: bold;
	color: #5E7EAA;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	}

#author-link a:hover, .author-link a:hover, #breadcrumb a:hover {
	border-bottom: 2px solid #26508C;
	text-decoration: none;
	color: #26508C;
	}
/*真ん中*/
#centercolsidebar-wrapper {
	width: 596px; 
	margin: 0 5px 0 5px;	
	float: left;
	line-height: 1.6em;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("images/bg.jpg") ;
	border: 1px solid #fff; 
}
/*中文*/
#centercol {
	}
#centercol a:hover{
	color: #C00;
	text-decoration: none;
	border-bottom: 2px solid #26508C;
	}

/* ・xxxx　*/
#centercol ul{
	padding-left:30px;
}
#centercol ol{
	padding-left:30px;
}
#leftcol a:hover{
	color: #C00;
	text-decoration: none;
	border-bottom: 2px solid #26508C;
	}
/*leftサイドメニュー menu*/
#leftcol ul{
	padding-left:8px;
}
#leftcol ol{
	padding-left:8px;
}

/* Content Text */
#content {
	font-size: 130%;/*140.01%;*/ 
	}
#content a:hover{
	color: #C00;
	text-decoration: none;
	border-bottom: 2px solid #26508C;
	}
/* タイトル日付*/
.post  small{
	font-size: 100%;  
	color: #FF00FF; 

	}
/*Ｘ月のアーカイブ*/
#content h2.pagetitle {
	font-size: 140.01%;  
	border-top:solid 1px rgb(015,015,015); 
	}
/*Ｘ月のアーカイブ*/
#content .alignleft {/*前ページへ*/
	font-size: 80.01%;  
	}
#content .alignright{/*次ページへ*/
	font-size: 80.01%;  
	}
/*検索*/
#content .alignleft-search{/*前ページへ*/
	font-size: 140.01%;  
	}
#content .alignright-search{/*次ページへ*/
	font-size: 140.01%;  
	}

/* post 投稿記事*/
.center-widget-title {
	color:#000000;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:100%;
	font-weight: bold;
	padding:5px 0px 0px 5px;
}

.center-widget {
	background-color:#FFFFFF; 
	border-width: 1px;
	border-style:solid;
	padding:1em;
	margin-bottom:5px;
	/*20080912font-size: 70%;*/  
	font-weight:normal;
}
a.post-title{
	background-image: url("images/heading2.png");  
	}
a.post-title{
	color: #0000FF; 
	}
.post-title{
	font-size:80%;
	}
.post-content{
	font-size:75%;
}
/*ブログ検索 タイトル*/
.post h3 {
	font-size:85%;
}
/*ブログ検索 日付*/
.post small {
	font-size:85%;
}
/*ブログ検索 コメント／トラックバック*/
.postmetadata{
	font-size:70%;
}
/*ブログのコメント*/
.comments_template{
	font-size:80%;
}
/*ブログの検索の前次*/
.navigation-search{
	font-size:60%;
}
/*ブログサイドマップ*/
.ddsg-wrapper{
	font-size:75%;
}
.center-nonblog {
	background-color:#FFFFFF; 
	border-width: 1px;
	border-style:solid;
	padding:1em;
	margin-bottom:5px;
	font-size: 110.01%;  
	font-weight:normal;
}
.center-nonblog h6  {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	border-left-width: 12px;
	border-left-color: #00007f;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-left-style: solid;
	margin-left: 10px;
	color: #00007f;
	line-height: 150%;
}

#content ol{
	list-style-type: decimal;
	padding-left: 30px;
}
#content a:link, #author-bio a, #author-bio a:link, .recent-article-link a, .recent-article-link a:link {
	/*color: #060;*/   
	padding: 1px;
	text-decoration: none;
	}

#content a:hover, #author-bio a:hover, .recent-article-link a:hover {
	color: #C00;
	text-decoration: none;
	border-bottom: 2px solid #26508C;
	}
#content-sidebar {
	width: 170px;
	/*float: right;*/
	padding-right: 0px;
	padding-left: 0px;
	cursor: default;
	margin:0 0 .2em 5px; 
	}
#content-sidebar li{
	margin:0 0 .2em 5px; 
}

/* Adds background image to the center widget title */
.center-widget-title {
	background-image:url("images/center-widget-title.png");
background-repeat:repeat-x;
}

/* Adds background image to the right widget title */
.left-widget-title {
	background-image:url("images/left-right-widget-title5.png");
	background-repeat:repeat-x;
}
.left-widget-title {
	color:#000000;
	background-color:#293F5E;
	border-color:#293F5E;
	width:144px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:0px 0px 0px 5px;
}

.left-widget {
	border-color:#293F5E;
	width:144px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px 0px 5px 5px;
	margin-bottom:5px;
}
/*sub menu*/
.left-widget-m {
	border-color:#293F5E;
	width:141px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:3px 0px 5px 8px;
	margin-top:-6px;
	margin-bottom:5px;
}
/*sub menu*/
.left-widget-m-m {
	border-color:#293F5E;
	width:141px;
	border-width:0px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#FFFFFF;
	padding:0px 0px 5px 8px;
	margin-top:-6px;
	margin-bottom:5px;
}

/* Adds background image to the right widget title */
.right-widget-title {
	background-image:url("images/left-right-widget-title5.png");
	background-repeat:repeat-x;
}
.right-widget-title {
	color:#000000;
	background-color:#293F5E;
	border-color:#293F5E;
	width:160px;
	border-width:1px 1px 0px 1px;
	border-style:solid;
	font-size:9pt;
	font-weight: bold;
	padding:0px 5px 0px 5px;
}

.right-widget {
	border-color:#293F5E ;
	width:160px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	color:#000000;
	background-color:#ffffff;
	padding:5px;
	margin-bottom:5px;
}

#wp-calendar {
	font-size: 100%;
}
/* ・ */
.left-widget ul  {
	list-style:none; 
    	padding-left: 0px;
}
.right-widget .blogli{
	list-style:none; 
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 18px;
	background-color: transparent;
	background-image: url("images/blog_itiran1.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
.right-widget .cat-item{
	list-style:none; 
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 18px;
	background-color: transparent;
	background-image: url("images/cat.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin-left:-10px;
}
.right-widget .comment_date{
	list-style:none; 
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 18px;
	background-color: transparent;
	background-image: url("images/comments.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin-left:-10px;
}
.right-widget .kako{
	list-style:none; 
	padding-top: 2px;
	padding-right: 0pt;
	padding-bottom: 2px;
	padding-left: 18px;
	background-color: transparent;
	background-image: url("images/documents.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin-left:-10px;
}
.left-widget-m-m .comprev{
	color:red;
}
.left-widget-m-m .submenu_button{
	list-style-type:disc; 
	padding-top: 2px;
	padding-right: 0pt;
	padding-left: 0px;
	margin-left:0px;
	height: auto;
	width:auto;
	/*background-color: transparent;*/
	background-color: #ebebeb;
}
.left-widget-m-m .submenuprev{
	list-style-type:none; 
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: transparent;
	background-image: url("images/submenu-arrow.png");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin-left:40px;
	float:left;
}
.left-widget-m-m .submenu_li_top{
	list-style-type:none; 
}
.left-widget ul, .right-widget ul {
	list-style-type:none;
	padding-left:10px;
	margin-top:0px;
	margin-left:0px;
}

/* ブログSearch input */
input#s {
	display:none;
	width:96%; /*90%*/
	margin-left:-10px;
}
/*ブログ　検索ボタン*/
#searchsubmit {
	display:none;
	padding:0px;
	margin-left:-9px; 
	margin-bottom:0px; 
	height:20px; 
}
#content-sidebar a, #content-sidebar a:link{
	text-decoration: none;
	font-size: 100%; 
	}

#content-sidebar a:hover {
	text-decoration: none;
	color: #C00;
	text-decoration: none;
	border-bottom: 2px solid #26508C;
	}

/* Footer */
#footer {
	width: 960px;
	border: 1px solid #000000;
	margin: 0 auto;
	padding: 5px 10px 10px 10px;
	text-align: center;
	}

#footer p {
	margin:10px;
}

/* Page tools */

#page-tools {
	text-align: right;
	}
	
/* category pages */

#cat-desc {
	padding-bottom: 5px;
	font-size: 120%;
	color: #5E7EAA;
	}

/* NewsListing template */

.ditto_link {
	margin-bottom: 1px;
	margin-top: -10px;
	text-align: right;
	}

#content .summaryPost {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 10px;
	line-height: 1.2em;
	}

#content .summaryPost p {
	margin: 10px 0 5px 0;
	}

#content .summaryPost h3 {
	margin-bottom: 10px;
	}

#content .summaryPost h3 a,
#content .summaryPost h3 a:link,
#content .summaryPost h3 a:visited {
	color: #26508C;
	text-decoration: none;
	padding-right: 1px;
	border-bottom: 1px solid #26508C;
	}

#content .summaryPost h3 a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #26508C;
	}

#content .summaryPost a,
#content .summaryPost a:link,
#content .summaryPost a:visited {
	color: #26508C;
	padding: 0;
	text-decoration: none;
	}

#content .summaryPost a:hover, #content .summaryPost .author-link a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #26508C;
	}

#content .summaryPost .author-link:hover {
	color: #333;
	}

#content .summaryPost .author-link a {
	color: #999;
	border-bottom: 1px solid #666;
	}


/* Ditto Pagination */

#ditto-page-nav {
	color: #26508C;
	margin: 5px;
	padding-top: 10px;
	text-align: right;
	}

#ditto_currentpage {
	padding: 2px 4px;
	border: 1px solid #999;
	color: #999;
	text-decoration: none;
	margin: 2px;
	}
		
.dittoPrevious a:link,
.dittoPrevious a:visited,
.dittoNext a:link,
.dittoNext a:visited,
.dittoPage a:link,
.dittoPage a:visited {
	padding: 2px 4px;
	border: 1px solid #7993B8;
	color: #26508C;
	text-decoration: none;
	margin: 2px;
	}

.dittoPrevious a:hover,
.dittoNext a:hover,
.dittoPage a:hover {
	padding: 2px 4px;
	border: 1px solid #26508C;
	color: #fff;
	background: #26508C;
	}

/* Code blocks */
code {
	font: 12px/2em "Courier New", Courier, monospace;
	color: #333;
	background: #fafafa;
	/*border-left: 2px solid #5E7EAA;*/
	border: 1px solid #5E7EAA;
	display: block;
	padding-left: 10px;
	overflow: auto;
	white-space: pre;
	width:490px;
	}
code brx {
	display: none;
}

/* Misc stuff
-------------------*/
.recent-article-link {
	padding-left: 5px;
	padding-right: 2px;
	}
.recent-article-link li {
	margin: 0 0 10px 0;
	padding: 0;
	}

/* ads */
#footer-leaderboard {
	margin-top: 20px;
	}
#content-bottom-banner {
	margin-bottom: 10px;
	}
.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 */
/* IE Hack - End */
/*テーブル追加*/
pre.com {
	font-family: monospace;
	font-size: 0.9em; 
	margin-top: -18px;
	margin-bottom: -10px;
	margin-right: 0px;
	padding: .5em;
        line-height: 1.2;
        border: 1px solid;
        overflow: auto;
	width:555px;
	background: #ffffee;
	border-color: #000000;
	}
pre.jit { 
	font-family: monospace;
	font-size: 0.9em; 
	margin-top: -18px;
	margin-bottom: -10px;
	margin-right: 0px;
	padding: .5em ;
        line-height: 1.2;
        border: 1px solid;
        overflow: auto;
	width:555px;
	/*background: #f0f8ff;*/ 
	background: #fafafa;
	border-color: #000000;
	}
pre.com2 {
	font-family: monospace;
	font-size: 1.0em; 
	margin-top: -18px;
	margin-bottom: -10px;
	margin-right: 0px;
	padding: .5em;
        line-height: 1.2;
        border: 1px solid;
        overflow: auto;
	width:515px;
	background: #ffffee;
	border-color: #000000;
	}
pre.jit2 { 
	font-family: monospace;
	font-size: 1.0em; 
	margin-top: -18px;
	margin-bottom: -10px;
	margin-right: 0px;
	padding: .5em;
        line-height: 1.2;
        border: 1px solid;
        overflow: auto;
	width:515px;
	/*background: #f0f8ff;*/ 
	background: #fafafa;
	border-color: #000000;
	}
pre.com3 {
	font-family: monospace;
	font-size: 1.0em; 
	margin-top: -18px;
	margin-bottom: -10px;
	margin-right: 0px;
	padding: .5em;
        line-height: 1.2;
        border: 1px solid;
        overflow: auto;
	width:490px;
	background: #ffffee;
	border-color: #000000;
	}
pre.jit3 { 
	font-family: monospace;
	font-size: 1.0em; 
	margin-top: -18px;
	margin-bottom: -10px;
	margin-right: 0px;
	padding: .5em;
        line-height: 1.2;
        border: 1px solid;
        overflow: auto;
	width:490px;
	/*background: #f0f8ff;*/ 
	background: #fafafa;
	border-color: #000000;
	}
pre.midasi1 {
	/*font-family: monospace;*/
        overflow: auto;
        padding: .5em .5em .5em .2em;
        line-height: 1.5;
  	background: #ebebeb;
	border: 1px solid #ccc;
	margin-top: -10px;
	margin-bottom: -10px;
	font-weight: bold;
	color: #000000;
	font-size: 110%;
	}
/*検索highlight*/
span.ajaxSearch_highlight{
background-color:#f6f;/*ff0;*/
color:#333;
font-style:italic;
}
#searchClose {
	margin-left:100px;
	margin-top:-20px;
	margin-bottom:20px;
	}

#ajaxSearch_output {
	font-size: 90%;
	background-color: #ffffff;
	border: 1px solid #000000;
	color: black;
	width: 500px;
	z-index: 1;
	padding: 5px;
	margin: 5px 0 15px 150px;
    position: absolute;
/*    -moz-opacity:0.99 !important;*/
/*    opacity:0.99 !important; */
/*    filter: alpha(opacity=99) !important;*/
}

.ajaxSearch_paging {
display: block;
margin: 5px 0 10px;
}
.AS_ajax_result {
  color: #444;
  margin-bottom: 3px;
}
.AS_ajax_resultLink {
  text-decoration: underline;
}
.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 2px;
}
.AS_ajax_resultsIntroFailure{
  padding: 3px;
}
.AS_intro { display: none;}

.AS_ajax_resultImage img{
  margin:10px 140px 20px 140px;
}
.ajaxSearch_resultImage img{
  margin:10px 20px 20px 20px;
}

#ajaxSearch_output a:hover{
	color :#0000ff;
	border-bottom-color: #000;
	 }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}

.otherwindow {
	float: right;
}

.otherwindowwordpress {
	float: right;
	font-size: 70%;
}

