﻿@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:   10.5pt;  /* フォントサイズ */
         text-align:    left;  /* テキスト水平位置 */
         font-weight:   bold;  /* フォントの太さ */
         color: #f0fff0;
         line-height:   100%;  /* 行の高さ */
         margin-top:     0px;  /* マージン（上） */
         margin-bottom:  0px;  /* マージン（下） */
         padding-top:    5px;  /* テキスト領域から枠線までの余白（上） */
         padding-bottom: 0px;  /* テキスト領域から枠線までの余白（左） */
         padding-left:   0px;  /* テキスト領域から枠線までの余白（左） */
}

h1 {   /* 見出し１ */
         font-size:     30pt;  /* フォントサイズ */
         text-align:    left;  /* テキスト水平位置 */
         font-weight:   bold;  /* フォントの太さ */
         color: #f0fff0;
         line-height:   100%;  /* 行の高さ */
         margin-top:     0px;  /* マージン（上） */
         margin-bottom: 10px;  /* マージン（下） */
         padding-top:    8px;  /* テキスト領域から枠線までの余白（上） */
         padding-bottom: 0px;  /* テキスト領域から枠線までの余白（左） */
         padding-left:   0px;  /* テキスト領域から枠線までの余白（左） */
}

h2 {
         font-size:     18px;  /* フォントサイズ */
         text-align:    left;  /* テキスト水平位置 */
         font-weight:   bold;  /* フォントの太さ */
         line-height:   150%;  /* 行の高さ */
         background-color:  gainsboro;  /* 背景の色 */
         margin-top:     7px;  /* マージン（上） */
         margin-bottom: 10px;  /* マージン（下） */
         padding-top:    6px;  /* テキスト領域から枠線までの余白（上） */
         padding-bottom: 0px;  /* テキスト領域から枠線までの余白（左） */
         padding-left:  10px;  /* テキスト領域から枠線までの余白（左） */
}

/* ========== 基本共通設定　== ここまで ========== */

/* 見出しと背景 */
.head {
	background-image: url(flower.JPG);  /* 背景の写真 */
        color:            #28222A;   /* フォント（色） */
        font-weight:         bold;   /* フォント（太さ） */
	height:              70px;   /* 領域の高さ */
	width:               auto;   /* 領域の幅 */
	padding: 35px 0px 35px 45px; /* テキスト領域から枠線までの余白（上、右、下、左）*/
	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: 20%;
}
td.position {
        width: 30%;
}
td.major {
}

/* ========== フッターパート　== ここから ========== */
table.info {
         border: 0px 0px 0px 0px; 
}
/* ========== フッターパート　== ここまで ========== */

