@charset "UTF-8";

/* RESET ------------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
p,pre,blockquote,th,td,
form,fieldset,input,textarea,select{
	margin:0;
	padding:0;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
strong,em,h1,h2,h3,h4,h5{font-weight:bold;}
html {overflow-y:scroll;}
table{border-collapse:collapse; border-spacing:0;}
caption,th{text-align:left;}
ol,ul{list-style:none;}
li {list-style:none outside; vertical-align:top;}
fieldset,img{border:0;}
select option{padding:0 5px;}
form label{cursor:pointer;}
a {outline:0;overflow:hidden;}

/* BASE ------------------------------------------------ */
body,input,select,textarea{
	color:#000;
	background-color:#fff;
	font-family:'ＭＳ ゴシック','Helvetica Neue','Arial','Hiragino Kaku Gothic ProN','Hiragino Sans','Meiryo',sans-serif;
	font-size:62.5%;
}

h1,h2,h3,h4,h5{font-size:1.4em;line-height:125%;}
pre,blockquote,dt,dd,li{font-size:1.0em;line-height:145%;}
p{font-size:1.2em;line-height:150%;}

a,a[name]:hover{color:#000; text-decoration:none;}
a:link, a:visited, a:hover, a:visited:hover{color:#09f; text-decoration:underline;}
body{
	text-align:center;
	/* background:#ff4628 url(img/back_top.gif) 50% 0% repeat-x; */
}
#container{
	margin:0 auto 0 auto;
	width:760px;
	text-align:left;
}

/* HEADER ------------------------------------------------ */
#header{
	width:760px;
	height:252px;
	margin-bottom:5px;
	padding-top:8px;
	background:transparent url(img/hdr_photo.jpg) 100% 0% no-repeat;
}
#header h1{
	text-indent:-9999px;
	width:470px;
	height:86px;
	background:transparent url(img/hdr_logo.gif) 0px 0px no-repeat;
	margin-bottom: 20px;
}
#header p{
	text-indent:-9999px;
	width:470px;
	height:71px;
	background:transparent url(img/hdr_faculty.gif) 0px 0px no-repeat;
	margin-bottom: 15px;
}
#header h2{
	text-indent:-9999px;
	width:760px;
	height:51px;
	background:transparent url(img/hdr_copy.gif) 0px 0px no-repeat;
}


/* MAIN ------------------------------------------------ */
#main{
	width: 758px;
	overflow:hidden;
	/* background:#fff url(img/bdy_bk.gif) 0% 0% repeat-y;*/
	padding: 15px 0;
	margin-bottom: 10px;
	border: 1px solid #0186c9;
}

#main .cntnt{
	min-height: 0;
	margin:0 16px 10px;
	background-color:transparent;
	background-position:565px 0px;
	background-repeat:no-repeat;
}
#main #cntnt00{background:none;}
#main #cntnt01{background-image: url(img/fig01.jpg);}
#main #cntnt02{background-image: url(img/fig02.gif);background-position:565px 2px;min-height:110px;}
#main #cntnt03{background-image: url(img/fig03.jpg);min-height: 80px;}
#main #cntnt04{background-image: url(img/fig04.jpg);margin-bottom: 0;}

#main h3{
	text-indent:-9999px;
	width:535px;
	height:18px;
	margin-bottom: 5px;
	background-color:transparent;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#main #cntnt00 h3{background-image: url(img/h300.gif);}
#main #cntnt01 h3{background-image: url(img/h301.gif);}
#main #cntnt02 h3{background-image: url(img/h302.gif);}
#main #cntnt03 h3{background-image: url(img/h303.gif);}
#main #cntnt04 h3{background-image: url(img/h304.gif);}

#main p{
	width:555px;
	background-color:transparent;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#main #cntnt00 p{width:730px;}


/* FOOTER ------------------------------------------------ */
#footer{
	width:760px;
	overflow:hidden;
	/* background:#fff url(img/bdy_bk.gif) 0% 0% repeat-y;*/
	margin-bottom: 8px;
}

#ftrlogo{
	float:left;
	display:inline;
	text-indent:-9999px;
	width:325px;
	height:42px;
	background:transparent url(img/ftr_logo.gif) 0px 0px no-repeat;
	margin:0 24px 0 0;
}

#ftrlink{
	text-indent:-9999px;
	float:left;
	display:inline;
	width:411px;
	height:44px;
	background:transparent url(img/ftr_lead.gif) 0px 0px no-repeat;
}
#ftrlink span,
#ftrlink a{
	text-indent:-9999px;
	float:left;
	display:inline;
	width:162px;
	height:44px;
	margin: 0;
	background-color:transparent;
	background-position:0px 0px;
	background-repeat:no-repeat;
}
#ftrlink span{width:78px;}
#ftrlink a#btn01{background-image: url(img/btn_hp.gif);margin: 0 8px 0 0;}
#ftrlink a#btn02{background-image: url(img/btn_ltrtr.gif);margin: 0;}


#ftr_rlogo{
	width: 760px;
	margin-top:20px;
	font-size:8px;
}
#ftr_rlogo a img{
	border-style:none;
}