@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
　　ブラウザのCSSをリセット
--------------------------------------------------*/
/* Reset START */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}
textarea { font-size: 100%; }
img { vertical-align: bottom; }
hr { display: none; }

/*--------------------------------------------------
　　ページ全体設定
--------------------------------------------------*/
/* 背景設定 */
body {
  font-size: 12px;
  font-family: 'Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #ffffff;
  color: #222222;
}

/*--------------------------------------------------
　　見出しタグ
--------------------------------------------------*/
h1 {
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
  display:inline;
}
h2 {
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
}
h3 {
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
}
h4 {
  font-size: 1em;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
}
p,pre {
  margin: 0 0 0 0;
  font: 12px/16px 'Hiragino Kaku Gothic Pro','qMmpS Pro W3','lr oSVbN', sans-serif;
  color: #333333;
}
img {
  border: 0;
}
.clear {
  clear: both;
}
a:link {
  color: #0085ab;
  text-decoration: none;
}
a:visited {
  color: #0085ab;
  text-decoration: none;
}
a:hover {
  color: ##8C0000;
  text-decoration: underline;
}
table {
  border-collapse: collapse;
}
ul {
  margin: 0 0 0 0;
  list-style-type: none
}
li {
  margin: 0 0 0 0;
}

/*--------------------------------------------------
　　配置設定
--------------------------------------------------*/
/* サイト全体のセンタリング */
div#wrapper {
  text-align: center;
}
div#container {
  margin: 0 auto;
  text-align :left;
}

/* サイト横幅設定 */
div#container,
div#header,
div#header2,
div#navigation,
div#bread,
div#footer {
  width: 950px;
  _width: 952px;
}

/*--------------------------------------------------
　　ヘッダー
--------------------------------------------------*/
div#header,
div#header2,
div#header3 {
  padding: 5px 0 0 15px;
}

/*--------------------------------------------------
　　ヘッドトピックス
--------------------------------------------------*/
div#headtopics {
  padding: 5px 0 0 5px;
  margin: 0;
  white-space: nowrap; 
}
div#headtopics img {
  margin: 0 0 0 10px;
}

/*--------------------------------------------------
　　パンくずリスト
--------------------------------------------------*/
div#bread {
  padding: 5px 0 5px 0;
}
/* パンくずリスト全体 */
span.B_crumbBox {
  margin: 0 0 0 15px;
}

B_firstCrumb {}
B_lastCrumb {}
B_currentCrumb {}
a.B_homeCrumb {}

/*--------------------------------------------------
　　フッター
--------------------------------------------------*/
#footer-bnr {
	margin:20px 0 10px 0;
}

#footer-bnr ul {
	width:920px;
	margin:0;
	padding:0;
}

#footer-bnr ul li {
	float:left;
	width:184px;
	list-style:none outside;
	margin:0;
	text-align:center;
}

#footer-bnr li img {
	width:180px;
	height:60px;
	margin:0 4px 4px;
}

div#footer-menu {
  width: 950px;
  margin: 5px 0 0 0;
}
div#footer-menu ul {
  margin: 3px 0 3px 50px;
}
div#footer-menu li {
  margin: 10px 0 5px 5px;

  float: left;
}
div#footer {
  width: 950px;
}
div#footer p {
  text-align: right;
  color: #999999;
  padding: 0 30px 0 0;
}

/*--------------------------------------------------
　　トピックス用サイドバー
--------------------------------------------------*/
/* 外枠 */
div#topics_wrapper {
  width: 210px;
  float: left;
  padding: 0 0 0 0;
}

/* 内枠 */
div#topics_wrapper #topics {
  width: 198px;
  _width: 200px;
  height: auto ;
  margin: 0 0 0 0px;
  padding: 0 0 10px 0;
  border: solid 1px #fff;
}

/* トピックス見出し2 */
div#topics_wrapper #topics h2 {
  font-weight: bold;
  color: #636563;
  margin: 5px 5px 5px 5px;
}

div#topics_wrapper #topics h2 img {
  margin: 5px auto;
}

div#topics_wrapper #topics p {
  margin: 10px;
}

.triennale {
  margin-left:8px;
}
div#topics_wrapper ul {
  margin: 0 0 0 0;
  padding: 0; 
  list-style-type: none;
}

div#topics_wrapper li {
  margin: 5px 5px 0 5px;
}

/* リンクバナー用*/
div#topics_wrapper .link {
  margin: 5px 0 0 8px;
}

.navi_list {
 text-align: right;
 margin: 0 40px 1em 0;
}

.red {
  color: #ff0000;
}

.large {
  font-size: large;
  font-weight: bold;
}

/* トピック インターンシップ */
div.internship {
  margin: 0px;
  padding: 0px;
}
div.internship dl {
  margin: 10px;
  padding: 10px;
}
div.internship dt {
  font-weight: bold;
}
div.internship dd {
  margin: 0.5em 1em 2em 3em;
}

