
@import "/library/default.css";

body {
	text-align:center;
}

div#wrap {
	width:950px;
	text-align:left;
	margin:auto;

}

/*------------------------*/

div#contents {
	margin:0 0 20px 0;
}

div.basic {
	float:left;
	width:300px;
}

div.basic div.coment {
	background-color:#FFEDFE;
	padding:15px;
	margin:0 0 10px 0;
}

div.basic div.link {
	text-align:center;
}

div.basic div.link h4 {
	margin:0 0 7px 0;
	padding:7px 0 5px 0;
	background-color:#eeeeee;
	font-size:14px;
}

div.basic div.link img {
	margin:0 0 5px 0;
}

div.info {
	float:right;
	width:640px;
}

div.entry {
	margin:0 0 20px 0;
}

div.entry h2 {
	margin:0 0 10px 0;
	padding:10px 0 8px 10px;
	font-size:15px;
	color:#ffffff;
	background-color:#C4008F;
}

/*------------------------*/

div.gaiyo {
	background-color:#faf7e6;
	border:2px solid #bba900;
	padding:10px;
	margin:0 0 10px 0;
}

div.gaiyo table {
	table-layout:fixed;
	border-collapse:collapse;
}

div.gaiyo th {
	width:25%;
	padding:7px 0 5px 0;
	border-bottom:1px dotted #cccccc;
	font-weight:normal;
	font-size:15px;
}

div.gaiyo td {
	width:75%;
	padding:7px 0 5px 0;
	border-bottom:1px dotted #cccccc;
	font-weight:normal;
	font-size:15px;
}

div.gaiyo ul {
	margin:0 0 0 25px;
	padding:0;
}

/*------------------------*/

div#attention {
	margin:0 0 10px 0;
	padding:15px;
	border:1px dotted #cc0000;
}

div#attention h4 {
	margin:0 0 10px 0;
	padding:0 0 5px 5px;
	font-size:13px;
	color:#cc0000;
	border-bottom:1px dotted #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 17px;
	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;
}
