@charset "UTF-8";

/* ブラウザスタイルの初期化 */

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:
		Verdana,
		Arial,
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS Pゴシック",
		sans-serif;
	line-height: 1.0;
	}

/* body */

body {
	background-color: #FFF;
	}

/* リンクテキスト */

a {
	text-decoration: underline;
	}
a:link {
	color: #333333;
	}
a:visited {
	color: #333333;
	}
a:hover,
a:focus,
a:active {
	color: #3659C4;
	text-decoration: underline;
	}

/* 画像 */

img {
	border: 0;
	}

/* 全体 */

#container {
	width: 900px;
	margin: 0 auto;
	background-image: url(../images/topbg-header.gif);
	background-repeat: no-repeat;
	overflow:auto;
	}

/* ヘッダー部分 */

#header {
	padding: 0px;
	}
	
#header .logo {
	width: 109px;
	padding: 20px 0px 0px 30px;
	float: left;
	}
	
#header .logoname {
	width: 300px;
	height: 150px;
	padding: 20px 0px 0px 15px;
	float: left;
	}
	
#header .logoname h1 {
	font-size: x-small;
	font-style: normal;
	line-height: 1.5;
	}
	
#header #freedial {
	width: 380px;
	height: 69px;
	padding: 30px 30px 0px 0px;
	float: right;
	}
	
/* side-a メインメニュー */

#side-a {
	width: 520px;
	padding: 35px 0px 0px 60px;
	float:left;
	}
	
#side-a h3 {
	height: 0;
	overflow: hidden;	
	}
	
#side-a #title-1 {
	background-image: url(../images/top-title-1.gif) ;
	background-repeat: no-repeat;
	width: 155px;
	height: 110px;
	margin: 8px 7px;
	float:left;
	}
	
#side-a #title-2 {
	background-image: url(../images/top-title-2.gif) ;
	background-repeat: no-repeat;
	width: 155px;
	height: 110px;
	margin: 8px 7px;
	float:left;
	}
	
#side-a #title-3 {
	background-image: url(../images/top-title-3.gif) ;
	background-repeat: no-repeat;
	width: 155px;
	height: 110px;
	margin: 8px 7px;
	float:left;
	}

#side-a #title-4 {
	background-image: url(../images/top-title-4.gif) ;
	background-repeat: no-repeat;
	width: 155px;
	height: 110px;
	margin: 8px 7px;
	float:left;
	}
	
	
#side-a #title-5 {
	background-image: url(../images/top-title-5.gif) ;
	background-repeat: no-repeat;
	width: 155px;
	height: 110px;
	margin: 8px 7px;
	float:left;
	}

#side-a #title-1 h4,
#side-a #title-2 h4,
#side-a #title-3 h4,
#side-a #title-4 h4,
#side-a #title-5 h4 {
	height: 0;
	overflow: hidden;	
	}

#side-a #title-1 p.text a,
#side-a #title-2 p.text a,
#side-a #title-3 p.text a,
#side-a #title-4 p.text a,
#side-a #title-5 p.text a {
	color:#FFF;
	text-decoration:none;
	display: block;
	padding: 50px 8px 25px 8px;
	font-size: x-small;
	line-height: 1.2;
	}

*:first-child+html #side-a #title-1 p.text a,
*:first-child+html #side-a #title-2 p.text a,
*:first-child+html #side-a #title-3 p.text a,
*:first-child+html #side-a #title-4 p.text a,
*:first-child+html #side-a #title-5 p.text a {
	color:#FFF;
	text-decoration:none;
	display: block;
	padding: 50px 8px 10px 8px;
	font-size: x-small;
	line-height: 1.2;
	}


#side-a #title-1 p.center,
#side-a #title-2 p.center,
#side-a #title-4 p.center,
#side-a #title-5 p.center {
	text-align:center;
	padding: 15px 0px;
	}
		
#side-a #title-3 p.center {
	text-align:center;
	padding: 5px 0px;
	}
		
#side-a #sub-nav {
	padding-top: 17px;
	padding-bottom: 30px;
	clear:both;
	}

#side-a #sub-nav h3 {
	height: 0;
	overflow: hidden;	
	}		

/* side-b メニュー */

#side-b {
	width: 239px;
	background-image:url(../images/topbg-menu.gif);
	background-repeat:no-repeat;
	padding: 0px 49px 0px 0px;
	margin-top: 1px;
	float: right;
	}
	
#side-b h3 {
	height: 0;
	overflow: hidden;	
	}

#side-b ul {
	height: 175px;
	list-style:none;
	padding: 0px;
	margin: 50px 15px 5px 15px;
	}

#side-b ul li {
	background-image:url(../images/ico-fish-b.gif);
	background-repeat:no-repeat;
	background-position: left;
	border-bottom: #999 1px dotted;
	font-size: x-small;
	padding: 8px 0px 8px 50px;
	line-height: 1.1;
	}	
	
#side-b ul li.whatsnew {
	background-image:url(../images/ico-fish-b.gif);
	background-repeat:no-repeat;
	background-position: left;
	border-bottom: #999 1px dotted;
	font-size: x-small;
	padding: 8px 0px 8px 50px;
	line-height: 1.1;
	}	

#side-b ul li.event {
	background-image:url(../images/ico-fish-y.gif);
	background-repeat:no-repeat;
	background-position: left;
	border-bottom: #999 1px dotted;
	font-size: x-small;
	padding: 8px 0px 8px 50px;
	line-height: 1.1;
	}	
	
#side-b p.right {
	padding: 0px 10px 5px 0px;
	text-align: right;
	}
	
#side-b #recruit {
	width: 239px;
	height: 88px;
	text-align:center;
	}

#side-b #tools {
	width: 239px;
	height: 100px;
	text-align:center;
	background-image:url(../images/topbg-menu-footer.gif);
	background-repeat:no-repeat;
	}		
	
/* フッター部分 */

#footer {
	width: 850px;
	height: 100px;
	margin: 0 auto;
	background-image: url(../images/topbg-footer.gif);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 50px;
	clear:both;
	}
	
#footer #page-nav {
	padding-right: 270px;
	text-align:right;
	font-size: small;
	}
	
#footer .logo {
	width: 49x;
	height: 64px;
	float: left;
	}
	
#footer .logoname {
	width: 300px;
	padding: 3px 0px 0px 10px;
	float: left;
	}
	
#footer .logoname p {
	font-size: x-small;
	font-style: normal;
	line-height: 1.5;
	}

/* 著作権表示 */

address {
	height: 16px;
	padding: 55px 40px 0px 0px;
	font-size: x-small;
	font-style: normal;
	text-align: right;
	clear: right;
	}

/* 日本経営コーチ協会 ロゴ画像 */
#footer .jkca {
	width: 90px;
	padding: 6px 0px 0px 0px;
	float: left;
	}