a { color: #666666;}
/*
a:visited { color: #666666;}
a:hover { color: #666666;}
a:active { color: #666666;}
*/

body,html {
color:#666666;
background-color:#ffffff;
scrollbar-base-color:#ffffff;
scrollbar-face-color:#E9E9E9;
scrollbar-arrow-color:#666666;
scrollbar-shadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-dark-shadow-coor:#ffffff;
scrollbar-3d-light-color:#ffffff;
}

#wrap{
	width:800px;
	height:100%;
	margin:0 auto;
}

/**********************　ヘッダー　**********************/
#header{
	float:left;
	width:800px;
	height:50px;
}
/********************************************************/




/**********************　トップimg　**********************/
#top_img{
	float:left;
	width:800px;
	height:260px;
	margin-top:5px;
}
/********************************************************/




/**********************　メニュー　**********************/
#menu{
	float:left;
	width:800px;
	height:35px;
	margin:0 auto;
}

#menu ul{
    	width:798px;
    	height:35px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

#menu ul li{
    	float:left;
	list-style:none;
}

#menu ul li a{
	display:block;
    	width:114px;
    	height:35px;
	text-align:center;
	text-indent:-9898px;
	background-image:url(../img/menu.gif);
	background-repeat:no-repeat;
}

#menu ul li.menu_news a{
    	background-position:0px 0px;
}

#menu ul li.menu_news a:hover{
    	background-position:0px -35px;
}

#menu ul li.menu_company a{
    	background-position:-114px 0px;
}

#menu ul li.menu_company a:hover{
    	background-position:-114px -35px;
}

#menu ul li.menu_casestudy a{
    	background-position:-228px 0px;
}

#menu ul li.menu_casestudy a:hover{
    	background-position:-228px -35px;
}

#menu ul li.menu_salesmedia a{
    	background-position:-342px 0px;
}

#menu ul li.menu_salesmedia a:hover{
    	background-position:-342px -35px;
}

#menu ul li.menu_access a{
    	background-position:-456px 0px;
}

#menu ul li.menu_access a:hover{
    	background-position:-456px -35px;
}

#menu ul li.menu_recruit a{
    	background-position:-570px 0px;
}

#menu ul li.menu_recruit a:hover{
    	background-position:-570px -35px;
}

#menu ul li.menu_conpany a{
    	background-position:-684px 0px;
}

#menu ul li.menu_conpany a:hover{
    	background-position:-684px -35px;
}
/********************************************************/




/**********************　メイン　**********************/
#main{
	float:left;
	width:800px;
	height:360px;
	margin-top:5px;
}


/******　左側　*****/
#left_box{
	float:left;
	width:450px;
	height:360px;
}

#two_banner{
	float:left;
	width:450px;
	height:80px;
}

#two_banner img{
	border:none;
}

#banner_left{
	float:left;
	width:220px;
	height:80px;
}

#banner_right{
	float:right;
	width:220px;
	height:80px;
}

#news{
	float:left;
	margin-top:5px;
	width:450px;
	height:275px;
}

#news_box{
	float:left;
	width:450px;
	height:235px;
	overflow-y:auto;
}

#news_text{
	float:left;
	width:440px;
	font-size:13px;
	margin-left:5px;
	margin-top:5px;
	line-height:20.5px;
	height:230px;
}

#news_text dl{
	margin: 0;
	padding: 0;
}

#news_text dt{
	float: left;
	width:55px;
}

#news_text dd{
	margin-left:55px;
}
/********************/


/******　右側　*****/
#right_box{
	float:right;
	width:338px;
	height:360px;
	background-image:url(../img/salesmedia02.gif);
	background-repeat:no-repeat;
}

#banner_box{
	margin-top:17px;
	width:338px;
	text-align:left;
	height:343px;
}

#banner_box img{
	border:none;
}

.item_title{
	float:left;
	height:10px;
	margin-left:10px;
	margin-top:15px;
}

.item_title2{
	float:left;
	height:10px;
	margin-left:10px;
	margin-top:15px;
	width:328px;
}

.item_banner{
	float:left;
	height:40px;
	margin-left:10px;
	margin-top:5px;
}

/********************/
/********************************************************/




/**********************　サブフッター　**********************/
#on_foot{
	float:left;
	width:800px;
	height:110px;
	margin-top:5px;
}

#on_foot_left{
	float:left;
	width:450px;
	height:45px;
}

#privacy_protection_img{
	float:left;
}

#privacy_protection_text{
	float:left;
	margin-top:28px;
	margin-left:5px;
	font-size:10px;
	color:#999999;
}

#privacy_protection_text a{
	display:block;
	color:#999999;
}


/******　プレスリリース＆媒体一覧　*****/
#on_foot_right{
	float:right;
	width:338px;
	height:35px;
	margin-top:10px;
	overflow:hidden;
}

#on_foot_right ul{
    	width:338px;
    	height:25px;
	margin:0;
	padding:0;
}

#on_foot_right ul li{
	float:left;
	list-style:none;
}

#on_foot_right ul li a{
	display:block;
	width:165px;
    	height:25px;
	text-align:center;
	text-indent:-9898px;
	background-image:url(../img/press.gif);
	background-repeat:no-repeat;
}

#on_foot_right ul li.pres{
	float:left;
}

#on_foot_right ul li.press a{
    	background-position:0px 0px;
}

#on_foot_right ul li.press a:hover{
    	background-position:0px -25px;
}

#on_foot_right ul li.medium{
	float:right;
}

#on_foot_right ul li.medium a{
    	background-position:-165px 0px;
}

#on_foot_right ul li.medium a:hover{
    	background-position:-165px -25px;
}
/******　プレスリリース＆媒体一覧　*****/
/********************************************************/




/**********************　フッター　**********************/
#footer{
	float:left;
	background-color:#AAAAAA;
	color:#FFFFFF;
	font-family:"ＭＳ Ｐ ゴシック","Osaka",verdana;
	font-size:11px;
	width:800px;
	height:35px;
	letter-spacing:1px;
	line-height:18px;
}

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

#sitemap_privacy{
	float:left;
	width:800px;
	
}

#sitemap_privacy a{
	margin-left:10px;
}

#copyright{
	float:left;
	width:800px;
	text-align:right;
}
/********************************************************/

