<!-- /*　背景　*/ -->
body {
margin:0;
padding:0;
text-align:center;
color: #333333;
background-image: url(../image/bk.jpg);
background-repeat: repeat-x;
background-position: top center;
height: 100%;
}

/* ヘッダ */
.title{
	background-image: url(../image/title_bk.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 90px;
	}
.title_img{
	margin: 0px;
	}
.submenu{
	margin-top: 15px;
	margin-right: 30px;
	}
.navi{
	text-align: right;
	font-size: 0.8em;
	margin-bottom: 5px;
	}

.main{
	width: 840px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	}
	
/* 左メニュー */
.lmenu{
	width: 180px;
	height: 500px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-image:url("../image/menu_bk.gif");
	padding: 0px;
	}
.lmenu_list_1{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 0.8em;
	list-style-type: none;
	}

.lmenu_list_1_2{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 0.75em;
	list-style-type: none;
	}

.lmenu_list_2{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 18px;
	padding-right: 8px;
	font-size: 0.8em;
	list-style-type: none;
	}
.lmenu_list_3{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 28px;
	padding-right: 8px;
	font-size: 0.8em;
	list-style-type: none;
	}
.lmenu_list{
	background: url(../image/list.gif) no-repeat 0 1px;
	padding-left: 15px;
	}
.lmenu_list_act{
	background: url(../image/list2.gif) no-repeat 0 1px;
	padding-left: 15px;
	}
.list1{
	background-image: url(../image/list1.gif); 
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 6px;
	list-style-type: none;
	background-position: 12px 7px;
	}
.list2{
	background-image: url(../image/listdot.gif); 
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 6px;
	list-style-type: none;
	background-position: 32px 7px;
	}
.list3{
	background-image: url(../image/listdot.gif); 
	background-repeat: no-repeat;
	padding-left: 70px;
	padding-top: 6px;
	list-style-type: none;
	background-position: 52px 7px;
	}

.table_top{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	}

.table_internet{
	border: 1px solid #cccccc;
	background-repeat: repeat-x;
	background-position: center bottom;
	}

.table_quality{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}


/* Topics */
.table_topics{
	border: 1px solid #cccccc;
	}
	
.topics{
	padding-left: 20px;
	font-size: 0.8em;
	line-height: 1.2em;
	}


.list {
	font-size: 0.8em;
	line-height: 1.2em;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
<!-- /*　ライン　*/ -->
.dot{
	background-image: url(../image/dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 98%;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.dot2{
	background-image: url(../image/dot2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
.dot3{
	font-size: 0.8em;
	line-height:160%;
	border-bottom: 2px #cccccc dotted;
	}

.line{
	background-image: url(../image/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	}

.line2{
	border-left: #cccccc 5px solid;
	border-bottom: #cccccc 1px solid;
	padding-bottom: 3px;
	}

<!-- /*　疑似インラインフレーム　*/ -->

.iframe
	{
	border: solid 1px #808080;
	width: 580px;
	height: 350px;
	padding: 14px;
	overflow: auto;
	font-size: 0.8em;
	line-height: 1.4em;
	}


<!-- /*　フォントサイズ指定　*/ -->
.p20 {
	font-size: 1.2em;
	line-height: 1.4em;
	}

.p18 {
	font-size: 1.0em;
	line-height: 1.4em;
	}

.p14 {
	font-size: 0.9em;
	line-height: 1.4em;
	}

.p14_2 {
	font-size: 0.9em;
	line-height: 1.8em;
	}

.p12 {
	font-size: 0.8em;
	line-height: 1.2em;
	}

.p12_2 {
	font-size: 0.8em;
	line-height: 1.4em;
	}

.p12_3 {
	font-size: 0.8em;
	line-height: 1.3em;
	}

.p10 {
	font-size: 0.7em;
	line-height: 1.0em;
	}
	
.b_right{
	text-align: right;
	font-weight: bold;
	}
	
/* フッター */
.footer{
	margin:0px;
	background-image:url("../image/bk_footer.jpg");
	background-position: bottom;
	background-repeat:repeat-x;
	position: bottom;
	left:0px ;
	width:100%;
	}


A:link { color: 003399; }
A:visited { color: 003399; }
A:hover { color: 336699; }
A:active { color: 336699; }
A { text-decoration: none; }


.job {
padding: 0px 0px;
background-color: #ffffff;
margin-bottom: 10px;
}

/* --- ボックス --- */
.job_section {
width: 590px; /* ボックスの幅 */
padding-bottom: 1px; /* ボックスの下パディング */
background: #ffffff url(../image/job2.gif) no-repeat bottom; /* ボックスの背景 */
text-align: left;
}


/* --- パッケージソフトウェア --- */
.job_package {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_package.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}
/* --- インターネット関連事業 --- */
.job_internet {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_internet.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}
/* --- コンサルティング --- */
.job_consul {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_consul.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}

/* --- ソフトウェア開発 --- */
.job_soft {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_soft.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}

/* --- 保守・支援サービス --- */
.job_support {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_support.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}

/* --- 情報処理サービス --- */
.job_data {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_data.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}

/* --- ハードウェア販売 --- */
.job_hard {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_hard.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}

/* --- サプライ用品販売 --- */
.job_supply {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_supply.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}

/* --- その他 --- */
.job_other {
margin: 0; /* 見出しのマージン */
height: 30px;
background: #ffffff url(../image/job_other.gif) no-repeat top; /* 見出しの背景 */
border-bottom: 1px #c0c0c0 solid; /* 見出しの下枠線 */
}

/* --- ボックス内の段落 --- */
.job_section ul {
margin-top: 10px;
margin-bottom: 10px;
margin-left: 25px; /* リストのマージン（上下、左右） */
list-style-type: none;
}
.job_section li {
margin-bottom: 10px;
background: url(../image/job_list.gif) no-repeat 2px 2px;
padding-left: 20px
}

/* --- ISO --- */
.iso9001{
	
	border: 1px solid #cccccc;
	background: #ffffff url(../image/iso_img2.jpg) no-repeat right bottom; /* 見出しの背景 */
}
.iso14001{
	
	border: 1px solid #cccccc;
	background: #ffffff url(../image/iso_img6.jpg) no-repeat right bottom; /* 見出しの背景 */
}

/* --- アクセスマップ --- */
.map{
	background: #ffffff url(../image/privacy_img3.gif) no-repeat top; /* 見出しの背景 */
	margin-top:20px;
}
.table_map{
	border-left: 1px solid #E6EBFF;
	border-right: 1px solid #E6EBFF;
	border-bottom: 1px solid #E6EBFF;
}

/* --- ニュースリリース --- */
.news_title {
	margin-top:10px;
	width: 570px;
	padding:6px;
	background-color: #FFFF99;
	border: 4px double #FFCC33;
}
.news_title1 {
	font-size: 0.9em;
	line-height:1.6em;
	font-weight:bold;
}
.news_footer {
	width: 580px;
	padding:10px;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #efefef;
}

.news_footer2 {
	width: 500px;
	padding:10px;
	margin-top:10px;
	background-color: #f7f7f7;
	border: 1px solid #999999;
}

.newyear {
	font-size:0.95em;
	line-height: 2.0em;
	font-family:"HGS行書体";
}

/* --- 企業コンセプト ---*/
.concept{
	background: #ffffff url(../image/concept_img2.gif) repeat-y right bottom;
	padding:10px;
	}
	
/* --- ASKIDS --- */
.askids{
	border-bottom: 1px solid #679FE4;
	border-left: 1px solid #679FE4;
	border-right: 1px solid #679FE4;
	}
	
/* --- ソフトウェア --- */
.feature{
	margin-top: 0px;
	margin-left: 0px;
	}
.feature_list1{
	margin-bottom: 5px;
	margin-left: 10px;
	color: #CC3300;
	font-weight: bold;
	padding: 2px;
	background-color: #FFFFCC;
	list-style: none;
	}
.feature_list2{
	margin-left: 40px;
	margin-bottom: 15px;
	list-style: none;
	}
.feature_list3{
	margin-left: 50px;
	margin-bottom: 5px;
	}
	
/* --- 採用情報 --- */
.uketsuke{
	background-image: url(../image/bk2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #C8CDE5;
	}

.senpai{
	font-size: 0.9em;
	line-height: 1.1em;
	}
	
/* --- サポートセンター --- */
.support_svn{
	background-image: url(../image/support_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #C8CDE5;
	border-left: 1px solid #C8CDE5;
	border-right: 2px solid #C8CDE5;
	border-bottom: 2px solid #C8CDE5;
	width:560px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding:4px;
	font-weight:bold;
	}
	
/* --- 先輩社員紹介 --- */

.recruit_top {
	width: 590px; /* ボックスの幅 */
	padding: 0px 0px;
	background-color: #ffffff;
	margin-top: 10px;
	background: #ffffff url(../image/border1.gif) no-repeat left top; /* ボックスの背景 */
	}

.recruit_bottom {
	width: 590px; /* ボックスの幅 */
	margin-top: 10px;
	padding-bottom: 15px; /* ボックスの下パディング */
	background: #ffffff url(../image/border1.gif) no-repeat bottom; /* ボックスの背景 */
	text-align: left;
	}


/* --- Officeツール活用支援サービス --- */
.td_yappa{
	border-left: 1px solid #7BB8B8;
	border-right: 1px solid #7BB8B8;
	border-bottom: 1px solid #7BB8B8;
	}

/* --- yappaエクセル詳細ページ --- */
.table_yappa{
	border-top: 1px solid #FFD5D7;
	border-left: 1px solid #FFD5D7;
	border-right: 1px solid #FFD5D7;
	border-bottom: 1px solid #FFD5D7;
	}

/* --- りんくうネット --- */
.rinkunet_s1{
	background-image: url(../image/rinkunet_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	width:560px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding:4px;
	font-weight:bold;
	margin-left:20px;
	}


/* --- ASKNET --- */
.asknet_s1{
	background-image: url(../image/asknet_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #CE814C;
	border-left: 1px solid #CE814C;
	border-right: 1px solid #CE814C;
	border-bottom: 1px solid #CE814C;
	width:560px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding:4px;
	font-weight:bold;
	margin-left:20px;
	}

/* --- ASKIDSファミリー --- */
.family{
	border: 1px solid #cccccc;
	width: 590px;
	text-align: left;
	padding: 5px;
	margin-top: 10px;
	}
	
.family2{
	margin-left: 85px;
	margin-right: 5px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 5px;
	}
.family_link{
	background-image: url("../image/askids/family_bk.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 1px solid #cccccc;
	margin-left: 140px;
	padding-top: 3px;
	padding-top: 3px;
	}

.system_link{
	float:left;
	}


/* --- システム開発実績 --- */
.system_j{
	background-image: url(../image/system_j_bk.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-top: 2px solid #C8CDE5;
	font-size: 0.8em;
	line-height: 1.2em;
	color:#006699;
	padding:6px;
	font-weight:bold;
	}

.system_linkb{
	background-image: url(../image/system_linkb.gif);
	background-repeat: no-repeat;
	background-position: center center;
	line-height:36px;
	height:36px;
	width:430px;
	font-weight:bold;
	}

/* --- ASKIDSフォーラム --- */
.forum_svn{
	background-image: url(../image/support_li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 1px solid #C8CDE5;
	border-left: 1px solid #C8CDE5;
	border-right: 2px solid #C8CDE5;
	border-bottom: 2px solid #C8CDE5;
	width:590px;
	font-size: 0.8em;
	line-height: 1.2em;
	padding:4px;
	font-weight:bold;
	}



