﻿@charset "utf-8";


/* --------------------------------------------------------------------------------------
 VL-CMS
--------------------------------------------------------------------------------------- */

/* ニュース（VL-CMS） -------------------- */

/*
#news_title {
	background: url(../images/home/news_bg.gif) no-repeat left;
	font-size: 17px;
	font-weight: bold;
	text-indent: 70px;
	text-align:left;
	height: 45px;
	color: #666;
	margin: 0 0 5px 5px;
	padding: 0;
	line-height: 3.0em;
}
*/

#news {
	height: 250px;
	width: 560px;
	padding: 0px 20px 20px 0px;
	text-align: left;
}

#releaseBox {
	background-color: #FFF;
	padding: 10px;
	width: 530px;
	height: 240px;
	overflow: auto;
	vertical-align: top;
}
#releaseBox a{
	color: #0066CC;
	text-decoration: none;
}
#releaseBox a:visited {
	color: #0066CC;
	text-decoration: none;
}
#releaseBox a:active {
	color: #0066CC;
	text-decoration: none;
}
#releaseBox a:hover {
	color: #18327C;
	text-decoration: underline;
}
#releaseBox p {
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#releaseBox b {
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 2px;
}
#releaseBox .hot {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #339900;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}
#releaseBox .info {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #3399CC;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}
#releaseBox .blog {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #EF5050;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}
#releaseBox .event {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #FF6600;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}
#releaseBox .other {
	font-size: 10px;
	color: #FFFFFF;
	letter-spacing: 3px;
	background-color: #9F70CF;
	padding: 2px 7px 2px 10px;
	margin-left: 15px;
	text-align: center;
	font-style: normal;
}


/* RSS（VL-BLOG） -------------------- */

/*
#rss_title {
	text-align:left;
	letter-spacing: 2px;
	background-image: url(../images/news_title_arrow.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #113AA6;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 35px;
	margin-right: 35px;
	line-height: 14px;
}
*/

#rss {
	height: 250px;
	width: 560px; /* 560px */
	padding: 5px 10px 20px 0px;
	text-align: left;
}

#rssBox {
	background-color: #FFF;
	margin: 0px 0 10px 0;
	padding: 10px;
	width: 530px; /* 530px */
	height: 240px;
	overflow: auto;
	vertical-align: top;
}
#rssBox a{
	color: #FE9900;
	text-decoration: none;
}
#rssBox a:visited {
	color: #FE9900;
	text-decoration: none;
}
#rssBox a:hover {
	color: #FE9900;
	text-decoration: underline;
}
#rssBox a:active {
	color: #FE9900;
	text-decoration: none;
}
#rssBox dt {
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 2px;
}
#rssBox dd {
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}



/* --------------------------------------------------------------------------------------
 追加スタイル
--------------------------------------------------------------------------------------- */

/* 大切なお願い（static） -------------------- */


#asking {
	height: 150px;
	width: 560px;
	padding: 0px 20px 20px 0px;
	text-align: left;
}

#askingBox {
	background-color: #FFF;
	padding: 10px;
	width: 530px;
	height: 140px;
	overflow: auto;
	vertical-align: top;
}
#askingBox a{
	color: #0066CC;
	text-decoration: none;
}
#askingBox a:visited {
	color: #0066CC;
	text-decoration: none;
}
#askingBox a:active {
	color: #0066CC;
	text-decoration: none;
}
#askingBox a:hover {
	color: #18327C;
	text-decoration: underline;
}
#askingBox p {
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
}
#askingBox b {
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 2px;
}
#askingBox strong {
	font-size: 12px;
	font-weight: bold;
	color: #555;
	text-decoration: underline;
}

/* 見出し -------------------- */

h4 { margin-top: 10px;}

