@charset "Shift_JIS";

/*============================================
全般的なスタイル
============================================*/
* {     border:0px;
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
	text-decoration:none;

} 

body {
	background-color:#745ab2;	/*ページ全体の背景色*/
        background: -moz-linear-gradient(top, #531bb1 0%, #745ab2 50%, #531bb1 100%) fixed;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #531bb1), color-stop(50%, #745ab2), color-stop(100%, #531bb1)) fixed;
        background: -webkit-linear-gradient(top, #531bb1 0%, #745ab2 50%, #531bb1 100%) fixed;
        background: -o-linear-gradient(top, #531bb1 0%, #745ab2 50%, #531bb1 100%) fixed;
        background: -ms-linear-gradient(top, #531bb1 0%, #745ab2 50%, #531bb1 100%) fixed;
        background: linear-gradient(top bottom, #531bb1 0%, #745ab2 50%, #531bb1 100%) fixed;



	text-align:center;		/*IE6以下でセンタリングするための対策*/
}
div#pagebody {

	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:left;	/*テキストの配置を左揃えにする*/
	background-image:url("images/bg_pagebody.gif");	/*内容全体の背景*/
	background-repeat:repeat-y;		/*背景画像を縦方向に繰り返す*/
	background-color:#ffffff;		/*内容全体の背景色*/
}


/*============================================
ヘッダ
============================================*/
div#header {

	height:110px;	/*背景画像のサイズに合わせてボックスの高さを指定*/
	background-image:url("../../image/earth_orange3.png");	/*ヘッダ部分の背景画像*/
	background-repeat:no-repeat;		/*背景画像を繰り返さない*/
	background-color:#cccccc;		/*ヘッダ部分の背景色*/

}

div#logo {
       float:right;
       display:inline;			/*リスト項目をインライン表示にする*/
       list-style-type:none;		/*リストマーカー無しにする*/
       background-repeat:no-repeat; 	/*背景画像を繰り返さない*/	
}



h1 {
	padding:20px 0px 0px 30px;		/*見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
        	
        }
h1 a {color:white; text-decoration:none; font-size:35px;} 			/*リンクの下線を無くす*/



h2 {
	padding:0px 0px 0px 60px;		/*見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
        	
        }

h2 a { color:white; font-size:25px; }


/*============================================
メインメニュー
============================================*/
ul#menu {
	   height:42px; background-color:#FFDBC9; font-weight:bold;
}
li#menu01,li#menu02,li#menu03,li#menu04,li#menu05 {
 
  
	float:left;			/*リスト項目を横に並べる*/
	display:inline;			/*リスト項目をインライン表示にする*/
	list-style-type:none;		/*リストマーカー無しにする*/
	background-repeat:no-repeat; 	/*背景画像を繰り返さない*/	
}


/*ボタン01〜05にはそれぞれ異なる背景画像を指定する*/
li#menu01 {
	width:164px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("images/bg_menu01.jpg");	/*背景画像*/
}
li#menu02 {
	width:156px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("images/bg_menu02.jpg");	/*背景画像*/
}
li#menu03 {
	width:156px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("images/bg_menu03.jpg");	/*背景画像*/
}
li#menu04 {
	width:156px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("images/bg_menu04.jpg");	/*背景画像*/
}
li#menu05 {
	width:164px; height:42px;	/*背景画像に合わせたサイズ指定*/
	background-image:url("images/bg_menu05.jpg");	/*背景画像*/
}









ul#menu a {
	color:darkorange;
	display:block;				/*リンクをブロック表示にする*/
	height:42px; padding-top:4px; text-align:center;
	text-decoration:none; 			/*リンクの下線を無くす*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
}





/*============================================
画像表示
============================================*/


#slideshow {

	position: relative;
	width:  750px; /* 画像の横幅に合わせて記述 */
	height: 500px; /* 画像の高さに合わせて記述 */
	padding:20px 10px 10px 10px;
}


#slideshow img {
	padding:10px 10px 10px 10px;
	width:750px;
	height:500px;
	position: absolute;
}


#slideshow img.active {


   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}








/*============================================
フッタ
============================================*/
div#footer {
        color:white;
	height:42px; 
	clear:both;					/*回り込みを解除する*/
	background-image:url("../../image/earth_orange3.png");	/*フッタ部分の背景画像*/
	background-repeat:no-repeat;			/*背景画像を繰り返さない*/
	background-color:#cccccc;		/*フッタ部分の背景色*/
        background-position: bottom;
        background-repeat:no-repeat;


}
address {
	font-style:normal;			 /*フォントスタイルを標準にする*/
	font-size:small;			 /*フォントサイズを小さくする*/
	padding:0px 0px 0px 0px;		 /*要素内容の位置調整*/
	text-align:center;
}






/*============================================
卒業生
============================================*/
div#member{
	background-image:slideshow;	/*フッタ部分の背景画像*/



}

h3 {
	padding:30px 0px 0px 30px;		/*見出し内容の位置調整*/
	font-family:Arial, Helvetica, sans-serif;	/*フォントの種類*/
	color:#745ab2; font-size:15px; 	
	position: relative; 

        }




img.sample1{
	padding:40px 0px 0px 80px;		/*見出し内容の位置調整*/
	color:#745ab2; font-size:15px; 	
	width:250px;
}



a.sample2{
	text-align:center;
	color:#745ab2; font-size:15px; 	
	padding:0px 0px 0px 100px;
}

a.sample3{
	text-align:center;
	color:#745ab2; font-size:15px; 	
	padding:0px 0px 0px 40px;
}



