@charset "Shift_JIS";

/* タグ */

body {
	color: #000;
	margin: 0em;
	padding: 0em;
	text-align: center;
	/* background: url("../900image/bg_line.gif") #fff; */
	background: #ccc;
}

h1 {
	margin: 0px;
	padding: 0px;
	float: left;
}

h1 img {
	border: none;
}

h2 {
	clear: both;
	color: #000;
	font-size: medium;
	width: 100%;
	background-image:  url(../900image/bg_subtitle.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom: 1px solid #000;
}

h2 img {
	margin-bottom: 2px;
}

h3 {
	font-size: larger;
	color: #036;
	width: 100%;
	background-image: url("../900image/bg_blackline.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0em 0em 0.5em;
}

a:link, a:visited {
/*	color: #033; */
	text-decoration: underline;

}

a:active, a:hover {
/*	color: #600; */
	text-decoration: underline;
}

.text-here {
	color: #009;
	background-color: #fff;
}


/* レイアウト */

.wrap {
	margin: 0em auto;
	padding: 0em;
	width:98%;
	border: 1px solid #000;
	background-color: #fff;
	background-image: url("../900image/bg_greengrid.gif");
	background-repeat: repeat-y;
	background-position: left top;
	text-align: left;
}

.right {
	text-align: right;
	float: right;
}

.clear {
	clear: both;
}


/* ヘッダ */

.startline {
	background-color: #c00;
}

.header {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #c00;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	background-color: #fff;
}

.header-photo {
	margin: 0px;
	padding: 0px;
	float: right;
	display: inline;
}

.navskip {
	float: left;
	margin-left: -1px;
	border: none;
	width: 1px;
	height: 1px;
}


/* サブナビゲーション */

#subnav {
	clear: both;
	background-color: #fc9;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#subnav ul {
	text-align: right;
	margin: 0px;
}

#subnav li {
	font-size: 80%;
	font-weight: bold;
	list-style-type: none;
	margin: 0.5em;
	line-height: 110%;
	display: inline;
}

#subnav a {
	color: #000;
	text-decoration: none;
}

#subnav a:visited {
	color: #000;
	text-decoration: none;
}

#subnav a:active {
	color: #c00;
	text-decoration: underline;
}

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


/* ナビゲーション */

#nav {
	clear: both;
	background-color: #c00;
	border-top: 3px solid #f60;
	width: 100%;
}

#nav ul {
	text-align: left;
	margin: 0px;
}

#nav li {
	font-size: 85%;
	font-weight: bold;
	list-style-type: none;
	margin: 0.8em 0em 0.8em 0.3em;
	line-height: 190%;
	display: inline;
	padding: 0.4em 0.3em 0.5em 0.5em;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:visited {
	color: #fff;
	text-decoration: none;
}

#nav a:active {
	color: #fc9;
	text-decoration: underline;
}

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

.home {
	visibility: hidden;
}


/* コンテンツ */

.contents {
	color: #000;
	font-size: 100%;
	line-height: 150%;
	width: 62%;
	float: right;
/*	margin:2em 1.5em; */
	margin: 0px 15px 20px 15px;
	padding: 0px;
}



/* ガイド */

.guidance {
	line-height: 150%;
	background-color: #ffe;
	border: 1px solid #999;
	width: 25%;
	float: left;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0.5em;
}

.guidance-menu {
	width: 25%;
}
.guidance.guidance-item {
	width: 100%;
}	


.guidance2 {
    height: 30px ;
	width: 25%;
	float: left;
	text-align: right;
	margin-left: 20px;
	padding: 0em;
}

/***
.guidance2 {
	line-height: 0%;
	background-color: black;
    vertical-align:text-top;
	
	line-height: 150%;
	width: 25%;
    height: 30px ;
	float: left;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0.5em;
}	
***/
.guidance3 {
	line-height: 150%;
	width: 25%;
	float: left;
	font-size: 90%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0.5em;
}	

.guidance h2 {
	font-size: larger;
	color: #036;
	width: 100%;
	background-image: url("");
	margin: 0em 0em 0.5em;
}

.menu {
	background-color: #F00;
	height: 100%;
}	

/* １段組 */

.single-column {
	width: 95%;
/*	margin: 2em auto; */
	margin: 2em 30px;
	color: #000;
	font-size: 100%;
	line-height: 150%;
}

.single-column h2 {
	color: #036;
}


/* フッタ */

#footer {
	clear: both;
	background-color: #ddd;
	width: 100%;
	padding-bottom: 0.2em;
}

#footer ul {
	text-align: right;
	margin: 0px;
}

#footer li {
	font-size: 80%;
	font-weight: bold;
	list-style-type: none;
	margin: 0.5em 0.2em 0.5em 0.6em;
	line-height: 140%;
	display: inline;
}

#footer a {
	color: #036;
	text-decoration: none;
}

#footer a:visited {
	color: #036;
	text-decoration: none;
}

#footer a:active {
	color: #c30;
	text-decoration: underline;
	padding-bottom: 2em;
}

#footer a:hover {
	color: #c30;
	text-decoration: underline;
}
#credit {
	background-color: #fff;
	border-bottom: 2px solid #000;
	text-align: right;
	width: 100%;
	font-size: 80%;
	margin-top: -1px;
}


/* ITC一覧表 */

table.l-itc {
    width: 100%;
	padding: 5px;
	table-layout: fixed;
}

td.small {
    width: 15%;
}

td.large {
    width: 85%;
}


/* トップページ コンテンツ */

.contents-top {
	color: #000;
	font-size: 100%;
	line-height: 150%;
	width: 57%;
	float: right;
/*	margin: 2em 1.5em; */
	margin: 0px 15px 1em 0;
	padding: 0px;
}

.contents-top li {
	list-style-type: square;
}

.figure-left-top {
	float: left;
	margin: 0 0.5em 1em 0;
	padding: 0;
	line-height:110%;
	font-size: 80%;
	width: 140px;
	text-align: left;
}

.figure-right-top {
	float: right;
	margin: 0 0 1em 0;
	padding: 0;
	line-height :110%;
	font-size: 80%;
	width: 250px;
	text-align: left;
}

.topicsarea-top {
	width: 730px;
	text-align: center;
}

.topics-top {
	float: left;
	width: 300px;
	margin:0 10px;
	text-align: left;
}

.event-top {
	float: left;
	width: 45%;
	margin-bottom: 1em;
}

.whatsnew-top {
	float: right;
	width: 45%;
	margin-bottom: 1em;
}


/* トップページ ガイド */

.guidance-top {
	line-height: 150%;
	background-color: #ffe;
	border: 1px solid #999;
	width: 30%;
	float: left;
	margin: 0px 0px 1em 20px;
	padding: 1em 0.5em;
	font-size: 90%;
}	

.guidance-top h2 {
	font-size: larger;
	color: #036;
	width: 100%;
	background-image: url("");
	margin: 0em 0em 0.5em;
}


/* 支援機器・ソフト一覧表 */

table.setsubi {
    width: 100%;
	border-collapse: collapse;
	border: 1px solid #999;
	magin: 2em auto
}

td.bf  {
    border: 1px solid #999;
	padding: 0.2em 0.5em ;
}

td.bf01 {
    border: 1px solid #999;
	padding:  0.2em 0.5em ;
	text-align: right;
}

th.be {
    background-color: #fff5ee;
	padding:  0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 100;
}

th.be00 {
    background-color: #fff5ee;
	width: 10%;
	padding: 0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 100;
}

th.be01 {
    background-color: #fff5ee;
	width: 12%;
	padding:  0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 100;
}

th.be02 {
    background-color: #fff5ee;
	width: 14%;
	padding:  0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight :100;
}

th.be03 {
   	background-color: #fff5ee;
	width: 15%;
	padding:  0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 100;
}

th.be04 {
    background-color: #fff5ee;
	width: 20%;
	padding: 0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 100;
}

th.be05 {
    background-color: #fff5ee;
	width: 22%;
	padding:  0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 100;
}

th.be06 {
   	background-color: #fff5ee;
	width: 28%;
	padding:  0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 100;
}

th.be07 {
   	background-color: #fff5ee;
	width: 30%;
	padding:  0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 100;
}

th.be08 {
    background-color: #fff5ee;
	width: 34%;
	padding:  0.2em 0.5em ;
	border: 1px solid #999;
	text-align: center;
	font-weight: 110;
}


/* ITサポーター派遣事業 */

.support-box {
	font-size: 100%;
	line-height: 150%;
	background-color: #ffffee;
	border: 1px solid #999;
	width: 80%;
/*	margin:1em 2em 1em 1.5em;*/
	margin: 30px 4%;
	padding: 5px;
}	


/* ITサポーター派遣事業 */

.its {
	font-size: larger;
	font-weight: bold;
	color: #036;
}
/* mailmagazine一覧表示 */.search {
	margin: 30px;
}
.sch1 {
	width: 50%;
	float: left;
	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: solid;
	padding: 5px;
	margin: 10px;
	font-size: 14px;
	font-weight: bold;
}
.sch2 {
	float: left;
	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: solid;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.sch_title {
	font-size: 24px;
	padding: 10px;
	color: #FFF;
	background-color: #000;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.sch_contents {
	margin-left: 30px;
	margin-bottom: 450px;
}
.result {
	float: left;
	width: 60%;
}
.hint {
	padding: 5px;
	float: left;
	width: 30%;
	border: 3px solid #CCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	height: 490px;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.shkeyword {
	font-weight: bold;
}
.shhit {
	color: #00F;
}
.shlist {
	list-style-type: decimal;
	text-decoration: underline;
}
.shtext {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 0px;
/*	width: 431px;*/
	width: 480px;
	word-wrap: break-word;
}
.research {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	height: 51px;
	width: 229px;
	float: left;
	margin-top: 0px;
}
.ml_contents {
	width: 80%;
/*	margin-top: 0px;
	margin-bottom: 30px;
	margin-left: 90px;
	margin-right: 110px;
	border: 1px solid #000;  */
}
.mltext {
	margin: 5px;
	border: 3px; 
	border-style: double; 
/*	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: solid; */
	font-size: 16px;
/*	font-weight: bold;	*/
	line-height: 25px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 60px;
	word-wrap: break-word;
}
.exp_contents {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.exptext {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 80%;
	padding: 3px;
	font-size: 17px;
	line-height: 40px;
	text-decoration: underline;
}
.whint {
	color: #ff4500;
	font-weight: bold;
}

p.resizeimage img {
         max-width: 200px; 
}
p.resizeimage img {
	width: 100%;
	height:auto;
}

p.resizeimage2 img {
         max-width: 305px; 
}

p.resizeimage2 img { 
	width: 100%; 
	height:auto;
}

