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

body {
	background-image: url(../images/background.jpg);
}
/*--FLASH余白調整--*/
object,embed{vertical-align:top;}


/*--ヘッダ余白調整--*/
#container {
	position: relative;
	top: -1px;
}


/*--サイドメニュー--*/

#side ul {
	line-height: 160%;
	border: double 1px #cccccc;
	background-color: #FFFFFF;
	padding: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#side ul li {
	margin-bottom: 8px;
}
/*--qr--*/

#qr {
	text-align: right;
}

#qr p{
	text-align:center;
	margin: 15px 0px;
}

#blog{
	text-align: right;
	margin-top:20px;
	padding-right: 30px;
	padding-bottom: 0px;
}

/*--新着情報--*/

#main .news {
	float: left;
	width: 532px;
	padding-top: 10px;
	padding-left: 10px;
}
#main .news img {
	float: left;
	margin-right: 15px;
}
#main .news h3 {
	color:#D35341;
	background-image: url(../images/tittle_03.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding-bottom: 7px;
	font-size: 15px;
}
#main .news p{
	font-size:65%;
}
#oldtp{
	float:right;
	padding: 15px;
}

/*--フッター--*/
#footer {
	clear:both;
	width:100%;
	background-color: #1E1D21;
	font-size: 8px;
	position: relative;
}
