﻿/* オリジナル部分 */

*{
	font-size: small;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

html{
overflow-y:scroll;

}

body{
	background-color: #DDFFAA;
	text-align: center;
		}

img{
	border-style:none;
}

ul{
	list-style-type:none;
}

#layout{
	width:750px;
	margin:0 auto;
	padding:10px;
	background-color: #FFFFFF;
}

#head{
	margin:5px auto 5px auto;
	width:740px;
	height: 120px;
	background-image: url(images/head_back.gif);
}

#head threes_logo{
	margin-right:200px;
}

#main{
	padding: 5px;	
}

#left{
	width:195px;
	margin:0 auto;
	float:left;
}

#left .menuitem{
	background-image: url(images/menu_back.gif);
}

#contact{
	text-align:center;
	background-image: url(images/menu_back.gif);
}

#contact p{
	text-align:left;
}

#recruit{
	text-align:center;
}

#privacymark{
	margin:20px;
}

#right{
	width:530px;
	margin:0 auto;
	float:right;
}

#news{
	width:520px;
	margin:5px auto;
	padding: 5px;
	border: 1px solid #cccccc;
}	

#news .date{
	width:65px;
	float:left;
	}

#news .headline{
	background-image:url(images/border_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
	text-align:left;
}

#news p{
	background-image:url(images/border_dot.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0px 10px 0px 10px;
	height: 20px;
	padding-top: 5px;
}

#news a{
	text-align:left;
}

.newstitle{
	background-color:#8ADC89;
	font-weight: normal;
}

#company{
	background-color:#cccccc;
	text-align:left;
	margin:15px auto;
}

#company th{
	background-color:#ffffff;
	padding:5px;
}

#company td{
	background-color:#ffffff;
	padding:5px;
}

#virtualization{
	background-color:#cccccc;
	text-align:left;
	margin:15px auto;
}

#virtualization th{
	background-color:#ffffff;
	padding:5px;
	width: 8em;
}

#virtualization td{
	background-color:#ffffff;
	padding:5px;
}

#certification{
	background-color:#cccccc;
	text-align:center;
	margin:15px auto;
}

#certification th,td{
	background-color:#ffffff;
	padding:5px;
}

.contents{
	border: 1px solid #cccccc;
	text-align: left;
	margin:15px auto;
	padding: 5px;
	width:501px;
}


.service_1{
	width:220px;
	height:140px;
	float:left;
	margin:10px;
}

.service_2{
	width:210px;
	font-weight:bold;
	border-left-color:#97DA90;  
	border-left-style:solid;
	border-left-width:5px;
	border-bottom-color:#97DA90;
	border-bottom-style:dotted;
	border-bottom-width:2px;

}

.service_3{
	width:210px;
	font-weight:bold;
	border-left-color:#FBBE5E;  
	border-left-style:solid;
	border-left-width:5px;
	border-bottom-color:#FBBE5E;
	border-bottom-style:dotted;
	border-bottom-width:2px;
}

.service_4{
	width:220px;
	height:370px;
	float:left;
	margin:10px;
}

.service_5{
	width:210px;
	font-weight:bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #00FFFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00FFFF;
}

.policy{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9FCDD6;
	margin-bottom: 20px;
	font-size: 14px;
	width:480px;
	margin:25px auto 25px auto;
}

#recruit{
	background-color:#cccccc;
	text-align:left;
	margin:15px auto;
}

#recruit th{
	background-color:#ffffff;
	padding:5px;
	width:75px;
}

#recruit td{
	background-color:#ffffff;
	padding:5px;
}

#footer{
	text-align:center;
	width:740px;
	color: #999999;
	clear:both;
}

#footer hr{
	margin:10px;
}

/* ここまでオリジナル部分 */

/* 全体設定 */
*{
	font-size: small;
	line-height: 150%;
	margin: 0;
	padding: 0;
}

body{
	background-color: #DDFFAA;
	text-align: center;
}

img{
	border-style: none;
}

ul{
	list-style-type: none;
}

/* レイアウト */
#layout{
	width: 750px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFFFFF;
}

/* ヘッダ */
#head{
	margin: 5px auto 5px auto;
	width: 740px;
	height: 120px;
	background-image: url(./images/head_back.gif);
}

/* メイン */
#main{
	padding: 5px;
}

/* 右コンテンツ */
#right{
	width: 530px;
	margin: 0 auto;
	text-align: center;
	float: right;
}

#news{
	width: 520px;
	margin: 5px auto;
	padding: 5px;
	text-align: left;
	border: 1px solid #cccccc;
}

/* 左メニュー */
#left{
	width: 200px;
	margin: 0 auto;
	float: left;
}

#menu{
	width: 199px;
	height: 390px;
	background-position: 0px 0px;
	background-image: url(./images/menu.gif);
	background-repeat: no-repeat;
}

#menu ul{
	padding: 0;
	margin: 0;
}
#menu li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu li a{
	width: 199px;
	height: 0px;
	display: block;
	padding-top: 30px;
	overflow: hidden;
	background-image: url(./images/menu.gif);
	background-repeat: no-repeat;
}

#menu li#menu_header1{
	width: 199px;
	height: 0px;
	display: block;
	padding-top: 30px;
	overflow: hidden;
	background-image: url(./images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#menu li#menu_header2{
	width: 199px;
	height: 0px;
	display: block;
	padding-top: 30px;
	overflow: hidden;
	background-image: url(./images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 210px;
}

#menu li#menu_header3{
	width: 199px;
	height: 0px;
	display: block;
	padding-top: 30px;
	overflow: hidden;
	background-image: url(./images/menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 330px;
}

#menu li#menu_policy a{
	background-position: 0px 30px;
}

#menu li#menu_company a{
	background-position: 0px 60px;
}

#menu li#menu_history a{
	background-position: 0px 90px;
}

#menu li#menu_office a{
	background-position: 0px 120px;
}
#menu li#menu_news a{
	background-position: 0px 150px;
}

#menu li#menu_compliance a{
	background-position: 0px 180px;
}

#menu li#menu_business01 a{
	background-position: 0px 240px;
}

#menu li#menu_business02 a{
	background-position: 0px 270px;
}

#menu li#menu_business03 a{
	background-position: 0px 300px;
}

#menu li#menu_recruit a{
	background-position: 0px 360px;
}

#menu li#menu_policy a:hover{
	background-position: -199px -30px;
}

#menu li#menu_company a:hover{
	background-position: -199px -60px;
}

#menu li#menu_history a:hover{
	background-position: -199px -90px;
}

#menu li#menu_office a:hover{
	background-position: -199px -120px;
}

#menu li#menu_news a:hover{
	background-position: -199px -150px;
}

#menu li#menu_compliance a:hover{
	background-position: -199px -180px;
}

#menu li#menu_business01 a:hover{
	background-position: -199px -240px;
}

#menu li#menu_business02 a:hover{
	background-position: -199px -270px;
}

#menu li#menu_business03 a:hover{
	background-position: -199px -300px;
}

#menu li#menu_recruit a:hover{
	background-position: -199px -360px;
}

#contact{
	width: 199px;
	height: 150px;
	margin-top: 30px;
	padding: 10px;
	padding-top: 35px;
	text-align: left;
	background-position: 0px 0px;
	background-image: url(./images/contact.gif);
	background-repeat: no-repeat;
}

#privacymark{
	margin: 0;
}

/* フッター */
#footer{
	text-align: center;
	width: 740px;
	color: #999999;
	clear: both !important;
}

#footer hr{
	margin: 10px;
}

