@charset "UTF-8";

/* ===================================================
	Contents CSS
====================================================== */


/*  index
--------------------------------------------------- */


#contents h2{
	margin: 0 0 20px;
	height: 50px;
}

#contents h3{
	margin: 10px;
	color: #a40000;
	font-size: 0.75em;
	line-height: 2;
	background: url(../common_img/dot_black.gif) repeat-x left bottom;
}


div#main_img{
	padding: 10px 0;
}

div#menu{
	margin: 0 -11px 10px 0;
}

#menu ul{ height: 176px;}

#menu li{
	display: inline;
	text-indent: -9999px;
}

#menu li a{
	margin-right: 11px;
	width: 176px;
	height: 176px;
	float: left;
	display: block;
	text-decoration: none;
}


li#m_example a{
	background: url(../images/menu_example.jpg) 0 0;
}

li#m_success a{
	background: url(../images/menu_success.jpg) 0 0;
}

li#m_overview a{
	background: url(../images/menu_overview.jpg) 0 0;
}

#menu li a:hover{
	background-position: 0 -176px;
	text-decoration: none;
}


ul.info{ margin: 10px 15px 10px 10px;}
ul.info li{ margin-bottom: 15px;}


span.day{
	margin-bottom: 5px;
	display: block;
	color: #a40000;
	font-weight: bold;
}

span.news{
	color: #010101;
	line-height: 1.7;
}

