@charset "UTF-8";

li	{
	margin: 0;
}
ul#btn {
	padding-left: 0;
}
ul#btn li {
	list-style: none;
}

div#read-me {
	margin-top: 1em;
	border: 1px solid #ccc;
}
div#read-me h2 {
	margin-bottom: 1em;
	padding-top: 10px;
	text-align: center;
}
div#read-me p {
	margin-left: 2em;
	margin-right: 2em;
	font-size: 1em;
	text-indent: 1em;
	line-height: 1.7em;
}
div#read-me p.spacer {
	margin-top: 1em;
}
div#read-me dl {
	margin-top: 1em;
	padding-bottom: 50px;
	font-size: 1em;
}
div#read-me dt,
div#read-me dd {
	line-height: 1.5
}
div#read-me dd {
	margin-left: 3em;
}

.msg {
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.9em;
	color: #f60;
}

/************************************
Download
************************************/
div#container-dl {
}
div#container-dl p.back {
	margin-top: 1em;
	margin-bottom: 2em;
	font-size: 0.9em;
}

/* �ڎ� */
div#container-dl ul#menu {
	margin: 1em 3em;
	padding: 1em;
	background: #fcf7eb url(images/menu_bg.jpg)  repeat left top;;
	border: 1px solid #ccc;
}
ul#menu li {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
}
div#container-dl h2 {
	margin-top: 1em;
	text-align: center;
}
div#container-dl .intro {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #ccc;
}
div#container-dl h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	padding-left: 0.5em;
	background-color: #0e6698;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
}
div#container-dl ol {
	margin-left: 1em;
}
div#container-dl ol li {
	margin-left: 2em;
	margin-bottom: 1em;
	border-top: 1px dashed #ccc;
}
div#container-dl dt {
	margin-top: 1em;
	font-weight: bold;
}
div#container-dl dd {
	margin-left: 3em;
}
div#container-dl dd img,
div#container-dl ol li img {
	margin-left: 2em;
}
/* �_�E�����[�h�{�^�� */
div.button	{
	width: 250px;
	height: 30px;
	margin-top: 1em;
	text-align: center;
	line-height: 30px;
}
div.button a {
	display: block;
	width: 250px;
	height: 30px;
	text-decoration: none;
}
div.button a:link,
div.button a:visited {
	background: #fff url(images/dl_btn.jpg) no-repeat 0 0;
	color: #00f;
}
div.button a:hover,
div.button a:active,
div.button a:focus {
	background: #fff url(images/dl_btn.jpg) no-repeat 0 -50px;
	color: #f00;
}



/* ���ӏ��� */
div#container-dl ul {
	margin-left: 2em;
	font-size: 0.95em;
	color: #333;
}
div#container-dl ul li {
	margin-bottom: 0;
}
/* DL�t�@�C�� */
div#container-dl ol li a img {
	margin: 1px;
}
div#container-dl ol li a:link img {
	border: 1px solid #00f;
}
div#container-dl ol li a:hover img,
div#container-dl ol li a:focus img,
div#container-dl ol li a:active img {
	border: 1px solid #f00;
}

/* �y�[�W��ɖ߂� */
p.return-top {
	margin-top: 2em;
	margin-bottom: 3em;
	background-color: #eee;
	font-size: 0.9em;
	line-height: 1.5;
	text-align: center;
}
p.return-top a {
	display: block;
	width: 100%;
	height: 1.5em;
}

div#read-me p.date {
	font-size: 0.9em;
	text-align: right;
}