@charset "utf-8";

/* ################################## */
/* ## ページCSS - Home             ## */
/* ################################## */

@import url("/styles/common/reset.css");
@import url("/styles/layout/standard.css");

/* #---------------------# */
/* # 共通                # */
/* #---------------------# */
/* ボディタグ */
body {
	background-image: url(/images/home/body-bg1.jpg) !important;
}

.headerMenu {
	background-image: url(/images/home/header-bg.jpg) !important;
}

#homeFooter {
	color: #191510;
	font-size: 85%;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 2px 5px;
	background-image: url(/images/home/news-bg.png);
	background-repeat: repeat;
}


/* #---------------------# */
/* # Magazine            # */
/* #---------------------# */
#magazines {
	top: 300px;
	left: 35px;
	width: 230px;
	height: 150px;
	position: absolute;
}

#magazines table {
	width: 100%;
	bottom: 0px;
	left: 0;
	position: absolute;
}

#magazines td {
	background-image: url(/images/home/magazine-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 64px;
	display: block;
}

#magazines td span {
	display: block;
}

#magazines td em {
	display: block;
	padding: 3px 0;
}

#magazines td a {
	display: block;
}


/* #---------------------# */
/* # NEWS                # */
/* #---------------------# */
#news {
	top: 482px;
	left: 35px;
	width: 400px;
	position: absolute;
	z-index: 100;
}

#news-header {
	background-image: url(/images/home/news-caption.png);
	background-repeat: repeat-x;
	height: 16px;
}

#news-caption {
	margin-top: 3px;
	margin-left: 10px;
}

#news-content {
	background-image: url(/images/home/news-bg.png);
	background-repeat: repeat;
	width: 100%;
	padding-top: 15px;
}

#news-content table {
	width: 95%;
	margin: 0 auto;
}

#news-content table td {
	margin-top: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #563f2f;
}

#news-content .date-cell {
	background-image: url(/images/home/news-bg.png);
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 6px;
}

#news-content .title-cell {
	color: #cac6ab;
	padding: 3px 6px;
}

#news a:link    { text-decoration: underline; color: #cac6ab; }
#news a:visited { text-decoration: underline; color: #cac6ab; }
#news a:hover   { text-decoration: none; color: #da9c08; }
#news a:active  { text-decoration: none; color: #da9c08; }

