@charset "shift_jis";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	letter-spacing:1px;
	line-height:18px;
	font-size: 12px;
	background:#000000;
}

A         {	text-decoration: none;}
A:link    {	color: #090B8A; text-decoration: none;}
A:visited {	color: #090B8A; text-decoration: none;}
A:hover   {	color: #090B8A; text-decoration: none;}
A:active  {	color: #090B8A; text-decoration: none;}

ul,ol{
	list-style:none;
}

	.info_main{
		padding:0px 10px;
	}
		.info_main ul{
		margin:0px auto;
		overflow-x: hidden;
		overflow-y: auto;
		}
		.info_main ul li{
			margin:5px 0px 5px 0px;
			padding:5px 0px 5px 0px;
			border-bottom:1px dashed #666666;
			overflow: hidden;
			color:#FFFFFF;
			}
			.info_main ul dl dt.title{
				color:#FFFFFF;
				font-weight:bold;
			}
			.info_main ul dl dd.date{
				text-align:right;
				color:#FFFFFF;
			}
			.info_main ul dl dd.body p.photo{
    			margin: 5px auto;
    			text-align: center;
			}
	
