/* html */

/* body */
html {
	height : 100%;
}
body {
	height : 100%;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	text-align: center;
	background-color: #EEEEEE;

}
/* P */
p {
	margin: 0px;
	padding: 0px;
}
/* a */
a {
	color: #7798DD;
	text-decoration: none;
}
a:hover{
	color: #E27D72;
	text-decoration: underline;
}
/* th td */
th {
	font-size:12px;
}
td {
	font-size:12px;
}
/* img */
img {

}
/* clbr */
br.cl {
	clear:both;
}


/* 基本枠 
-----------------------------------------------------------------------------*/
div#all {
	background-color: #666666;
	width: 650px;
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
/* ヘッダータイトル
-----------------------------------------------------------------------------*/
div#header_title {
	background-color: #666666;
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: center;

}
div#header_title p {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* トピックスパス
-----------------------------------------------------------------------------*/
div#header_navi {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	color: #FFFFFF;

}
div#header_navi a {
	font-weight: bold;
	color: #FFFFFF;
}
/* エラー表示
-----------------------------------------------------------------------------*/
p.error{
	font-weight: bold;
	color: #FF0000;	
}
/* コンテンツメイン
-----------------------------------------------------------------------------*/
div#con_main {
	float: none;
	width: 600px;
	margin-right: auto;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 80%;
	text-align: center;

}
div#con_mi {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #7798DD;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;

}
div#con_main div.mi {
	width: 580px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	text-align: center;
	color: #689630;
	font-weight: bold;
}


/* フッター 
-----------------------------------------------------------------------------*/
div#footer {
	clear:both;
	width: 600px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
div#footer p{
	padding: 5px;

}
#mahoujin td {
	border: 1px solid #000000;
	height: 60px;
	width: 60px;
}
