﻿@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:     200%;  /* 行の高さ */
	text-decoration: none;  /* 文字の装飾 */
	background:      #FFF;  /* 背景色 */
	margin-left:    100px;  /* マージン（左） */
	width:          750px;  /* 幅 */
}                             

/* リンクの設定 */
a:link    {color: #000000; text-decoration: none }        /* 未訪リンクの色と下線 */
a:visited {color: #808080; text-decoration: none }        /* 既訪リンクの色と下線 */
a:hover   {color: #3CB371; text-decoration: underline;}   /* オンマウス時の色と下線 */
a:active  {color: #9ACD32; text-decoration: underline;}   /* マウス選択時の色と下線 */

h5 {   /* 見出し５ */
         font-size:   11pt;  /* フォントサイズ */
         text-align:    left;  /* テキスト水平位置 */
         color:   #28003E;                 /* フォント（色） */
         font-weight:   bold;  /* フォントの太さ */
         line-height:   100%;  /* 行の高さ */
         margin-top:     0px;  /* マージン（上） */
         margin-bottom:  0px;  /* マージン（下） */
         padding-top:    5px;  /* テキスト領域から枠線までの余白（上） */
         padding-bottom: 0px;  /* テキスト領域から枠線までの余白（左） */
         padding-left:   0px;  /* テキスト領域から枠線までの余白（左） */
}

h1 {   /* 見出し１ */
         font-size:     25pt;  /* フォントサイズ */
         text-align:    left;  /* テキスト水平位置 */
         color:      #28003E;  /* フォント（色） */
         font-weight:   bold;  /* フォントの太さ */
         line-height:   100%;  /* 行の高さ */
         margin-top:     0px;  /* マージン（上） */
         margin-bottom:  0px;  /* マージン（下） */
         padding-top:    8px;  /* テキスト領域から枠線までの余白（上） */
         padding-bottom: 0px;  /* テキスト領域から枠線までの余白（下） */
         padding-left:   0px;  /* テキスト領域から枠線までの余白（左） */
}

h3 {   /* 見出し３ */
         font-size:   10.5pt;  /* フォントサイズ */
         text-align:    left;  /* テキスト水平位置 */
         color:      #28003E;  /* フォント（色） */
         line-height:   100%;  /* 行の高さ */
         margin-top:     0px;  /* マージン（上） */
         margin-bottom:  0px;  /* マージン（下） */
         padding-top:    0px;  /* テキスト領域から枠線までの余白（上） */
         padding-bottom: 0px;  /* テキスト領域から枠線までの余白（下） */
         padding-left:   0px;  /* テキスト領域から枠線までの余白（左） */
}  

h2 {
         font-size:     14px;  /* フォントサイズ */
         text-align:    left;  /* テキスト水平位置 */
         color:      #FFFFED;  /* フォント（色） */
         font-weight:   bold;  /* フォントの太さ */
         line-height:   150%;  /* 行の高さ */
         background-color:  #28003E; 
         margin-top:     0px;  /* マージン（上） */
         margin-bottom: 10px;  /* マージン（下） */
         padding-top:    2px;  /* テキスト領域から枠線までの余白（上） */
         padding-bottom: 0px;  /* テキスト領域から枠線までの余白（左） */
         padding-left:  20px;  /* テキスト領域から枠線までの余白（左） */
}

/* ========== 基本共通設定　== ここまで ========== */

/* 見出しと背景 */
.head {
	background-image: url(Back_PHOTO1.jpg);  /* 背景の写真 */
        color:              #28222A;   /* フォント（色） */
        font-weight:           bold;   /* フォント（太さ） */
	height:                70px;   /* 領域の高さ */
	width:                 auto;   /* 領域の幅 */
	padding: 20px 0px 40px 30px;   /* テキスト領域から枠線までの余白（上、右、下、左）*/
	line-height:            100%;  /* 行の高さ */
}

/* パンくずリスト */
.topicpath     {
	line-height:    25px;
	padding-top:     0px;
	padding-bottom: 10px;
	font-size:     9.5pt;
}

/* メンバー表の設定 */
table.member { 
        margin-left:  20px;      /* tableのマージン（左） */
        width:       730px;      /* tableの横幅 */
        height:      150px;      /* tableの高さ */
}
td.name {
        width: 18%;
}
td.name2 {
        width: 25%;
}

td.position {
        width: 20%;
}
td.major {
}

/* ========== フッターパート　== ここから ========== */
table.info {
         border: 0px 0px 0px 0px; 
}
/* ========== フッターパート　== ここまで ========== */

