@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;
}

#homeFooter {
	color: #b7b7b7;
	font-size: 0.85em;
	margin-top: 15px;
	padding: 5px;
}

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

#news-header {
	padding-bottom: 10px;
}

#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;
	padding-bottom: 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-content a {
	display: inline;	
}

#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; }


/* #---------------------# */
/* # Magazine            # */
/* #---------------------# */
#magazine {
	top: 222px;
	left: 35px;
	width: 400px;
	position: absolute;
	z-index: 90;
}

#magazine-header {
	padding-left: 10px;
	padding-bottom: 5px;
}

#magazine table {
}

#magazine table caption {
	padding: 5px 2px;
	font-size: 0.85em;
}

#magazine table th {
	padding-right: 5px;
	border-bottom: 5px solid transparent;
}

#magazine table th img {
	border: 1px solid #3a312a;
}

#magazine table td {
	width: 170px;
	vertical-align: top;
	background-image: url(/images/home/magazine-bg.png);
	background-repeat: repeat-x;
	border-bottom: 5px solid transparent;
	overflow: hidden;
}

#magazine table td a {
	display: block;
	padding: 7px;
}

#magazine table td a:link    { text-decoration: none; color: #ffffff; }
#magazine table td a:visited { text-decoration: none; color: #ffffff; }
#magazine table td a:hover   { text-decoration: none; color: #ffffff; }
#magazine table td a:active  { text-decoration: none; color: #ffffff; }

#magazine table td img {
	display: block;
	margin: 5px 0 0 auto;
}

#magazine table td em {
	display: block;
	margin: 3px 0 5px 0;
}

