@charset "UTF-8";

* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #333;
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background: transparent;
}

p,
address {
	margin: 0 10px 1.0em 12px;
	line-height: 1.5;
}

h1,
h3 {
	margin: 0 0 15px 0; 
}

h2 {
	margin: 0 0 15px 5px; 
}

a:link,
a:visited {
	color: #4A7A2A;
}

a:hover {
	color: #79B735;
}

dl {
	margin: 0.5em 5px;	
	padding: 1px 10px;
}

ul {
	margin: 0.5em 10px;	
	padding: 1px 10px;
}

ol {
	margin: 0.5em 10px 1.5em 30px;
	padding: 1px 10px;
	line-height: 1.5;
}

dt {
	margin: 0.2em 10px;
}

dd {
	margin: 0 10px 0.5em 10px;
}

form {
	margin: 0.5em 10px;
}

fieldset {
	padding: 0 10px 0.3em 10px;
	border: 1px solid #eee;
}

legend {
	margin-left: 1em;
	padding: 0 10px;
	font-size: 90%;
}


input {
	font-size: 90%;
}


html,body {
	height: 100%;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px;
}

div#content,
div#siteinfo,
div#footer {
	background-color: #fff;
}

#footer,#siteinfo {
	height: 30px;
}

body {
	text-align: center; /* for WinIE ボックスのセンタリング */
}


div#header,
div#content,
div#siteinfo,
div#footer {
	margin: 0 auto;/**/
	width: 780px;
	text-align: left; /* インラインの中央揃えを左寄せにリセット */
}

/*======================================

	div#header

=======================================*/

div#header {
	position: relative;
	background: transparent;
}


div#header div#identity {
	height: 80px;
}

div#header div#identity h1 {
	margin: 10px 4px 0 4px;
	padding: 2px 4px 0 2px;
}


/* コンテンツページのロゴ */
div#header img {
	vertical-align: bottom;
	border: none;	
}

div#header img a{
	vertical-align: bottom;
	border: none;
}


/*　ガイドナビ右上　*/
div#header ul#guide-navi {
	position: absolute;
	top: 5px;
	right: 3px;
	font-size: 11px;
}

div#header ul#guide-navi li {
	margin-left: 10px;
	display: inline;
	list-style-type: none;
}

div#header ul#guide-navi li a {
	padding: 15px 2px 20px 23px;
	background: transparent url(../image/arrow001.gif) 8px 18px no-repeat;
	color: #333;
	text-decoration: none;
}

/* オンマウス時 */
div#header ul#guide-navi li a:hover {
	color: #666;
	text-decoration: none;
}


div#header p#main-image{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
}

/*======================================

　ul#globalNavi

=======================================*/

div#header ul#globalNavi {
	margin: 0;
	padding: 0;
	width: 780px;
	height :50px;
}

div#header ul#globalNavi:after { /* after擬似要素による子ボックスのフロートのクリア */
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#header ul#globalNavi li {
	float: left; /* 左寄せ */
	width: 260px;
	list-style-type: none;
	text-align: center; /* li内のテキストを中央揃え */
}

/*--------------------------------------
 index
---------------------------------------*/
/* タブの切り替え */

div#header ul#globalNavi li#index a {
	display: block;
	width: 260px;
	height: 50px;
	background: url(../consulting/image/navi-index-on.gif) 0 0 no-repeat;
}

/* オンマウス時 */
div#header ul#globalNavi li#index a:hover {
	background-color: #f3f3f3;
}


div#header ul#globalNavi li#index a:hover img {
	visibility: hidden;
}



/*--------------------------------------
 service
---------------------------------------*/
/* タブの切り替え */

ul#globalNavi li#service a {
	display: block;
	width: 260px;
	height: 50px;
	background: url(../consulting/image/navi-service-on.gif) 0 0 no-repeat;
}

/* オンマウス時 */
ul#globalNavi li#service a:hover {
	background-color: #f3f3f3;
}


ul#globalNavi li#service a:hover img {
	visibility: hidden;
}


/*--------------------------------------
 flow
---------------------------------------*/
/* タブの切り替え */

ul#globalNavi li#flow a {
	display: block;
	width: 260px;
	height: 50px;
	background: url(../consulting/image/navi-flow-on.gif) 0 0 no-repeat;
}

/* オンマウス時 */
ul#globalNavi li#flow a:hover {
	background-color: #f3f3f3;
}


ul#globalNavi li#flow a:hover img {
	visibility: hidden;
}


/*======================================

　div#guide-navi

=======================================*/

div#header div#guide-navi {
	width: 15em;
	position: absolute; 
	top: 0;
	right: 10px;
	text-align: center;
}


/*======================================

　div#section

=======================================*/

div#content div.section {
	padding: 0 12px 25px 8px;
	width: 780px;
}

div#content div.section02 {
	padding: 0 12px 25px 8px;
	width: 600px;
}

/*======================================

　p.return

=======================================*/

div#content p.return {
	margin: 0 20px 0 5px;
	padding-bottom: 20px;
	clear: both;
	text-align: left;
}

/*======================================

　div#footer

=======================================*/

div#siteinfo ul {
	margin: 0;
	text-align: left; /* インラインボックスを中央寄せ */
	font-size: 11px;
}

div#siteinfo ul li {
	margin: 0;
	display: inline; /* インラインボックス化で横並び */
}

div#siteinfo ul li a {
	padding: 8px 3px 3px 23px;
	color: #333;
	background: url(../image/arrow001.gif) 10px 0.9em no-repeat;
	text-decoration: none;
}

div#siteinfo ul li a:hover {
	color: #666;
	text-decoration: none;
}

div#footer {
	padding: 3px 0;
	background: url(../consulting/image/footer.gif) top left no-repeat;
}

div#footer address {
	margin-right: 8px;
	text-align: right;
	font-size: 11px;
	font-style: normal;
}

div#footer address img {
	margin-right: 8px;

}


/*======================================

　装飾　

=======================================*/

div.box-gray{
	background: #eee;
	margin: 0;
	padding: 5px;
	width: 80%;
	line-height:1.5;
}

div.box-gray ul {
	margin: 0 25px;
}

div.box-gray ul li{
	line-height: 1.6;
}



