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

* {
	margin:0 auto;
	padding:0;
	font-size:12px;
	line-height:1.8;
}

* html body {
	font-size:75%;
}


body {
	background:url(../img/bg.jpg) no-repeat top;
	padding-bottom:15px;
}

a,img {
	border:none;
}

div#bottom_line {
	border-bottom:1px solid #000;
}


div#conteiner {
	width:760px;
}

.clearfix:after {
  content: ".";  /* æ°ããè¦ç´ ãä½ã */
  display: block;  /* ãã­ãã¯ã¬ãã«è¦ç´ ã« */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*Â¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/*
Header
---------------------------------------------*/
div#conteiner div#header{
	width:760px;
	position:relative;
	height:120px;
}

div#conteiner div#header h1 {
	position:absolute;
	top:35px;
	left:0;
}

div#conteiner div#header h2 {
	position:absolute;
	top:20px;
	right:0;
}

div#conteiner div#header p#h_btn {
	position:absolute;
	bottom:2px;
	right:49px;
}

div#conteiner div#header p#h_btn02 {
	position:absolute;
	bottom:5px;
	right:3px;
}





/*
Main_Contents
---------------------------------------------*/
p#path {
	margin-left:15px;
	background:#F4EEE3;
	padding:3px 5px;
}



div#contents {
	width:760px;
	background:url(../img/left_bg.jpg) repeat-y top left;
}


/*
グローバルメニューコンテンツ
**/

ul#g_menu_Area {
	width:227px;
	float:left;
	margin:0;
	padding:0;
	border:1px solid #000;
	border-bottom:none;
}

ul#g_menu_Area li {
	list-style:none;
	vertical-align:baseline;
	margin-bottom:1px;
}

ul#g_menu_Area li img {
	vertical-align:bottom;
}


ul#g_sub_menu_Area {
	width:227px;
	float:left;
	margin:0;
	padding:0;
	margin-top:-1px;
}

ul#g_sub_menu_Area li{
	list-style:none;
	vertical-align:baseline;
}


ul#g_sub_menu_Area li img {
	vertical-align:bottom;
}

/*
メインコンテンツ
**/

div#main_Area {
	width:530px;
	float:left;
	margin:0;
	padding:0;
}

div#main_Area div#main_Img {
	border:1px solid #000;
	border-left:none;
        border-bottom:none;
}

div#main_Area div#news_Area {
	margin-bottom:45px;
}

div#main_Area div#news_Area02 {
	margin-bottom:45px;
}

div#main_Area div.news_Area {
	width:510px;
	margin:5px 0 5px 5px;
	/*border:1px solid #000;*/
	padding:0 5px 5px;
	height:100px;
	min-height:100px;
	overflow:auto;
}

div#main_Area div.news_Area02 {
	width:510px;
	margin:5px 0 5px 5px;
	/*border:1px solid #000;*/
	padding:0 5px 5px;
	height:150px;
	min-height:150px;
	overflow:auto;
}

div#main_Area table td,
div#main_Area table th {
	padding:5px 0;
	vertical-align:top;
}

div#main_Area table td img {
	margin-top:2px;
}

div#main_Area div.news_Area table td a {
	font-style:normal;
}

div#main_Area div.news_Area table td.news_naiyo span,
div#main_Area table td.news_naiyo span{
	font-weight:bold;
	color:#003366;
}

div#main_Area div.news_Area table {
	margin-bottom:5px;
}

div#main_Area div.news_Area02 table td,
div#main_Area div.news_Area02 table th {
	padding:5px 0;
	vertical-align:top;
}

div#main_Area div.news_Area02 table {
	margin-bottom:5px;
}

.to_top {
	text-align:right;
}



/*
CMSコンテンツ
**/

h3.cms_title {
	margin:0 5px 10px;
	position:relative;
}

h3.cms_title div.icon {
	position:absolute;
	top:6px;
	right:15px;
}

table#list {
	margin:5px 0;
}

table#list tbody tr td{
	padding-left:15px ;
}

.cms_bottom {
	margin:5px 0 0 270px;
	width:240px;
	
}

.cms_bottom p{
	width:100px;
	text-align:right;
	float:left;
}

.shousai_Box {
	margin:0 10px;
}

.shousai_Box td {
	vertical-align:top;
}

.shousai_Box td.text p{
	padding:0 5px;
	line-height:1.5;
}

.shousai_Box td.text02 {
	padding:5px;
}

.shousai_Box td.text02 p.exel_txt{
	background:url(../img/excel.gif) no-repeat left top;
	padding:5px 0 5px 35px;
}

.shousai_Box td.text02 p.word_txt{
	background:url(../img/word.gif) no-repeat left top;
	padding:5px 0 5px 35px;
}

.shousai_Box td.text02 p.ppt_txt{
	background:url(../img/ppt.gif) no-repeat left top;
	padding:5px 0 5px 35px;
}

.shousai_Box td.text02 p.pdf_txt{
	background:url(../img/icon_pdf.jpg) no-repeat left top;
	padding:5px 0 5px 35px;
}

.img {
	margin-bottom:5px;
	font-size:10px;
}

p.cap {
	font-size:10px;
	line-height:1.2;
	margin-top:-5px;
}


.itiran {
	position:absolute;
	top:14px;
	right:11px;
}

.cms_itiran {
	position:absolute;
	top:3px;
	right:10px;
}

.txtright {
	text-align:right;	
}


/*
2階層（理事長・学院長）共通
---------------------------------------------*/

div#message_Area {
	padding:10px 20px;
}

div#message_Area h2{
	text-align:center;
	font-size:150%;
	margin-bottom:10px;
	background:#be1b4e;
	color:#fff;
}

div#message_Area p#sub_txt {
	text-align:right;
	margin-bottom:40px;
}

div#message_Area p#sub_txt2 {
	text-align:right;
	font-size:120%;
	margin-bottom:40px;
}


div#message_Area p.message img {
	float:right;
	padding:5px;
}

div#message_Area #btn_interview {
	position:absolute;
}


/*
2階層（学院長との対談）共通
---------------------------------------------*/

div#interview_Area {
	padding:10px 20px;
}

div#interview_Area h2{
	text-align:center;
	font-size:150%;
	margin-bottom:40px;
	background:#be1b4e;
	color:#fff;
}

div#interview_Area .header {
	margin-bottom:30px;
}

div#interview_Area .header h3 {
	padding-left:10px;
	margin-top:4px;
	border-left:4px #be1b4e solid;
	font-size:150%;
}

div#interview_Area .header p {
	padding-left:10px;
	border-left:4px #DF8888 solid;
	color:#5A5A5A;
}

div#interview_Area .chapter {
	margin-top:30px;
}

div#interview_Area .chapter h4 {
	padding-bottom:4px;
	margin-bottom:20px;
	font-size:110%;
	color:#be1b4e;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;
	text-align:right;
}

div#interview_Area .chapter dt {
	margin-bottom:20px;
	color:#057;
}

div#interview_Area .chapter dd {
	margin:0;
	padding:0;
}

div#interview_Area .chapter dd p {
	margin-bottom:1.5em;
}
div#interview_Area .chapter dd .img {
	text-align:center;
}


/*
2階層（情報公開）
---------------------------------------------*/

div#jouhou_Area {
	padding:10px 20px;
}

div#jouhou_Area h2{
	font-size:150%;
	margin-bottom:10px;
	background:url(../img/icon_h2.gif) no-repeat top left;
	padding-left:25px;
	color:#be1b4e;
}

div#jouhou_Area h3{
	margin-left:10px;
}

div#jouhou_Area div#jouhou_Area_in {
	width:440px;
	border:1px solid #999;
	padding:10px;
}

div#jouhou_Area div#jouhou_Area_in p{
	margin-bottom:15px;
}

div#jouhou_Area div#jouhou_Area_in p span#ad {
	display:block;
	padding:5px;
	
	width:250px;
	margin-left:180px;
	border:1px solid #333;
}

div#jouhou_Area div#jouhou_Area_in div#left {
	float:left;
	width:140px;
}

div#jouhou_Area div#jouhou_Area_in div#right {
	float:left;
	width:140px;
}

div#jouhou_Area div#jouhou_Area_in div#right02 {
	float:left;
	width:140px;
}

div#jouhou_Area ul {
	margin-left:25px;
}

div#jouhou_Area ul li{
	list-style:none;
}

p.year {
	font-size:16px;
	font-weight:bold;
	margin-bottom:-5px;
}

/*格付け*/
#jouhou_Area .kakuzuke h3 {
	padding:2px 2px 2px 6px;
	margin:0 0 15px 0px;
	border-left:3px #BE1C4E solid;
	background-color:#EFE0E5;
}
#jouhou_Area .kakuzuke strong {
	display:block;
}
#jouhou_Area .kakuzuke table {
	margin-bottom:20px;
	table-layout:fixed;
	border-collapse:collapse;
}
#jouhou_Area .kakuzuke th {
	border:1px #999 solid;
	font-weight:normal;
}
#jouhou_Area .kakuzuke td {
	border:1px #999 solid;
}
#jouhou_Area .kakuzuke .red {
	color:#BE1C4E;
}
#jouhou_Area .kakuzuke .txtCenter {
	text-align:center;
}


/*
2階層（倫理憲章）
---------------------------------------------*/

div#kensho_Area {
	padding:10px 20px;
}

div#kensho_Area h2{
	font-size:150%;
	margin-bottom:10px;
	background:url(../img/icon_h2.gif) no-repeat top left;
	padding-left:25px;
	color:#be1b4e;
}

div#kensho_Area ol{
	margin-left:30px;
}

div#kensho_Area ol li{
	margin-bottom:10px;
}


/*
2階層（採用情報）
---------------------------------------------*/

div#saiyo_Area {
	padding:10px 20px;
}

div#saiyo_Area h2{
	font-size:150%;
	margin-bottom:10px;
	background:url(../img/icon_h2.gif) no-repeat top left;
	padding-left:25px;
	color:#be1b4e;
}

div#saiyo_Area div#saiyo_Area_in {
	width:440px;
	padding:10px;
}

div#saiyo_Area div#saiyo_Area_in p{
	font-size:110%;
	margin-left:15px;
}


div#saiyo_Area ul{
	margin-left:10px;
}

div#saiyo_Area ul li{
	margin-bottom:25px;
	list-style:none;
}


/*
2階層（プライバシーポリシー）
---------------------------------------------*/

div#policy_Area {
	padding:10px 20px;
}

div#policy_Area h2{
	font-size:150%;
	margin-bottom:10px;
	background:url(../img/icon_h2.gif) no-repeat top left;
	padding-left:25px;
	color:#be1b4e;
}

div#policy_Area div#policy_Area_in {
	width:440px;
	padding:10px;
}

div#policy_Area div#policy_Area_in p{
	font-size:110%;
	margin-left:-10px;
	margin-bottom:15px;
}


div#policy_Area ol{
	margin-left:10px;
	margin-bottom:15px;
}

div#policy_Area ol li{
	margin-bottom:10px;
}

div#policy_Area ol li span{
	font-weight:bold;
}

div#policy_Area p.right_txt {
	text-align:right;
}


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

table.mb10 {
	margin-bottom:10px;
}

table.mb10 td {
	padding:0;
	margin:0;
}


/***************************************************************************

表彰制度

****************************************************************************/

#hyoushou_Area {
	padding:10px 0px 10px 20px;
}

#hyoushou_Area .lead {
	margin-bottom:30px;
}

#hyoushou_Area .lead p {
	margin-bottom:1.5em;
}

#hyoushou_Area h2 {
	text-align: center;
	font-size: 150%;
	margin-bottom: 10px;
	background: #BE1B4E;
	color: white;
}

#hyoushou_Area .section {
	margin-bottom:30px;
}

#hyoushou_Area h3 {
	padding-bottom:4px;
	margin-bottom:10px;
	color:#BE1B4E;
	font-weight:bold;
	font-size:125%;
	border-bottom:1px #999 solid;
}

#hyoushou_Area dt {
	padding-bottom:4px;
	margin-bottom:10px;
	font-weight:bold;
	color:#666;
	border-bottom:1px #ccc dotted;
}

#hyoushou_Area dd {
	margin-bottom:20px;
}

#hyoushou_Area .caps {
	padding-left:1em;
}

#hyoushou_Area .caps span {
	margin-left:-1em;
}



/*
2階層 120周年記念事業
---------------------------------------------*/

#memorial {
	padding:10px 20px;
}

#memorial h2{
	text-align:center;
	font-size:150%;
	margin-bottom:26px;
	background:#be1b4e;
	color:#fff;
}

#memorial ul {
	padding:0;
	margin:0;
	list-style:none;
}
#memorial li {
	padding:0;
	margin:0 0 20px;
	list-style:none;
}



/*
2階層 グローバル人財育成塾
---------------------------------------------*/
#study_Area {
	padding:10px 20px;
}

#study_Area h2{
	text-align:center;
	font-size:150%;
	margin-bottom:10px;
	background:#be1b4e;
	color:#fff;
}

#study_Area .lead {
	margin-bottom:30px;
}
#study_Area p {
	margin-bottom:1.5em;
}
#study_Area h3 {
	font-size:120%;
	color:#be1c4e;
	font-weight:bold;
}
#study_Area .caps {
	padding-left:1.5em;
}
#study_Area .caps span {
	margin-left:-1.5em;
}
#study_Area .detail {
	padding:20px 20px 0;
	/*border:1px #ccc solid;*/
	margin-bottom:1.5em;
	background-color:#f7f2f3;
}
#study_Area dl,#study_Area dt,#study_Area dd {
	margin:0;
	padding:0;
}
#study_Area dl {
	margin-bottom:1.5em;
}
#study_Area dt {
	border-bottom:1px #ccc solid;
	margin-bottom:6px;
	padding-bottom:2px;
}
#study_Area dd {
	padding-left:30px;
	margin-bottom:1.5em;
}
#study_Area table {
	table-layout:fixed;
	border:1px #ccc solid;
	border-collapse:collapse;
	margin-bottom:1.5em;
}
#study_Area table caption {
	text-align:left;
	font-weight:bold;
	background-color:#f7f2f3;
	padding:0 10px;
}
#study_Area th,#study_Area td {
	border:1px #ccc solid;
	border-left:1px #ccc dotted;
	padding:5px 5px !important;
}
#study_Area th:first-child,#study_Area td:first-child {
	border-left:1px #ccc solid;
}

