@charset "utf-8";

/* -----------------------------------------------------------
◇最終更新2011.11.09　16:37

◇注意事項

◇style目次（上から）
　formatting style
　link style
　header style
　main style
　goTop style
　footer style
　home style
　company style
　privacy style（policy style含む）
　recruit style
　service（medical、learnig、marketing） style
　access style
　テキスト装飾
----------------------------------------------------------- */



/* formatting style
----------------------------------------------------------- */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
*:first-child+html * { /* For IE7 hasLayout issue */
	letter-spacing: 0; /* hasLayout問題を回避 */
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.6;
	color: #333333;
}
html { /* For vertical-scrollbar issue */
	overflow: scroll;
	overflow: -moz-scrollbars-vertical; /* Firefoxの先行実装 */
	overflow-x: scroll; /* Firefoxで横スクロールバーが表示されない問題を回避 */
}
/* link style
----------------------------------------------------------- */
a img {
	border-style: none;
}
a:link {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
img.linkIcon {
	margin-right: 3px;
}
/* header style
----------------------------------------------------------- */
#header {
	margin: 0px auto 5px;
	width: 900px;
	clear: both;
}
#header #subNavi {
	height: 22px;
	width: 277px;
	margin-left: 623px;
	margin-top: 10px;
}
#header #subNavi ul li {
	float: left;
	list-style: none;
}
#header #globalNavi {
	clear: both;
	width: 518px;
	border-top: 1px solid #CCCCCC;
	height: 26px;
	margin-left: 382px;
}
#header #globalNavi ul {
	margin-top: 10px;
}
#header #globalNavi ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
#header #globalNavi ul li.rightEnd {
	margin-right: 0px;
}
/* main style
----------------------------------------------------------- */
#mainTop { /* グローバルナビ直下の画像配置 */
	margin: 0px auto;
	width: 900px;
	height: 10px;
}
*+html #mainTop { /* IE7で余白が入る問題を回避 */
	height: 15px;
}
#main {
	margin: 0px auto;
	width: 800px;
	background-image: url(../images/back_img_wall.gif);
	background-repeat: repeat-y;
	padding-left: 100px;
}
#main #mainTitle {
	padding-top: 20px;
	border-bottom: 2px solid #CCCCCC;
	padding-left: 30px;
}
#main .textArea {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
#main .textArea h2 {
	margin-bottom: 15px;
}
#main .textArea p {
	margin-bottom: 15px;
}
/* goTop style
----------------------------------------------------------- */
#main .goTop {
	font-size: 85%;
	text-align: right;
	padding-bottom: 10px;
	padding-right: 30px;
}
#main .goTop img {
	margin-right: 3px;
}
/* footer style
----------------------------------------------------------- */
#footer {
	margin: 0px auto;
	width: 900px;
	border-top: 2px solid #CCCCCC;
	padding-bottom: 15px;
	padding-top: 10px;
	clear: both;
}
#footer address {
	font-size: 90%;
	line-height: 1.4;
}
/* home style
----------------------------------------------------------- */
body#home {  /* Topicsのスクロールバー */
	scrollbar-track-color: #E3F8AD;
	scrollbar-face-color: #FFFFFF;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
}
#home #homeMain {
	margin: 0px auto;
	width: 900px;
	background-color: #E3F8AD;
	padding-bottom: 10px;
	clear: both;
}
#home #homeMain #stbCopy {
	width: 701px;
	padding-top: 150px;
	padding-bottom: 10px;
}
/* Topics */
#home #homeMain #topicsWrapper {
	width: 420px;
	background-color: #E3F8AD;
	float: right;
	margin-right: 10px;
	clear: right;
}
#home #homeMain #topicsBox {
	height: 130px;
	vpadding: 0.5em;
	overflow: auto;
	background-color: #E3F8AD;
	font-size: 90%;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
/* Topics左側のバナー群 */

#home #homeMain #bnrArea {
	height: 165px;
	width: 448px;
	clear: left;
	margin-top: 10px;
}
#home #homeMain #bnrArea #caution {
	height: 90px;
/*	width: 448px;*/
	margin:0 0 0 15px;
	font-weight:bold;
	color:#C00;
	font-size: 12px;
}
#home #homeMain #bnrArea ul {
	margin-left: 0px;
}

#home #homeMain #bnrArea ul li {
	float: left;
	list-style: none;
	margin-left: 6px;
}
#home #homeMain #bnrArea ul li.mgTop { /* 高さ調整 */
	margin-top: 51px;
}
/* 欄外（フッター）バナー群 */
#home #footerBnrArea {
	margin: 0px auto;
	width: 900px;
	border-top: 2px solid #CCCCCC;
	height: 45px;
}
#home #footerBnrArea ul {
	margin-left: 447px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home #footerBnrArea ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
}
/* 欄外テキスト */
#home #footerTxtArea {
	margin: 0px auto;
	width: 900px;
}
#home #footerTxtArea h1 {
	font-size: 65%;
	font-weight: normal;
}
#home #footerTxtArea h1 a:link {
	color: #333333;
	text-decoration: none;
}
#home #footerTxtArea h1 a:visited {
	color: #666666;
	text-decoration: none;
}
#home #footerTxtArea h1 a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#home #footerTxtArea h1 a:active {
	color: #FF6600;
	text-decoration: underline;
}
/* company style
----------------------------------------------------------- */
#company #main .textArea table#organization {
	border-collapse:collapse;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#company #main .textArea table#organization th {
	font-size: 90%;
	margin: 0px;
	padding: 7px 40px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	vertical-align: top;
}
#company #main .textArea table#organization td {
	font-size: 90%;
	margin: 0px;
	padding: 7px 40px 7px 10px;
	border-bottom: 1px solid #CCCCCC;
}
#company #main .textArea table#organization td p {
	margin-bottom: 0px;
}
/* privacy style
----------------------------------------------------------- */
#privacy #main .textArea .txtRight {
	text-align: right;
	padding-bottom: 10px;
}
#privacy #main .textArea ol li {
	margin-bottom: 20px;
	list-style: decimal outside;
	margin-left: 1.5em;
}
#privacy #main .textArea h3,
#policy #main .textArea h3 { /* policy style */
	font-size: 100%;
	margin-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dashed #333333;
}
/* recruit style
----------------------------------------------------------- */
#recruit #main .textArea p { /* 一行しかないので配置調整 */
	margin-bottom: 200px;
	display: block;
	margin-top: 50px;
}
/* service（medical、learnig、marketing） style
----------------------------------------------------------- */
#service #main #serviceTitle {
	padding-top: 20px;
	border-bottom: 2px solid #CCCCCC;
	padding-left: 30px;
}
#service #main #serviceTitle img.leftHead { /* 共通タイトル（サービス） */
	margin-right: 320px;
}
#service #main .textArea h1 { /* カテゴリタイトルをh1に */
	margin-bottom: 15px;
}
#service #main .textArea p.lead {
	font-size: 90%;
}

 /* サービス紹介BOX　資料ダウンロード有り */
#service #main .textArea .systemList {
	border: 1px dotted #3366CC;
	padding: 8px;
	margin-bottom: 15px;
	clear: both;
	zoom:1;
}
#service #main .textArea .systemList:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#service #main .textArea .systemList h2 {
	font-size: 95%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#service #main .textArea .systemList .systemListTxt {
	float: left;
	width: 635px;
	font-size: 90%;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
 /* 資料ダウンロード */
#service #main .textArea .systemList .systemListData {
	text-align: center;
	font-size: 70%;
	float: right;
	width: 72px;
}
 /* サービス紹介BOX　資料ダウンロードなし */
#service #main .textArea .systemListWide {
	border: 1px dotted #3366CC;
	padding: 8px;
	margin-bottom: 15px;
}
#service #main .textArea .systemListWide h2 {
	font-size: 95%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#service #main .textArea .systemListWide .systemListTxt {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
/* AdobeReader */
#adobeReader{
	margin-left: 0px;
}
#adobeReader .floatLeft {
	float: left;
}
#adobeReader p{
	line-height: 1.2;
	font-size: 80%;
}
#adobeReader img.ado_icon{
	margin-right:10px;
}
/* access style
----------------------------------------------------------- */
#access #main .textArea .mapArea {
	zoom:1;
	margin-bottom: 40px;
}
#access #main .textArea .mapArea:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#access #main .textArea .mapArea img.map {
	float: left;
	margin-right: 20px;
	border: 1px solid #666666;
}
#access #main .textArea .mapArea p {
	font-size: 95%;
}
#access #main .textArea .mapArea p.googleMap a{ /* googleマップ */
	padding-left: 15px;
	background-image: url(../images/ico_google.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* テキスト装飾
----------------------------------------------------------- */
.bold {
	font-weight: bold;
}
.txt_red {
	color: #f00;
}
/* 
----------------------------------------------------------- */
