@charset "Shift_JIS";

/*
style.css
created: 2009-03-01
*/


/** 共通初期化 **/
*{
	margin:0;
	padding:0;
	color:#333;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック";
	font-weight:normal;
}
body{
	margin:auto;
	text-align:center;
	background:#ffffff;
}
img{
	border:0;
}
ul,li{
	list-style:none;
}
a{
	color:#cc0000;
}
a:hover{
	color:#3a5e95;
}
p{
	margin-bottom:5px;
	line-height:120%;
}

/** 大外枠 #container **/
#container{
	width:950px;
	height:660px;
	margin:auto;
	text-align:left;
	position:absolute;
	top:50%;
	margin-top:-330px;
	left:50%;
	margin-left:-475px;
}

.rt_images {width:950px; text-align:right; background-color:#FFFFFF; padding-bottom:5px;}


/** その他 **/
.clear{
	clear:both;
}
