@charset "utf-8";
/*------------------------------------------------
	Base
--------------------------------------------------*/
body{
	position: relative;
	width: 100%;
	letter-spacing: 0px;
	text-align: justify;
	text-justify: inter-ideograph;
	color: #565656;
	font-size: 75%;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
body,p,dl,ol,ul,h1,h2,h3,h4,h5,h6,form,table,td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ol,ul{
	list-style-type: none;
}

ol li img,
ul li img{
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 100%;
}

img{
	border: none;
}

select,input,textarea{
	font-size: 100%;
	color:#000
}

strong{
	font-weight: bold;
}

sub{
	font-size: 100%;
}

sup{
	font-size: 100%;
}

a:link{
	color: #524D6A;
	text-decoration: underline;
}

a:visited{
	color: #9390A2;
	text-decoration: underline;
}

a:hover{
	color: #b49155;
}

a:active{
}

a:active img,a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

.aligncenter {
	display: block;
	clear: both;
	text-align: center;
	margin: 1em auto;
}
.alignleft {
	float: left;
	display: inline;
	margin-right: 1em;
}
.alignright {
	float: right;
	display: inline;
	margin-left: 1em;
}
.clear {
	clear: both;
	position: relative;
	overflow: hidden;
}

table {
	width:685px;
	line-height:200%;
	margin-bottom:15px;
	padding: 0;
}

table td {
	border:#eaeaea 1px solid;
	padding:10px;
}

table th {
	background:#efefef;
	border-bottom:#ffffff 2px solid;
	padding:10px;
	/*text-align:right;*/
}

table th {
	width:180px;
	font-weight: bold;
}

/*------------------------------------------------
	Header
--------------------------------------------------*/
#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header-description {
	font-size: 75%;
	margin: 0 0 5px;
}

#header ul li.logo {
	float: left;
	width: 480px;
	height: 60px;
}

#header ul li.contact {
	float: right;
	width: 480px;
	height: 60px;
}

#mainvisual {
	margin: 0 auto 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #EEE;
	width: 960px;
	height: 280px;
}

/*------------------------------------------------
	Globalnav
--------------------------------------------------*/
#globalnav {
	width: 100%;
	height: 46px;
	background: url(./img/globalnav_bg.gif) repeat-x;
	margin: 10px 0;
}

#nav { 
	width: 960px;
	margin: 0 auto;
	position: relative;
	line-height:1;
	text-align: left; 
	z-index: 10;
}

#nav ul { 
	display: none;
	position: absolute;
	top: 4px;
	left: 0;
}
#nav li { 
	list-style: none;
	float: left;
	position: relative; 
}

* html #nav ul { line-height: 0; }

#nav ul li { 
	float: none; 
}

#nav ul { 
	width: 160px;
}



/*------------------------------------------------
	Main
--------------------------------------------------*/	
#content {
	position: relative;
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	_text-align: left;
}
#main {
	position: relative;
	width: 685px;
	float: left;
	overflow: hidden;
}

#main h2 {
	font-size: 200%;
	margin-bottom: 20px;
}
#main h3 {
	margin-bottom: 8px;
}


/*------------------------------------------------
	Contents
--------------------------------------------------*/
#content p {
	line-height: 1.7;
}
#content dd, li {
	line-height: 1.7;
}
#content th,
#content td {
	line-height: 1.7;
}

/*------------------------------------------------
	Side
--------------------------------------------------*/	
#side {
	float: right;
	width: 245px;
	padding-bottom: 30px;
}

#side .banner {
	margin-bottom: 14px;
}

#side-topic01 ul{
width: 245px;
height: 172px;
background: url(./img/side_topic_01.gif) no-repeat;
overflow: hidden;
margin-bottom: 15px;
}

#side-topic02 ul li {
	padding: 132px 0 0 5px;
}

#side-topic02 ul{
width: 245px;
height: 172px;
background: url(./img/side_topic_02.gif) no-repeat;
overflow: hidden;
margin-bottom: 15px;
}

#side-topic01 ul li {
	padding: 132px 0 0 5px;
}

.side-btn {
	margin-bottom: 5px;
}

/*------------------------------------------------
	Footer
--------------------------------------------------*/
#footer-wrapper {
	background: #00665A url(./img/footer_bg.gif) top repeat-x;
}

#footer {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
	padding: 5px 0 10px;
	color: #C3C3C3;
	border-top: 1px dotted #EEE;
	width: 960px;
	margin: 0 auto;
	_text-align: left;
}

#footer-left {
	width: 330px;
	float: left;
	text-align: left;
	font-size: 75%;
}


#footer-right {
	width: 630px;
	float: right;
	text-align: right;
	font-size: 75%;
}

#footer-right p{
}


#footer-right ul.f_link li{
	float:right;
	list-style-image: url(./img/arrow01.png);
	font-size: 12px;
	margin-right:15px;
	margin-left:15px;
	font-size:11px;

}
#footer-right ul.f_link li a{
	text-decoration: none;
	
}


/*------------------------------------------------
	Home
--------------------------------------------------*/
.home-section {
	width: 685px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}

.home-section ul {
	float: left;
	width: 225px;
	margin-right: 5px;
}

.home-section ul.last {
	float: left;
	width: 225px;
	margin: 0;
}

.home-section ul li.link {
	margin-top: 20px;
}

.home-section .left {
	float: left;
	width: 455px;
	margin-right: 5px;
}

.home-section .left p {
	padding:5px;
}

.home-section .right {
	float: right;
	width: 225px;
}

.section {
	width: 685px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}

.section .left01 {
	float: left;
	width: 315px;
	margin-right: 20px;
}

.section .right01 {
	float: right;
	width: 350px;
}

.section .left02 {
	float: left;
	width: 220px;
}

.section .right02 {
	float: right;
	width: 445px;
	margin-left: 20px;
}

.section .right02 h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.section .kana {
	font-size: 65%;
	color: #333;
}

.section .consultingfirm h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.consultingfirmmessage {
	margin-top: 15px;
	margin-bottom: 20px;
}

.programitem {
	width: 672px;
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

.sectiondetail {
	width: 685px;
	margin: 0 0 60px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #CCC;
	overflow: hidden;
}
	
