@charset "Shift_JIS";
/* CSS Document */ コンサルティングメニュー用

/* 基本装飾 */

body {
}

h1 {
	background-image: url(h1_blue2.jpg);
	background-repeat: no-repeat; 
	height: 39px; 
	font-size: 18px; 
	line-height: 39px; 
	color: #FFFFFF;
	padding-left: 20px; 
	margin: 10px 0 10px 0; 
}

body {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto;
}

p { 
	font-size: 14px;
	line-height: 20px;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.font10 { font-size: 10px; }
.font12 { font-size: 12px; }
.font14 { font-size: 14px; }
.font16 { font-size: 16px; }
.font18 { font-size: 18px; }
.font20 { font-size: 20px; }
.font24 { font-size: 24px; }
.font28 { font-size: 28px; }
.font32 { font-size: 32px; line-height: 45px; }
.red { color: #FF0000; }
.blue { color: #0000FF; }
.sky { color: #0066FF; }
.green { color: #006600; }
.gray { color: #666666; }
.white { color: #FFFFFF; }
.black{color:#000000;}

.left { float: left; margin-right: 10px; }
.right { float: right; margin-left: 10px; }




/* ページ装飾 ベースは780pxで */


#sum strong {
	font-weight: normal;
	color: #333333;
}

#contents {
	width:780px;
	font-size: 90%;
	margin: 0 auto;
	border-left: 1px solid #4171C0;
	border-right: 1px solid #4171C0;
}

#main {
	width:760px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
}

#sum {
	width: 775px;
	font-size: 12px;
	text-align: right;
	line-height: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	padding-bottom:5px;
}

#header {
	width: 780px;
	font-size: 12px;
	color: #666666;
	text-align: right;
	abackground-color:#4171C0;
}

#footer {
	width: 780px;
	background-color: #FFFFFF;
	text-align: center;
	color: #333333;
	font-size: 12px;
	clear: both;
	border-top: 1px solid #4171C0;
	border-bottom: 1px solid #4171C0;
}


#footer p {
	margin: 0;
	padding-top: 5px;
	line-height: 17px;
	font-size: 12px;
}

#footer p.copy {
	font-size: 12px;
	line-height: 20px;
}

#footer a { 
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
}

/* 表組み */

.tb-a {
	border:0
	padding:10px 10px 10px 10px;
	font-size :100%;
}

.tb-a-cell1 {
	background-color: #d6daed;
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding:10px 10px 10px 10px;
}

.tb-a-cell2 {
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding:10px 10px 10px 10px;
}

.tb-b {
	border:0
	line-height:20px;
	font-size:100%;
}

.tb-b-cell1 {
	background-color: #d6daed;
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding:5px 10px 5px 10px;
}

.tb-b-cell2 {
	border-color: #728aa7;
	border-style: solid;
	border-width: 1px;
	padding:5px 10px 5px 10px;
}


