@charset "utf-8";
/*
	* 名前: graduate.css
	* 説明: 卒業生の方へ用CSS
	* バージョン: 1.0
	* 最終更新日: 2009.10.27
	* 作成：miou nagahiro
*/

	/* ========================================
	
	   * 00. 領域設定
	
	======================================== */
	
	div#contents {
		line-height:1.6;
	}
	
	div#contents div.wrapper {
		margin-bottom: 60px;
	}
	
	div#contents h3{
		margin-bottom: 30px;
	}
	div#contents h4{
		margin-bottom: 14px;
	}
	
	div#contents div.center{
		text-align: center;
	}
	
	/* ボタンエリア（右寄せ） */
	div.btnarea {
			text-align: right;
			margin-top: 10px;
			margin-bottom: 10px;
		}
		
		div.btnarea a{
			outline: none;
		}
		
		div.btnarea img{
			margin-left: 10px;
		}
	
	/* pagetop */
	
	div#contents div.pagetop {
		margin-top: 20px;
		text-align: right;
	}




	/* ========================================
	
	   * 01. 卒業生の方へ
	   * index.html
	
	======================================== */
	div#contents div#graduate {
		margin-top: 22px;
	}
	div#contents div#graduate h4.topmargin{
		margin-top: 30px;
	}
	
	div#contents div#graduate p.left{
		margin-top: 10px;
		text-align:right;
		font-weight: bold;
	}
	
		
		/* ========================================
	
	   		* table
	
		======================================== */
		
		div#contents div#graduate table{
			width: 718px;
		}
		div#contents div#examresult tr,td,th{
			height: 34px;
			padding-left: 14px;
		}
		
		div#contents div#graduate table.line{
			border: solid 1px #dcdcdc;
			border-collapse: collapse;

		}
		div#contents div#graduate tr.line{
			border: solid 1px #dcdcdc;
			height: 34px;
			padding-left: 14px;
		}
		div#contents div#graduate td.line{
			border: solid 1px #dcdcdc;
			height: 34px;
			padding-left: 14px;
			
		}


	/* ========================================
	
	   * テキスト
	
	======================================== */

	div#contents div#graduate p.title{
		font-weight: bold;
		margin-top: 15px;
	}
	div#contents div#graduate p.subtitle{
		color: #500909;
		margin-left: 20px;
	}
	div#contents div#graduate p.sub{
		margin-bottom: 10px;
		margin-left: 20px;
	}



