@charset "utf-8";

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

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

/* #---------------------# */
/* # 共通                # */
/* #---------------------# */

html {
	height: 100%;
}

body {
	background-color: #362E23;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	height: 100%;
}

a:link    { text-decoration: underline; color: #d65038; }
a:visited { text-decoration: underline; color: #d65038; }
a:hover   { text-decoration: underline; color: #FFFFFF; }
a:active  { text-decoration: underline; color: #FFFFFF; }

/* #---------------------# */
/* # メイン              # */
/* #---------------------# */
#news-header {
	background-color: #201b15;
	background-image: url(/images/home/news-logo.gif);
	background-position: 10px center;
	background-repeat: no-repeat;
	padding-right: 10px;
	text-align: right;
	height: 30px;
	line-height: 30px;
}

#news-title {
	background-color: #191510;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	border-top: 1px solid #4d463d;
	border-bottom: 1px solid #4d463d;
	text-align: center;
}


#news-content {
	position: absolute;
	top: 60px;
	bottom: 30px;
	width: 100%;
	overflow: auto;
}

#news-comment {
	padding: 10px;
}

#news-close {
	border-top: 1px solid #4d463d;
	background-color: #201b15;
	text-align: center;
	bottom: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	line-height: 30px;
	position: absolute;
}

#news-close a:link    { text-decoration: underline; color: #FFFFFF; }
#news-close a:visited { text-decoration: underline; color: #FFFFFF; }
#news-close a:hover   { text-decoration: underline; color: #d65038; }
#news-close a:active  { text-decoration: underline; color: #d65038; }



