﻿@charset "shift_jis";
/* CSS Document */

/* ========== 基本共通設定　== ここから ========== */
body {
	font: normal 10.5pt "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:      #000;
	line-height: 2.0;
	text-decoration: none;
	background:   #FFF;
	margin-left: 100px;
	width:       750px;
}   

/* リンクの設定 */
a:link    {color: #000000; text-decoration: none }        /* 未訪リンクの色と下線 */
a:visited {color: #005199; text-decoration: none }        /* 既訪リンクの色と下線 */
a:hover   {color: #0088ff; text-decoration: underline;}   /* オンマウス時の色と下線 */
a:active  {color: #00d4ff; text-decoration: underline;}   /* マウス選択時の色と下線 */

h2 {
         font-size:     18px;
         text-align:    left;
         font-weight:   bold;
         background-color: #b0c4de; 
         margin-top:     7px;
         margin-bottom: 10px;
         padding-top:    6px;
         padding-left:  10px;
         padding-bottom: 0px;
}

/* ========== 基本共通設定　== ここまで ========== */

/* 見出しと背景 */
.head {
	background-image: url(tree.JPG);   /* 背景の色 */
	padding: 35px 0px 25px 45px;      /* テキスト領域から枠線までの余白（上、右、下、左）*/
	height: 70px;                     /* 領域の高さ */
	width: auto;                      /* 領域の幅 */
        font-weight: bold;                /* フォント（太さ） */
        color:   #000000;                 /* フォント（色） */
	line-height: 1.3;                 /* 行の高さ */
}
.head .head1 {
	font-size: 10.5pt;    /* フォントサイズ */
	margin-top: 0px;      /* マージン（上） */
	margin-bottom: 0px;   /* マージン（下） */
}
.head .head2 {
	font-size: 30pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* パンくずリスト */
.topicpath     {
	line-height: 25px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 9.5pt;
}

/* メンバー表の設定 */
table.member { 
        margin-left: 20px;    /* tableのマージン（左） */
        width: 1200px;         /* tableの横幅 */
        height: 150px;        /* tableの高さ */
        border: 0px 0px 0px 0px; /* tableの境界線の太さ（上、右、下、左） */
}
td.name {
        width: 10%;
}
td.position {
        width: 12%;
}
td.major {
        width: 78%;
}

/* ========== フッターパート　== ここから ========== */
table.info {
        border: 0px 0px 0px 0px;
}
/* ========== フッターパート　== ここまで ========== */

/* ========== 本文パート　== ここから ========== */
/* ========== 本文パート　== ここまで ========== */


