@charset "Shift_JIS";

/*	スタイルシート　[ KISA : global ]
=================================================================== */
/* 再定義 */
body {
	background: url(../images/back.gif);
	font: normal 90%  "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	text-align: center;
}
a:link    {color: #36c;background-color: transparent;text-decoration: underline;}
a:visited {color: #36c;background-color: transparent;text-decoration: underline;}
a:hover   {color: #f60;background-color: transparent;text-decoration: underline;}
a:active  {color: #f60;background-color: transparent;text-decoration: underline;}

img {
	border: none;
	margin: 0;
	padding: 0;
}
hr {display: none;}

h1 {margin: 0;padding: 0;}
h2 {margin: 0;padding: 0;display: none;}
h3 {margin: 0;padding: 0;}
h4 {margin: 0;padding: 0;}
h5 {margin: 0;padding: 0;}

p {
	margin: 0;
	padding: 0;
	line-height: 120%;
}

*+html:first-child h5 {
	font-size: 95%; /* Opera9 */
} 

/* ※※※※※※　各領域定義　※※※※※※
/*	全体枠組み
=================================================================== */
div#Container {
	background-color: #fff;
	border-bottom: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 898px;
	_width: 900px; /* ie6 */
}

/*	ヘッダ枠組み
=================================================================== */
div#areaHeader {
	margin: 0;
	padding: 0;
	width: 100%;
}
div#areaHeader h1 {
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック"; 
	padding: 5px 10px 5px 0;
	text-align:right;
}
*+html:first-child div#areaHeader h1 {
	font-size: 95%; /* Opera9 */
} 

div#Header {
	width: 898px;
	_width: 900px; /* ie6 */
}
/* ナビゲーション */
div#Navigation {
	background: url(../images/backnavi.png) repeat-x;
	height: 35px;
	width: 898px;
	_width: 900px;
}
div#Navigation ul {
	list-style: none;
	margin: 0 0 0 145px;
	padding: 0;
}
div#Navigation ul li {
	float:left;
	margin: 0;
	padding: 0;
}
div#Navigation ul li img {
	vertical-align: bottom;
}
/* ヘッダイメージ */
div#HeaderImage {
	clear: both;
}
div#HeaderImage img {
	vertical-align: top;
}
/* ヘッダロゴ */
div#Logo h2 {
	display: block;
	float: left;
	height: 145px;
	left: 0;
	margin: 0 0 0 5px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 135px;
}
*html .fix { behavior: expression(IEPNGFIX.fix(this)); }/* ie6 png */
*html #Login { behavior: expression(IEPNGFIX.fix(this)); }/* ie6 png */

/*	コンテンツ枠組み
=================================================================== */
div#Contents {
	margin: 0;
	width: 100%;
}
/* メインコンテンツ */
div#MainContents {
	float: right;
	margin: 10px 30px 0 0;
	padding: 0;
	width: 650px;
	_display: inline; /* ie6 */
}
/* パンくず */
p.TopicPath {
	font-size: 85%;
}
/* 見出しh3 */
div.Deco {
	border-bottom: #d9584a 1px solid;
	margin: 20px 0 10px 0;
}
div.Deco h3 {
	border-left: #d9584a 6px solid;
	font-size: 130%;
	margin: 0;
	padding: 5px 0 0 7px;
}
p.below {
	border-left: #d9584a 6px solid;
	color: #d9584a;
	font-size: 100%;
	font-family: Arial;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 10px;
}
/* サブメニュー */
div#SubMenu ul {
	list-style: url(../images/cur01.gif) ;
	margin: 0 0 0 30px;
	padding: 0;
}
div#SubMenu ul li {
	font-size: 90%;
	margin: 3px 0;
}
div#SubMenu a:link    {color: #36c;background-color: transparent;text-decoration: none;}
div#SubMenu a:visited {color: #36c;background-color: transparent;text-decoration: none;}
div#SubMenu a:hover   {color: #f60;background-color: transparent;text-decoration: underline;}
div#SubMenu a:active  {color: #f60;background-color: transparent;text-decoration: none;}

/* 見出しh4 */
div#MainContents h4 {
	margin: 20px 0 15px 0;
}
/* 見出しh5 */
div#MainContents h5 {
	background: url(../images/cur_square.gif) no-repeat 0 5px;
	font-size: 100%;
	padding: 0 15px;
}
/* コンテンツ中身 */
div#MainContents div.b-bot-dashed {
	border-bottom: #999 1px dashed;
	margin: 10px 0 15px 0;
	padding: 0 0 10px 0;
}

/**** サイドコンテンツ（左）****/
div#SideContentsL {
	float: left;
	margin: 25px 0 0 10px;
	padding: 0;
	width: 185px;
	_display: inline; /* ie6 */
}
div#SideContentsL h3 img {
	vertical-align: bottom;
}
/* セミナー案内 */
div#SideContentsL div#Seminar {
	border-bottom: #ffb5b5 1px solid;
	border-left: #ffb5b5 1px solid;
	border-right: #ffb5b5 1px solid;
}
/* h4 */
div#SideContentsL div#Seminar h4.sideh4 {
	font-size: 90%;
	line-height: 125%;
	margin: 0;
	padding: 5px;
}

div#SideContentsL div#Seminar ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding-left: 10px;
}
div#SideContentsL div#Seminar ul li {
	font-size: 90%;
	line-height: 130%;
}
/* ICT News */
div#ICT {
	margin: 10px 0;
}
div#IctHead {
	background: url(../images/ict_head.jpg) no-repeat;
	height: 45px;
	width: 185px;
}
div#IctNews {
	background: url(../images/ict_backbottom.jpg) left bottom no-repeat;
	padding: 0 0 7px 0;
}
div#IctNews div#HeadIT {
	background: url(../images/ict_backside.jpg) repeat-y left top;
	padding: 0 0 0 10px;
}
div#IctNews div#feed {
	background: url(../images/ict_backside.jpg) repeat-y left top;
	margin: 0;
	padding: 5px 10px 7px 10px;
}
div#IctNews div#feed dl {
	border-bottom: #666 1px dashed;
	font-size: 85%;
	margin: 0 0 5px 0;
	padding: 0 0 7px  0;
}
div#IctNews div#feed  dt {
}
/* Ad Banner */
div#Banner {
	margin: 10px 0;
}
div#Banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#Banner ul li {
	margin: 0;
	padding: 0;
}
/*	フッタ枠組み
=================================================================== */
div#areaFooter{
	margin: 30px 0 10px 0;
	padding: 0;
	text-align: center;
	width: 898px;
	_width: 900px; /* ie5 */
}
p.copyright {
	background-color: #d7d7d7;
	font-family: Arial;
	font-size: 85%;
	padding: 3px 0;
}
*+html:first-child p.copyright {
	font-size: 90%; /* Opera9 */
} 
p.ID {
	margin: 10px 0 0 0;
}
address {
	font-size: 90%;
	font-style: normal;
}

/*	class
=================================================================== */
/* ページ先頭へ */
div.BackToPagetop {
	margin: 5px;
	padding: 0;
	text-align: right;
}
/* パラグラフ */
.jpara {
	text-indent: 1em;
}
.jpara2 {
	text-indent: 2em;
}

/* マージン */
.m-top5 {
	margin-top: 5px;
}
.m-top10 {
	margin-top: 10px;
}

.m-top15 {
	margin-top: 15px;
}

.m-left5 {
	margin-left: 5px;
}
.m-left10 {
	margin-left: 10px;
}

.m-bot10 {
	margin-bottom: 10px;
}

.m-LR10 {
	margin: 0 10px;
}
.m-TB5 {
	margin: 5px 0;
}
/* パディング */
.p-left5 {
	padding-left: 5px;
}
/* フロート */
.setLeft {
	float: left;
}
.setRight {
	float: right;
}
/* clear */
.setClear {
	clear: both;
}
/* 色 */
.blue {
	color: #006699;
}
.orange {
	color: #ff6600;
}
.L-blue {
	color: #3366cc;
}
.pink {
	color: #ff6666;
}
.red {
	color: #CC3300;
}
.green {
	color: #006600;
}
/* フォント */
.markup01 {
	color: #36c;
	margin: 10px 0 5px 0;
}
.markup02 {
	color: #f60;
	font-weight: bold;
}
.markup-B {
	font-weight: bold;
}
.L-space {
	letter-spacing: 1em;
}
.L-space2 {
	letter-spacing: 2em;
}
.f-normal {
	font-weight: normal;
}
/* ボーダー */
.b-bot-solid {
	border-bottom: #ccc 1px solid;
}
.b-top-dashed {
	border-top: #ccc 1px dashed;
	padding: 5px 0 0 0;
}
.tdLineBottom {
	border-bottom: #ccc 1px dotted;
}
/* アライン */
.v-bot {
	vertical-align: bottom;
}
.v-top {
	vertical-align: top;
}
.v-middle {
	vertical-align: middle;
}

.t-right {
	text-align: right;
}

.t-center {
	text-align: center;
}
/* テーブル幅 */
.tdwidth10 {
	width: 10%;
}
.tdwidth15 {
	width: 15%;
}
.tdwidth20 {
	width: 20%;
}
.tdwidth25 {
	width: 25%;
}
.tdwidth30 {
	width: 30%;
}
.tdwidth33 {
	width: 33%;
}
.tdwidth40 {
	width: 40%;
}
.tdwidth50 {
	width: 50%;
}
.tdwidth60 {
	width: 60%;
}
.tdwidth70 {
	width: 70%;
}
/* テーブル　折り返し */
.no-wrap {
	white-space: nowrap;
}
/* ディスプレイ */
.noDisplay {
	display: none;
}