@charset "utf-8";

/*===================================================



	rule/

		index.htm

		bannner.htm

		kitei.htm

	

	copyright.htm



====================================================*/



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

	import

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

@import url("common.css");



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

	観戦マナー

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

h3 {

	border-bottom: 1px solid #333;

	border-left: 5px solid #F00;

	clear: left;

	font-size: 14px;

	font-weight: bold;

	letter-spacing: 0.1em;

	margin: 10px 20px;

	text-indent: 5px;

}

#main ul li {

	list-style-position: inside;

	list-style-type: square;

}

#main ol li {

	list-style-position: outside;

	list-style-type: decimal;

	margin-left: 2em;

}

#main ol li li {

	list-style-position: outside;

	list-style-type: upper-alpha;

	margin-left: 5em;

}

#main dl li {

	list-style-position: outside;

	list-style-type: square;

	margin-left: 3em;

}


#main strong {

	color: #F00;

}

