﻿@charset "UTF-8";

/*---------------------------------------------
Dertec css

for notice category pages
coded by dertec at 2009.08.20
---------------------------------------------*/
/*メインエリア(ご利用案内)*/
.main_notice
{
	clear : both;
	/*font-size : 12px;*/
	color : #666666;
	text-align : left;
	min-height : 400px;
	line-height : 16px;
	float : left;
	background-image : url("../img/lnavi_background.gif");
	background-repeat : repeat-y;
}

/*ご利用案内背景コアエリア内*/
.notice_background
{
	min-height : 600px;
	background : url("../pg_notice/img/notice_index_img.gif") no-repeat;
	background-position : bottom;
}

/*ご利用案内小見出し*/
.notice_subheading
{
	width : 553px;
	margin-bottom : 10px;
}

/*ご利用案内JavaScript無効装飾*/
.notice_noscript
{
	padding-top : 5px;
	padding-bottom : 5px;
	color : red;
}

/*ご利用案内システム環境*/
.notice_system_img
{
	margin-top : 7px;
	margin-right : 12px;
}