@charset "UTF-8";
/* CSS Document */

/*=== 基本ベースを設定します ===*/
* {
	margin: 0px;
	padding: 0px;
	}

body {
	font-size: 1em;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#f6deb4;
	}

a   {color:#7121f5;text-decoration:none}		/*基本のリンクカラーです*/
a:visited   {color:#5b1bc4}						/*リンク先に訪問した後のカラーです*/
a:hover   {color:#8c50ee;text-decoration:underline}		/*マウスオーバーしたときのカラーです*/
a:active   {color:#ff0000}						/*クリックしたときのカラーです*/

a img {border: 0;}
ol,ul,li,dl,dt,dd {list-style-type: none;}
h1,h2,h3,h4,ol,ul,li,dl,dt,dd,p,img,br {
	margin: 0;
	padding: 0;
}

/*=== コンテナー（HPの横幅を指定します）===*/
#container {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	}

/*=== ヘッダー部分のスタイル ===*/
#header {
	text-align:left;
	height:73px;
}

.logo {
	margin:13px 0 0 10px;
}

h1 {
	font-size:14px;
	color:#666;			/*サイトの説明部分の色を変える場合はここ*/
	padding:4px 0 0 10px;
}

.headerimage {
	float:right;
	margin-top:-60px;
}

/*=== トップメニュー部分のスタイル ===*/
#topmenu {
	width:525px;
	margin:auto;
}

* html #topmenu {
	width:535px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-2px;
}

#topmenu li {
	float:left;
	width:101px;
	height:25px;
	font-size:82%;
	line-height:200%;
	font-weight:bold;
	padding:0 2px;
}

* html #topmenu li {
	float:left;
	width:106px;
	height:25px;
	font-size:82%;
	line-height:200%;
	font-weight:bold;
	padding:0 2px;
}

#topmenu ul li a {
	background:url(imgs/sp-1o-toptab-of.gif) no-repeat;
	display:block;
	height:25px;
	color:#FFF;
}

#topmenu ul li a:hover {
	background:url(imgs/sp-1o-toptab-df.gif) no-repeat;
}

.topmenu {
	background:url(imgs/sp-1o-toptab-df.gif) no-repeat;
	margin:0 -2px 0 2px;
	color:#FFF;
}

.topgrad {
	clear:left;
	width:760px;
	height:27px;
	margin:0px 10px;
	background:url(imgs/sp-1o-contents-top-bg.gif) no-repeat;
}

/*=== メインコンテンツ部分のスタイル ===*/
#pankuzu {
	width:700px;
	border-top:#eb6100 solid 5px;
	font-size:73%;
	text-align:left;
	margin-bottom:-10px;
	padding:5px 30px 0 30px;
}

#contents {
	width: 760px;
	margin:0px 10px;
	background-color:#fcdfc2;	/*コンテンツ部分の背景色を変える場合はここ*/
}

h2 {
	font-size:145%;			/*タイトルh2のサイズを変える場合はここ*/
	font-weight:bold;
	color:#eb6100;			/*タイトルh2の色を変える場合はここ*/
}

h3,h4,h5 {
	font-size:120%;			/*タイトルh3,h4,h5のサイズを変える場合はここ*/
	font-weight:bold;
	color:#ef8200;			/*タイトルh3,h4,h5の色を変える場合はここ*/
}

#index-image {
	width:730px;
	margin:auto;
	border-bottom:#eb6100 solid 5px;
}

#main_contents {
	width: 730px;
	margin:15px 15px 0px 15px;
	background-color:#fff;
}

#message {
	padding:20px;
}

#message h2 {
	margin:10px 0;
}

#message p {
	width:460px;
	margin-left:auto;
	margin-right:auto;
	font-size:88%;
	line-height:160%;
	text-align:left;
}

#side_Left {
	width:330px;
	margin:10px 0 10px 20px;
	text-align:left;
	float:left;
}

* html #side_Left {
	width:330px;
	margin:10px 0 10px 10px;
	text-align:left;
	float:left;
}

#side_Left h3 {
	padding:10px 0 8px 15px;
	border-left:#eb6100 solid 4px;		/*左タイトルの左側帯のカラー*/
	border-bottom:#eb6100 dotted 1px;	/*左タイトルのアンダーラインのカラー*/
}

#side_Left p {
	font-size:88%;
	line-height:160%;
	text-align:left;
	padding:10px 0 10px 5px;
}

#side_Left li {
	font-size:82%;
	text-align:left;
	padding:2px 0 2px 20px;
}

#side_Right {
	width:330px;
	margin:10px 20px 10px 0;
	text-align:left;
	float:right;
}

* html #side_Right {
	width:330px;
	margin:10px 10px 10px 0;
	text-align:left;
	float:right;
}

#side_Right h4 {
	padding:10px 0 8px 15px;
	border-left:#eb6100 solid 4px;		/*右タイトルの左側帯のカラー*/
	border-bottom:#eb6100 dotted 1px;	/*右タイトルのアンダーラインのカラー*/
}

#side_Right p {
	font-size:88%;
	line-height:160%;
	text-align:left;
	padding:10px 0 10px 5px;
}

#side_Right img {
	margin:0 10px 0 0;
	float:left;
}

/* === フッター部分のスタイル === */

#footer {
	width:730px;
	margin:auto;
	background-color:#fff;
}

.pagetop {
	clear:both;
	font-size:11px;
	margin-right:20px;
	text-align:right;
}

#footermenu {
	margin:10px 0;
}

#footermenu li {
	display: inline;
	font-size:82%;
}

#copyright {
	margin-top:10px;
	padding:6px 0 12px 0;
	background:#eb6100;
	color:#FFF;
	font-size:82%;
	font-family:Arial, Helvetica, sans-serif;
}

#credit {
	font-size:64%;
	float:right;
	margin:-20px 10px 0 0;
}

#credit a {color:#fcdfc2;text-decoration:none}
#credit a:hover {color:#f79117;text-decoration:none}

.undergrad {
	clear:both;
	width: 760px;
	height:21px;
	margin:0px 10px;
	background:url(imgs/sp-1o-contents-under-bg.gif) no-repeat;
}
