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



/*  基本
-----------------------------------------------------------  */

* {
	list-style: none;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

img {
	vertical-align: top;
	border-style: none;
}



a:link {
	color: #0000ff;
}

a:active {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}

a:hover {
	color: #FF6600;
}

.clear {
	clear: both;
}



body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}

#container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(img/container_bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
}

#one-column {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}

.red {
	color: #C00;
}



/*  テキスト装飾
---------------------------------------------------------------------------  */

.navi {
	color: #224568;
	text-decoration: underline;
}



/*  ヘッダーとナビゲーション
---------------------------------------------------------------------------  */

#header {
	position: relative;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	height: 130px;
}

#u-navi {
	position: absolute;
	top: 10px;
	width: 420px;
	left: 374px;
}

#u-navi li {
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#u-navi li a {
	color: #FFFFFF;
	text-decoration: none;
}

#u-navi li#privacy {
	width: 170px;
}

#u-navi li#sitemap {
	width: 125px;
}

#u-navi li#contact {
	width: 120px;
}

#g-navi {
	margin: 0;
	height: 22px;
	background-color: #333333;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#g-navi li {
	display: block;
	float: left;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#g-navi li a:link,
#g-navi li a:active,
#g-navi li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#g-navi li a:hover,
#g-navi li a:focus {
	color: #CC0000;
	text-decoration: none;
}

#topicpath {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#topicpath p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}



/*  メッセージ
------------------------------------------------------  */

#message {
	padding: 0px;
	margin: 0px 0px 20px;
}



/*  メインスペース 2カラム
------------------------------------------------------  */

#content {
	padding: 0px;
	float: left;
	width: 540px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content p {
	line-height: 150%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 22px;
}

#content p.lead {
	margin-bottom: 20px;
}

#content p img.left{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content p img.right{
	float: right;
	padding: 0px;
	margin: 0px 0px 20px 20px;
}

/*  トップページ　2カラム
---------------------------------------------------------  */

/*  インフォメーション  */

#content .info {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	border: 1px solid #224568;
	overflow: hidden;
	position: relative;
}


#content h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#content h1.blog {
	font-size: 140%;
	padding-left: 30px;
	line-height: 60px;
	background-image: url(img/blog-midashi-bg.png);
	background-repeat: no-repeat;
	margin: 0px 20px 20px;
	height: 60px;
}

#content .text h2.blog {
	color: #FFF;
	font-size: 140%;
	padding-left: 30px;
	line-height: 30px;
	background-image: url(img/blog-midashi-h2-bg.png);
	background-repeat: no-repeat;
	margin: 0px 0 20px;
	height: 30px;
}


#content .info h2 {
	padding: 8px 10px 6px;
	margin: 10px 10px 20px;
	color: #FFFFFF;
	background: #224568;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 110%;
	line-height: 130%;
}

#content .info h3 {
	margin: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	font-size: 110%;
	background-color: #F6F6F6;
	padding-top: 5px;
	border: 1px solid #CC0000;
}
#content .info h4 {
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 20px;
}


#content .info p.c-title {
	font-weight: bold;
	line-height: 110%;
	padding-left: 5px;
	color: #224568;
	font-size: 120%;
}

#content .info dl {
	padding: 12px 12px 4px;
	border: 1px solid #224568;
	margin: 0px 20px 10px;
	background: #F6F6F6;
}

#content .info dt {
	font-weight: bold;
	color: #224568;
	border-left: 8px solid #224568;
	padding-left: 4px;
	margin-bottom: 4px;
}

#content .info dd {
	margin-left: 13px;
	line-height: 120%;
	margin-bottom: 8px;
}

#content .info p.button {
	text-align: center;
	margin-top: 10px;
}
#content .info ul li {
	background-image: url(img/arrow_menu.gif);
	line-height: 110%;
}
#content .info ul li.rss-item {
	background-image: url(img/feed-icon.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}



/*  コンテンツ概要  */

#content .topic {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	border: 1px solid #999999;
}

#content .topic h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 9px;
	margin-bottom: 20px;
	margin-left: 9px;
}

/*  トップページ共通  */

#content .topic p,
#content .info p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 150%;
}

#content .topic ul,
#content .info ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#content .topic li,
#content .info li {
	background-image: url(img/arrow_more.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}


/*  コンテンツページ　2カラム
---------------------------------------------------------  */

#content .text {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 0px;
}

#content .text h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content .text h3 {
	font-size: 120%;
	background-color: #F5F5F5;
	margin: 25px 0px 15px 2px;
	padding: 4px 0px 3px 10px;
	border-left: 4px solid #CC0000;
}

#content .text p {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 2px;
	line-height: 150%;
}

#content .text ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 2px;
}

#content .text ul li {
	background-image: url(img/arrow_more.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 130%;
}
#content .text ul li ul li {
	background-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 20px;
}


#content .text ul.voice {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 10px 17px 5px 27px;
}

#content .text ul.voice li  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 130%;
	padding: 0px;
	background-image: none;
	list-style-type: disc;
}

#content .text ul.sitemap li {
	margin-bottom: 20px;
	background-image: url(img/arrow_menu.gif);
}

#content .text ul.sitemap li ul {
	margin-top: 20px;
}

#content .text ul.sitemap li ul li {
	background-image: url(img/arrow_more.gif);
}

#content .text ul.menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 17px;
}

#content .text ul.menu li {
	background-image: url(img/arrow_menu.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content .text ul li ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content .text ul.menu li ul li {
	background-image: none;
	list-style-position: inside;
	list-style-type: disc;
}
#content  .text  ul.nrml li {
	font-weight: normal;
	background-image: none;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	margin-left: 15px;
}

#content .text ol {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: upper-roman;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}

#content .text ol li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 130%;
	list-style-position: inside;
	list-style-type: decimal;
	padding: 0px;
	font-weight: bold;
}

#content .text ol li ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#content .text ol li ul li {
	background-image: none;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: normal;
}

#content .text table {
	border-collapse: collapse;
	border: 1px solid #99999;
	border-spacing: 0;
	empty-cells: show;
	margin: 0 0 30px;
}

#content .text table tr.gray {
	background-color: #eeeeee;
}

#content .text table th {
	color: #333;
	background-color: #FC0;
	white-space: nowrap;
	border: 1px solid #666;
	padding: 4px;
	line-height: 130%;
	text-align: left;
}

#content .text table td {
	border: 1px solid #666;
	padding: 4px;
	line-height: 140%;
	vertical-align: top;
}

#content .text table td.komoku {
	color: #FFFFFF;
	background-color: #224568;
	font-weight: bold;
	text-align: center;
}

#content .text table td span.more {
	background-image: url(img/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}

#content .text table td ul {
	margin-left: 2px;
}

/*  clearfix  */

.clearfix {
	display: inline-block;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*  Hides from IE-mac  \*/
* html .clearfix { height: 1%; }
.clearfix {
	display: block;
	clear: both;
}
/* end */


/*  右サイド　2カラム
------------------------------------------------------  */

#right {
	padding: 0px;
	width: 260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

#right h2 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#right p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	line-height: 140%;
}

#right p.more {
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 170px;
	line-height: 140%;
	text-align: right;
	background-image: url(img/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

#right p.contact {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 140%;
	text-align: center;
}

#right ul {
	margin: 0 0 40px 22px;
	padding: 0;
}

#right ul li {
	background-image: url(img/arrow_more.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 5px 25px;
	background-position: 0px 2px;
}



/*  1カラムページ
------------------------------------------------------  */

#main h1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 760px;
}

#main p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 22px;
	line-height: 150%;
}

#main p.lead {
	margin-bottom: 20px;
}

#main p.contact {
	text-align: center;
}

#main .text {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 0px;
}

#main .text h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#main .text h3 {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	background-image: url(img/h3_circle.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#main .text p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 2px;
	line-height: 150%;
}

#main .text p img.chart {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#main .text ul {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 2px;
}

#main .text ul li {
	background-image: url(img/arrow_more.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 130%;
}

#main ul.menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#main ul.menu li {
	background-image: url(img/arrow_menu.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#main .text ul li ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#main .text ul.menu li ul li {
	background-image: none;
	list-style-position: inside;
	list-style-type: disc;
}

#main .text ol {
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: inside;
	list-style-type: upper-roman;
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
}

#main .text ol li{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 130%;
	list-style-position: inside;
	list-style-type: decimal;
	padding: 0px;
	font-weight: bold;
}

#main .text ol li ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
}

#main .text ol li ul li {
	background-image: none;
	list-style-position: inside;
	list-style-type: disc;
	font-weight: normal;
}

/*  研修プログラムのテーブル
------------------------------------------------------  */

table.program {
	border-collapse: collapse;
	border: 1px solid #99999;
	border-spacing: 0;
	empty-cells: show;
	margin: 0 20px 30px;
}

table.program tr.gray {
	background-color: #eeeeee;
}

table.program th {
	white-space: nowrap;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 4px;
	line-height: 130%;
}

table.program td {
	border: 1px solid #CCCCCC;
	padding: 4px;
	line-height: 140%;
}

table.program td.komoku {
	color: #FFFFFF;
	background-color: #224568;
	font-weight: bold;
	text-align: center;
}

table.program td.nowrap {
	white-space: nowrap;
}

table.program td span.more {
	background-image: url(img/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}

table.program ul {
}

table.program ul li {
	background-image: url(img/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 22px;
}




/*  フッター
------------------------------------------------------  */

#f-navi {
	clear: both;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#f-navi li {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
}

#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #224568;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}

#footer p.ja {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}

#footer p.en {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}





/*  なかのひと
------------------------------------------------------  */

div.analysis {
	right: 0px;
	bottom: 0px;
	margin-top: -48px;
	width: 48px;
	margin-bottom: 0px;
	float: right;
}

.brown {
	color: #930;
}

