/* **************** */
/*   全体ＢＯＸ     */
/* **************** */
#whole-box {
	width :880px;
	margin : 0px auto;
	padding : 0px;
}

/* **************** */
/*  トップヘッダ部  */
/* **************** */
#top-header {
	margin : 0px;
	padding : 0px;
}

/* 校名表示 */
#top-komei a{
	float : right;
	margin : 5px 0px 0px 0px;
	padding : 2px;
	background-color : #0000d0;
	text-align : left;
	font-size : 12pt;
	color : #e0e0ff;
	text-decoration : none;
}
#top-komei a:hover {
	padding : 1px;
	background-color : #a0a0e0;
	border-style : solid;
	border-color : #0000ff;
	color : #ffffff;
	border-width : 1px;
}

/* トップタイトル */
#top-title {
	float : left;
	margin : 0px 0px 0px 20px;
	padding : 0px;
	text-align : left;
	font-size : 20pt;
	font-family : "HGP創英角ﾎﾟｯﾌﾟ体";
	color : #5050ff;
}

/* ******************** */
/* コンテンツ タイトル  */
/* ******************** */
h1 {
	clear : both;
	margin : 0px 0px 8px 0px;
	padding : 3px;
	background-color : #e0ffe0;
	border-bottom-style : solid;
	border-color : #00a000;
	border-width : 1px;
	font-size : 12pt;
	font-weight : bold;
}

/* ******************** */
/* コンテンツ コンテナ  */
/* ******************** */
.content {
	clear : both;
	margin : 8px 0px 20px 0px;
	padding : 0px 0px 8px 0px;
	text-align : left;
	font-size : 11pt;
	line-height: 140%;
}
.content h2 {
	clear: both;
	margin : 15px 5px 5px 5px;
	padding : 0px 5px;
	width : 500px;
	border-style : solid;
	border-color : #d03030;
	border-width : 0px 0px 1px 6px;
	text-align : left;
	font-size : 12pt;
	font-weight : bold;
	color : #000000;
}
.content h3 {
	clear: both;
	margin : 10px 5px 0px 10px;
	padding : 1px 5px;
	width : 400px;
	text-align : left;
	font-size : 11pt;
	font-weight : bold;
	color : #0000f0;
}
.content p {
	margin : 0px 5px 5px 10px;
	padding : 5px;
}
.content a {
	padding : 2px;
	color : #0060ff;
}
.content a:hover {
	padding : 2px 1px 0px 1px;
	background-color : #fff8e0;
	border : solid #ff9000 1px;
	text-decoration : none;
}

.content ol {
	margin : 0px 0px 10px 25px;
	padding : 0px;
}
.content ul {
	margin : 0px 0px 10px 15px;
	padding : 0px;
}
.content li {
	margin : 0px 0px 0px 20px;
	padding : 2px;
}

.content table {
	margin : 10px 0px 0px 20px;
	padding : 0px;
	border-collapse : collapse;
	width : 95%;
}
.content table,th,td {
	border : solid #a0a0a0 1px;
}
.content caption {
	margin : 0px 0px 0px 0px;
	text-align: left;
	font-weight: bold;
	background-color : #faf0f0;
	border : solid #a0a0a0 1px;
}
.content th {
	text-align : center;
	background-color : #f0f0f0;
}
.content th,td {
	padding : 2px;
	vertical-align : top;
}

/* **************** */
/*   水平ライン     */
/* **************** */
hr{
	clear : both;
	margin : 0px 0px;
	padding : 0px;
	width : 100%;
	border : solid #bbbbbb 2px;
}

/* **************** */
/*   フッタ等       */
/* **************** */
#footer {
	clear : both;
	margin : 10px;
}
#footer a {
	float : left;
	margin : 0px 10px;
	padding : 2px 1px 0px 1px;
	border : outset 2px #ffffff;
	background-color : #ddddff;
	text-decoration : none;
	font-weight : bold;
	font-size : 10.5pt;
	color : #0060ff;
}
#footer a:hover {
	padding : 2px 1px 0px 1px;
	border : outset 2px #ffffff;
	background-color : #aaccff;
}

