

/* ------- ■font  ------- */
font.default {
	color: #000000;
	font-size: 83%;
	line-height: 150%;
}

font.script {
	color: #666666;
	font-size: 70%;
}

font.contents_title {
	color: #000000;
	font-size: 95%;
	font-weight: bold;
}



/* ------- ■hr  ------- */
hr.menu {
color: #cccccc;
background-color: #ffCCCC;
height: 0px;
border-style: dotted;
margin-top: 7px;
margin-bottom: 7px;
}

hr.newshr {
color: #cccccc;
border-style: solid;
height: 0px;
margin-top: 7px;
margin-bottom: 7px;
}




/* ------- ■a （Link Color） ------- */
a:link {
	color: #663333;
	text-decoration: underline;
}

a:visited {
	color: #666633;
	text-decoration: underline;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}

/* ------- ■body ------- */

body {
	word-break: break-all;
	padding: 0px;
	margin: 0px;
	background-color: #443333;
	text-align:center;
	height:100%;
}

#allda {
	margin: 0px;
	PADDING: 0px; 
	MARGIN-LEFT: auto; 
	MARGIN-RIGHT: auto; 
	WIDTH: 900px; 
	HEIGHT: 100px; 
	background-color: #edfafd;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,StartColorStr=#ffffff,EndColorStr=#B2EAF6);
height:100%;

}


/* ------- ■header (trinoロゴなど) ------- */

#head {
	padding: 0px;
	margin: 20px;
	position: relative;
}

#head .logo {
	margin: 0px 0px 20px 0px;
}

#head .infovision {
	position: absolute;
	right:20px; top:0px;
	padding: 3px 0px;
	margin: 0px;
	border: 1px solid #999999;
	font-size: 65%;
	WIDTH: 130px;
	text-align: center;
	color: #666666;
	background-color: #ffffff;
	height:auto;
}

#head .infovision a:link {
	text-align: center;
	color: #666666;
	text-decoration : none;
}

#head .infovision a:visited {
	color: #666666;
	text-decoration : none;
}

#head .infovision a:hover {
	color: #000000;
	text-decoration : none;
	margin: 0px;
	WIDTH: 128px;
	padding: 0px;
}



/* ------- ■navigation (左メニュー部分) ------- */

#navigation {
	padding: 0px;
	margin: 0px 20px 20px 20px;
	position: relative;
	WIDTH: 185px;
}

#navigation .menutop {
	width: 185px; height: 27px;
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
}

#navigation .menumiddle {
	margin: 0px;
	padding: 10px;
	background-image: url(images/menu_background.gif);
}

#navigation .menubottom {
	width: 185px; height: 11px;
	background-repeat: no-repeat;
	background-image: url(images/menu_bottom.gif);
}



#navigation .title {
	color: #FF6600;
	font-weight: bold;
	font-size: 83%;
}





/* ------- ■ul list (左メニュー部分) ------- */

ul.menulist
	{
	font-size: 75%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.menulist li
	{
	line-height: 150%;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	background: url(images/list_menu.gif) no-repeat 3px 0.3em;
    list-style: none;
}

ul.menulist1
	{
    list-style: none;
    margin: 0px;
    padding: 0px;

	}

ul.menulist1 li
	{
	width:100%;
	line-height: 150%;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 14px;
    background: url(images/list_menu.gif) no-repeat 3px 5px;
    list-style: none;

	}

ul.menulist1 li b{
	color:#663333;
}

ul.default
	{
	font-size: 75%;
    list-style: none;
    margin: 0px;
    padding: 0px;
	}

ul.default li
	{
	width:100%;
	line-height: 150%;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 14px;
    background: url(images/list.gif) no-repeat 3px 0.2em;
    list-style: none;
	}

ul.pagedown
	{
	font-size: 75%;
    list-style: none;
    margin: 0px;
    padding: 0px;
	}

ul.pagedown li
	{
	width:100%;
	line-height: 150%;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	background: url(images/list_pagedown.gif) no-repeat 2px 0.3em;
	list-style: none;
	}


/* リスト全体 */
ul.pagelinks {
   margin: auto;
   width: 130px;
   margin: 0px;
   padding: 0px;
}

/* 各項目の装飾 */
ul.pagelinks li {
   width: 1.2em;
   line-height: 1.2em;
   list-style-type: none;
   border: 1px solid #999999;
   float: left;
   margin: 0.2em;
   padding: 0px;
   font-family: verdana, helvetica, sans-serif;
   font-weight: bold;
   text-align: center;
   font-size: 90%;
}

/* リンクの装飾 */
ul.pagelinks li a {
   display: block;
   text-decoration:none;
   width: 1.2em;
}
/* 未訪問リンクの色 */
ul.pagelinks li a:link {
   background-color: #ffffff;
   color: #666666;
   text-decoration:none;
}

/* 既訪問リンクの色 */
ul.pagelinks li a:visited {
   text-decoration:none;
   background-color: #ffffff;
   color: #666666;
}
/* マウスが載ったときの色 */
ul.pagelinks li a:hover {
   text-decoration:none;
   border-color: #cccccc; 
   background-color: #0099cc;
   color: #ffffff;
}

/* 現在位置項目の装飾 */
ul.pagelinks li.here {
   border-color: #cccccc; 
   background-color: #cccccc;
   color: #333333;
}


ul.normal {
	margin:0px; padding:0px 0px 0px 30px;
}


ul.bullet {
	margin:0px; padding:0px 0px 0px 30px;
}

ul.bullet li {
	margin: 10px 0px 0px 5px; padding:0px; list-style-image:url(images/list_menu.gif);
}




/* ------- ■contents (メイン部分) ------- */


#contents {
	padding: 0px;
	margin: 0px 20px 20px 0px;
	background-repeat: no-repeat;
	WIDTH: 658px;
}

#contents .boxtop {
	width: 658px; height: 11px;
	background-image: url(images/contents_top.gif);
	background-repeat: no-repeat;
}

#contents .boxmiddle {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	background-image: url(images/contents_background.gif);
}

#contents .boxbottom {
	width: 658px; height: 11px;
	background-repeat: no-repeat;
	background-image: url(images/contents_bottom.gif);
}



#contents .title {
	color: #FF6600;
	font-weight: bold;
	font-size: 83%;
}



#contents .boxtop_benefit {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_benefit.gif);
	background-repeat: no-repeat;
}



#contents .boxtop_onsite {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_onsite.gif);
	background-repeat: no-repeat;
}


#contents .boxtop_onsite_overview {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_onsite_overview.gif);
	background-repeat: no-repeat;
}


#contents .boxtop_remote {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_remote.gif);
	background-repeat: no-repeat;
}


#contents .boxtop_check {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_check.gif);
	background-repeat: no-repeat;
}


#contents .boxtop_trino {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_trino.gif);
	background-repeat: no-repeat;
}


#contents .boxtop_updateexpert {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_updateexpert.gif);
	background-repeat: no-repeat;
}


#contents .boxtop_support {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_support.gif);
	background-repeat: no-repeat;
}

#contents .boxtop_price {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_price.gif);
	background-repeat: no-repeat;
}

#contents .boxtop_interview {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_interview.gif);
	background-repeat: no-repeat;
}

#contents .boxtop_sam_consul {
	width: 658px; height: 47px;
	background-image: url(images/contents_title_sam_consul.gif);
	background-repeat: no-repeat;
}



/* ------- ■div () ------- */

.div_title{
	padding:5px;
	margin:0px 0px 5px 0px;
	color:#FFFFFF;
	background-color:#776655;
	font-size:140%;
	font-weight:bold;
}

.div_title1{
	border-left:solid 5px #FF6600;
	margin:15px 0px 5px 0px;
	padding:0px 0px 0px 5px;
	font-weight:bold;
	font-size:120%;
}




/* ------- ■news () ------- */


#news { 
width: 618px; 
} 


#news .newstitle {
	color: #006699;
	font-weight: bold;
	font-size: 80%;
	margin: 0px 0px 6px 0px;
}


#news .newstopic {
	font-size: 80%;
	margin:3px;
	padding:0px;
	line-height: 150%;
}







/* ------- ■check () ------- */



#check_q_title {
	color: #ff0000;
	font-weight: bold;
	font-size: 85%;
	margin: 15px 0px 6px 0px;
}

#check_a_title {
	color: #0000ff;
	font-weight: bold;
	font-size: 85%;
	margin: 15px 0px 6px 0px;
}


font.check_q_text {
	color: #000000;
	font-size: 80%;
	line-height: 150%;
}

.mustcheck{
	font-weight:bold;
	color:#CC3333;
}






/* ------- ■updateexpert () ------- */



#updateexpert {
	border: solid 1px #B2D9FF;
	background-color: #EBF5FF;
	padding: 10px;
	margin: 10px 0px 6px 0px;
	font-size: 80%;
	line-height: 150%;
}



/* ------- ■Interview () ------- */


.f_left {
	float:left;
}

.f_right {
	float:right;
}

.photo_left{
	float:left;
	padding:0px 15px 0px 12px;
}

.photo_right{
	float:right;
	padding:0px 15px 0px 20px;
}

.corpinfo{
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	background-color:#E8E8E8;
	font-weight:bold;
	padding:8px;
	font-size:85%;
}

.corpinfo2{
	border-left:1px solid #F08931;
	padding-left:8px;
	margin-left:10px;
}

.interview_title{
	WIDTH: 618px;
}



/* ------- ■テーブル部分 ------- */




table.scanlist_st {
	margin: 0px 0px;
	WIDTH: 618; 
	border: solid 1px #000000;
	border-collapse: collapse;
	line-height: 150%;
}

td.scanlist_st-top {
	border: solid 1px #000000;
	font-weight: bold;
	font-size: 70%;
	font-family: verdana, helvetica, sans-serif;
	padding: 5px 10px;
	margin: 0px;
	background-color: #A6DDE9;
	font-weight: bold;
}

td.scanlist_st-left {
	WIDTH: 215; 
	vertical-align: top;
	border: solid 1px #000000;
	font-weight: bold;
	font-size: 60%;
	font-family: verdana, helvetica, sans-serif;
	padding: 5px 10px;
	margin: 0px;
	background-color: #eeeeee;
}

td.scanlist_st-con {
	vertical-align: top;
	border: solid 1px #000000;
	font-size: 60%;
	font-family: verdana, helvetica, sans-serif;
	padding: 5px 10px;
	margin: 0px;
	background-color: #ffffff;
}

td.scanlist_st-right {
	vertical-align: top;
	border: solid 1px #000000;
	font-size: 80%;
	font-family: verdana, helvetica, sans-serif;
	padding: 5px 10px;
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}

.tbl {
	border-top:solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
}

.tbl td {
	padding:5px;
	border-bottom:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	font-size:75%;
}

.tbl_normal td {
	padding:5px;
	font-size:75%;
}

.tbl_title {
	font-weight:bold;
	background-color:#F3F3EE;
}

.td_main {
	padding-right:20px;
	font-size:75%;
	line-height:140%;
}

.td_main div{
	margin-bottom:7px;
}
