@charset "utf-8";
/* CSS Document */

html {
    overflow-y:scroll;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Geneva, arial, helvetica, clean, sans-serif;
	font-size:14px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0
}

ol, ul {
	list-style:none
}

.clearfix {
	overflow:hidden;
}

/*--------------------------------------
　ページ一番上
---------------------------------------*/
.upside_width {
    width: 100%;
	background-color: #fff;
}
.upside {
	width: 994px;
	height: 18px;
    margin: 0 auto;
	font-size:8px;
	color:#000;
	padding: 5px 0 0 5px;
}

/*--------------------------------------
　ヘッダ
---------------------------------------*/
.header_width {
    width: 100%;
}
.header {
    width: 1000px;
	height: 83px;
	background-color: #ffffff;
    margin: 0 auto;
}

.header_main {
	float:left;
	width:430px;
	padding: 10px 0 0 0;
}

.header_sub {
	float:right;
	width:405px;
}

/*--------------------------------------
　上メニュー
---------------------------------------*/
#menu_upNavi {
    width: 100%;
	background-color:#6289c5;
	color:#FFF;
}

#menu_upNavi ul {
	width:990px;
	margin:0 auto 0 auto;
}
#menu_upNavi ul li a {
	float:left;
	width:198px;
	text-align:center;
	line-height:1.3em;
	letter-spacing:0.1em;
	padding-top:7px;
	height:35px;
	font-size:12px;
	background:url(./img/navi_bg_off.gif) no-repeat right center;
	text-decoration:none;
	color:#FFF;
}
#menu_upNavi ul li a:hover {
	color:#FFF;
	text-decoration:none;
	background:url(./img/navi_bg__on.gif) repeat-x left top;
}
#menu_upNavi span {
	font-size:8px;
}

/*--------------------------------------
　メインイメージ
---------------------------------------*/
.mainImge_width {
    width: 100%;
	background-image:url(./img/topimgebg.jpg);
	background-repeat:no-repeat;
    background-position: 50% 50%;
}
.mainImge {
	width: 1000px;
	height: 317px;
    margin: 0 auto;
}

/*--------------------------------------
　各ページkeyイメージ
---------------------------------------*/
.key_brand {
    width: 100%; height:87px;
	background:url(img/key_brand.gif) no-repeat 50% 50%;
}

.key_consulting {
    width: 100%; height:87px;
	background:url(img/key_consulting.gif) no-repeat 50% 50%;
}

.key_media {
    width: 100%; height:87px;
	background:url(img/key_media.gif) no-repeat 50% 50%;
}

.key_outline {
    width: 100%; height:87px;
	background:url(img/key_outline.gif) no-repeat 50% 50%;
}

.key_philosophy {
    width: 100%; height:87px;
	background:url(img/key_philosophy.gif) no-repeat 50% 50%;
}

.key_pl {
    width: 100%; height:87px;
	background:url(img/key_pl.gif) no-repeat 50% 50%;
}

.key_profile {
    width: 100%; height:87px;
	background:url(img/key_profile.gif) no-repeat 50% 50%;
}

.key_contact {
    width: 100%; height:87px;
	background:url(img/key_contact.gif) no-repeat 50% 50%;
}


/*--------------------------------------
　TOPページメイン部分
---------------------------------------*/
.top_content {
	width: 1000px;
    margin: 0 auto;
	padding:20px 0 20px 0;
}

.top_main {
	float:left;
	width:730px;
}

.top_main h2{
	margin:0 0 15px 0;
}

.top_main h3{
	color:#444;
	font-size:105%;
	border-top:1px solid #6289c5;
	border-bottom:1px dotted #CCC;
	padding:5px 0 5px 10px;
	margin:0 0 10px 0;
	font-weight:bold;
	letter-spacing:0.1em;
}

.top_sub {
	float:right;
	width:240px;
}


/*--------------------------------------
　サイドメニュー
---------------------------------------*/
.cds-navi {
  list-style-type: none;
  margin: 0 0 2em;
  padding: 0;
}

.cds-navi li {
	display: inline;
	font-size:14px;
}

.cds-navi li a {
  padding: 7px 10px 0px 25px;
  width: 205px;
  height: 27px;
  display: block;
  background-image:url(./img/subm_off.gif);
  background-repeat:no-repeat;
  color: #000;
  text-decoration: none;
}

.cds-navi li a:hover {
  background-image:url(./img/subm_on.gif);
  background-repeat:no-repeat;
  color: #ff0000;
  text-decoration: underline;
}

.sub-bana {}
.sub-bana img{ margin:10px 0 2px 0}

/*--------------------------------------
　フッター部分
---------------------------------------*/
.footer_width {
    width: 100%;
	background-color:#6289c5;
	color:#FFF;
	margin:10px 0 0 0;
}

.footer {
    width: 1000px;
	height: 55px;
    margin: 0 auto;
	padding: 5px 0 5px 0;
	font-size:12px;
}