
@import "/library/default.css";

body {
	text-align:center;
}

div#wrap {
	width:950px;
	text-align:left;
	margin:auto;
}

/*------------------------*/

div#intro {
	margin:0 0 15px 0;
}

div#intro h2 {
	background-color:#cc0000;
	color:#ffffff;
	font-size:15px;
	margin:0;
	padding:10px 0 8px 10px;
}

div#intro table th {
	padding:10px 0 5px 0;
	border-bottom:1px dotted #cccccc;
	width:25%;
}

div#intro table td {
	padding:10px 0 5px 0;
	border-bottom:1px dotted #cccccc;
	width:75%;
}

div#intro ul {
	margin:10px 0 0 25px;
	padding:0;
}

div#intro ul li {
	margin:0 0 5px 0;
}

div#intro div#gaiyo {
	width:470px;
	height:210px;
	float:left;
	border:1px dotted #cc0000;
}

div#intro div#rule {
	width:470px;
	height:210px;
	float:right;
	border:1px dotted #cc0000;
}

div#contents {
	background-image:url(../image/bg_contents.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0 0 270px 0;
}

div#basic {
	display:block;
	float:left;
}

div#info {
	float:right;
	width:640px;
}

div#info_b {
	width:950px;
}

div#info p#coment {
	margin:0 0 0 130px;
}

/*------------------------*/

div#attention h4 {
	margin:0 0 10px 0;
	padding:7px 0 5px 7px;
	background-color:#cc0000;
	font-size:15px;
	color:#ffffff;
}

div#attention h5 {
	margin:0 0 10px 10px;
	font-size:13px;
	color:#cc0000;
}

div#attention ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

div#attention ul li {
	margin:0 0 5px 0;
	padding:0 0 0 15px;
	background-image:url(../image/list_attention.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

/*------------------------*/

div#cal {
	margin:0 0 10px 0;
}

div#cal h2 {
	margin:0 0 5px 0;
	padding:5px 0 3px 5px;
	background-color:#42577A;
	font-size:15px;
	color:#ffffff;
}

div#cal table {
	table-layout:fixed;
	border-collapse:collapse;
}

div#cal th {
	background-color:#F6F2E2;
	padding:6px 0 5px 0;
	text-align:center;
	border:1px dotted #cccccc;
	font-size:11px;
}

div#cal td {
	padding:6px 0 5px 0;
	text-align:center;
	border:1px dotted #cccccc;
	font-size:11px;
}

