@charset "Shift_JIS";

* {	margin: 0;
	padding: 0;
	font-size: 100%;}
body {
	background: #FFCCCC;
	text-align: center;
	color: #003366;
	margin: 0px;
	padding: 0px 0px 0px 1px;



}
p {
	line-height: 1.4em;
}
li {
	line-height: 1.4em;
}
h6 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: small;
	line-height: 1.2em;
}
h5 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	line-height: 1.2em;
}
h4 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 16px;
	line-height: 1.4em;
	font-weight: bolder;
	color: #0066FF;

}
h3 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 18px;
	line-height: 1.8em;
}
h2 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 24px;
	line-height: 1.8em;
}
h1 {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 32px;
	line-height: 1.4em;
}
/*----------------------------------------------------
Link Color
----------------------------------------------------*/
a:link { color: #006600; }
a:active, a:visited { color: #660099; }
a:hover {
	color: #CC0000;
	background: #CCCCCC;
}

/*----------------------------------------------------
Container Width
----------------------------------------------------*/

div#container {
	width: 726px;
	margin: 0 auto;
	padding-bottom: 40px;
	background-color: #CCF;
	text-align: center;
}

#toptitle {
	width: 300px;
	border: medium ridge #FF9900;
	color: #FFFFFF;
	background: #FF0033;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	vertical-align: bottom;
	padding-top: 8px;
	padding-bottom: 5px;
}

/* ---- 上のナビゲーションバー ---- */

ul#topnav {
  clear: both;
  margin: 0;
  font-size: small;
  line-height: 1.4em;
  color: #ffffff;
  background: #999999;
}

ul#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;


}

ul#topnav li a {
	text-decoration: none;
	padding: 0.2em 0.8em;
	color: #ffffff;
	background: #666666;
	margin: 0px;
	border-top: 0px ridge #33FFCC;
	border-right: 2px ridge #33FFCC;
	border-bottom: 0px ridge #33FFCC;
	border-left: 2px ridge #FF0000;



}

ul#topnav li a:hover, 
ul#topnav li a:active, 		/* for IE (Keyboard) */
ul#topnav li a:focus {		/* for Netscape (Keyboard) */
  color: #ffffff;
  background: #ff6600;
}

/*---------   ---------*/


#titlephoto {
	text-align:left;
	float: left;
/*---	margin-left:auto;
	margin-right:auto;
---*/	
}

.leftimg {
	width: 120px;
	padding: 0px;

}
.rightimg {
	padding: 0px;
	width: 600px;
}

/*--- topic ---*/
.topic{
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	padding:5px;
	border-bottom:#909, 1px;
	background-color:#FFF;

}

.topic a{
	text-align:left;

}

.topic h2, h3{
	text-align:center;

}

.topic a,img{
	text-align:center;

}


/*--- record ---*/
.record{
	text-align:left;
	margin-left:8em;
	margin-right:8em;
	background-color: #DDF;
	

}

.record a{
	text-align:left;

}
