@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------
   全体設定
   ------------------------------------------------*/
*{
    margin:0 auto;
    padding:0;
    font:normal normal normal 100%/1.3 "ＭＳ Ｐゴシック","Osaka",sans-serif;
	font-size: 16px;
}

html, body
{
	height: 100%;
}

/* Header */
#header{
	height:80px;
	width:960px;
	margin:0 auto 0 auto;
	background-color:#003366;
	border-left:#cacaca solid 1px;
	border-right:#cacaca solid 1px;
}
h1{
	padding:20px 0 0 20px;
	color:#ffffff;
	font-size:25pt;
}

/* コンテンツコンテナ */
div#continer{
	position:relative;
	min-height: 100%;
}
* html div#continer {
	height: 100%;
}
/* メインコンテンツ */
div#main{
	padding:10px 40px 40px 40px;
	width: 880px;
	border-left:#cacaca solid 1px;
	border-bottom:#cacaca solid 1px;
	border-right:#cacaca solid 1px;
	background:#ffffff;
}

/* フッター */
div#footer{
	margin:5px auto;
	width:960px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #333333;
}


table.top{
	width:900px;
	border-collapse:sepalate;
	border-spacing: 10px;
}
table.top td{
		vertical-align:top;
		text-align:left;
		width:450px;
		padding:0px 15px;
}
a{
	text-decoration:none;
	color:#000000;
	text-align:center;
}
a:hover{
	text-decoration:underline;
}
a.kanji{
	display:block;
	margin:10px auto;
	text-align:center;
	background:url("index_images/kanji.jpg") no-repeat;
	width:300px;
	height:235px;
	text-indent:-9999px;
}
a.kanji:hover{
	background:url("index_images/kanji_hover.jpg") no-repeat;
}
a.katakana{
	display:block;
	margin:10px auto;
	text-align:center;
	background:url("index_images/katakana.jpg") no-repeat;
	width:300px;
	height:235px;
	text-indent:-9999px;
}
a.katakana:hover{
	background:url("index_images/katakana_hover.jpg") no-repeat;
}

h3
{
	margin: 0px;
	border-bottom:#003366 solid 1px;
	border-left:#003366 solid 5px;
	color: #000000;
	line-height: 1.5em;
	font-size: 18px;
	text-align: left;
	padding:5px 0 5px 10px;
}
