/* スタイルシート設定 (hiro) 2007/07/11 */


/* クラス指定 */

.indent { text-indent:1em; }


/* 全体のスタイルシート */

body {
	margin: 10px;
	padding: 10px;
	line-height: 150%;
	font-family: "メイリオ",Meiryo,Arial;
}

a {
	color: #372304;
	text-decoration: none;
}

a:hover {
	color: #ad4034;
	text-decoration: underline;
}

a:active {
	color: #372304;
	text-decoration: underline;
}


/* Title call */

#title font {
	font-size: 48px;
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}


/* Sub title call */

#subtitle font {
	font-size: 30px;
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}


/* Normal call */

#normal font {
	font-size: 12px;
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}


/* Large call */

#large font {
	font-size: 18px;
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}


/* layout link */

#layout font {
	font-size: 18px;
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}


/* paragraph --- For general */

#paragraph {
	position: static;
	width: 750px;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	border: 3px solid #ad4034;
}

#paragraph font {
	font-size: 12px;
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}

#paragraph table {
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}


/* paragraph_i --- For index */

#paragraph_i {
	position: static;
	width: 750px;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	border: none;
}

#paragraph_i font {
	font-size: 22px;
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}

#paragraph_i table {
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}


/* paragraph_r --- For Research */

#paragraph_r {
	position: static;
	width: 750px;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	border: 3px solid #000080;
}

#paragraph_r font {
	font-size: 12px;
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}

#paragraph_r table {
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}


/* paragraph_p --- For Photo */

#paragraph_p {
	position: static;
	width: 1000px;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
	border: 3px solid #2d5734;
}

#paragraph_p font {
	font-family: "メイリオ",Meiryo,Arial;
	line-height: 150%;
}

#paragraph_p table {
	margin: 5px 5px 5px 5px;
	padding: 2px 2px 2px 2px;
}


/* 	background-color: #ffffff; */







/* wrapper */
#wrapper {
  width:740px;
  margin: 0 auto;
  background : url(./imgs/body_bg1.png) repeat-y left top;
}

/* Header */
#header{
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  width:740px;
 height:106px;
  background : url(./imgs/header.png); 
}

#header img{
  float:right;
  padding-right:15px; 
}


/* navigation */

#navigation{
  position: absolute;
  top: 100px;
  left: 0px;
  width:750px;
  font-family: "Arial";
}
#navigation ul{
  margin:0;
  padding:0;
  list-style:none;
}
#navigation li{
  float: left;
  width: 123px;
  margin: 0;
}
#navigation li a{
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  font-size:90%;
  color: #111111;
  text-decoration: none;
  border-left: 1px solid #0000ff ;
  background : url(./imgs/navi_bg.png) no-repeat left top;
}
#navigation li a:hover{
  color:#EC8602;
  background : url(./imgs/navi_bg.png) no-repeat right top;
}

#navigation ul ul{
  background: #CCEECC;
}
#navigation ul ul li{
  float: none;
}
#navigation ul ul li a{
  border-top: 1px solid #FFFFFF;
  background: none;
  font-size: 80%;
  font-weight: normal;
  padding: 4px 0;
}
#navigation ul ul li a:hover{
  color: #FFFFFF;
  background-image: none;
  background-color: #EC8602;
}
#navigation ul li.parent ul{
  display: none;
}
#navigation ul li.parentOn ul{
  display: block;
}

/* menu */
#menu{
  text-align: right;
  width:120px;
}
#menu ul, #menu li{
  margin:0;
  padding: 0;
  list-style:none;
}

#menu a, #menu a:link, #menu a:visited{
  text-decoration: none;
  color: #FFFFFF;
  background-color: #0099CC;
  border: 2px outset #006699;
  display: block;
  padding:5px 10px;
  width:auto;
  height:auto;
}
#menu a:hover{
  color:#FFFFFF;
  background-color:#004488;
  border: 2px inset #006699;
}

#content{
  position:relative;
  width:750px;
  margin-top:30px;
}

#front{
position: relative;
  width:670px;
  height:360px;
  left: 2px;
  top: 0px;
  padding:50px 30px 30px 20px;
  font-size:150%;
  font-weight:700;
  color:#660033;
background : url(./imgs/front2.png) no-repeat;
}

#primary{
  position: relative;
  width:700px;
  left: 20px;
  top: 0px;
  background-color: #eeeeee;
}


#paragraph2{
  position: relative;
  width:670px;
  left: 10px;
  top: 0px;
padding:5;
margin:3px 0px 9px 0px;
border-top: 2px solid #cc0000 ;
border-bottom: 2px solid #cc0000 ;
border-left: 2px solid #cc0000 ;
border-right: 2px solid #cc0000 ;
font-size:100%;
line-height:150%;
}

#paragraph2 img{
   text-align:center;
}

#Reference{
  position: relative;
  width:650px;
  left: 10px;
  top: 0px;
padding:5;
margin:3px 0px 9px 0px;
font-size:100%;
line-height:150%;
}

#Reference ul{
  list-style-type:decimal;
}


#footer{
position: relative;
  font-size:100%;
    clear:both;
  padding: 15 0 0 0px;
  width:740px;
  height:85px;
  color: #000000;
  background-color: #22AA22;   
  background : transparent url(./imgs/footer.png);
}
#footer .copyright{
position: relative;
text-align: right;  
float: right;
}
#footer .section, #footer .section a{
color:#111111;
text-decoration: none;
position: relative;
text-align: left;  
float: left;
padding: 0 0 0 10px;
}

#location{
  margin: 5px 0 5px 5px;
  color:#000000;
  width:500px;
  text-decoration: none;
  font-family: "Arial";
  font-size:75%;
}
#location a, #location a:link, #location a:visited{
color:#000000;
text-decoration: none;
}



