﻿@charset "utf-8";

/* Copyright NEC Corporation. All Rights Reserved. */
/* $Id: /nec_tmp/v1/contents_common.css,v 1.01 2008/2/25 $ */
/*  ****************  Style TOC  ****************  */
/** 01: Headings, Paragraph
/** 02: Misc(em, address, hr, etc..)
/** 03: Lists
/** 04: Link Function
/** 05: Text Arrangement
/** 06: Table Styles
/** 07: Section Box Series
/** 08: Inquiry Box
/** 09: Left Block Style(.NF-sub)
/** 10: Local Navigation
/** 11: Relational Menu
/**	12: Client Menu
/** 13: Right Block Style(.NF-main)
/** 14: Image & Text Style(.NF-main)
/** 15: LocalNavi banner Style
/** --: Adjustment
/*  *********************************************  */

/*  ****************  Use Hack  ****************  */
/** 			Windows IE6 View & Print DeBug
/**
/** 			_height: 1em; /* for IE6 */
/*  *********************************************  */

* {
	margin: 0;
	padding: 0;
}

/* font size */
#NF-ContentArea .NF-main p {
	font-size: 95%;
}
#NF-ContentArea .NF-main h1 {
	font-size: 95%;
}
#NF-ContentArea .NF-main h2 {
	font-size: 95%;
}
#NF-ContentArea .NF-main h3 {
	font-size: 95%;
}
#NF-ContentArea .NF-main h4 {
	font-size: 95%;
}
#NF-ContentArea .NF-main h5 {
	font-size: 95%;
}

/* =============================================== */
/** 01: Headings, Paragraph(.NF-main)
/* ----------------------------------------------- */
/** h1 */
#NF-ContentArea .NF-main h1 {
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url("../../img/h1_bottom.gif") left bottom no-repeat;
	_height: 1em; /* for IE6 */
}
#NF-ContentArea .NF-main h1 span.NF-text {
	display: block;
	padding: 15px 5px 12px 23px;
	_padding-bottom: 11px;
	background: url("../../img/h1_bg.gif") no-repeat;
	_height: 1em; /* for IE6 */
}

/** h2 */
#NF-ContentArea .NF-main h2 {
	clear: both;
	width: 570px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url("../../img/h2_2cl_bottom.gif") left bottom no-repeat;
	_height: 1em; /* for IE6 */
}
#NF-ContentArea .NF-main h2 span.NF-text {
	display: block;
	padding: 6px 5px 2px 23px;
	background: url("../../img/h2_2cl_bg.gif") no-repeat;
	_height: 1em; /* for IE6 */
}

/** h3 */
#NF-ContentArea .NF-main h3 {
	clear: both;
	margin: 0 0 15px 10px;
	padding-bottom: 5px;
	background: url("../../img/dot.gif") left bottom repeat-x;
	_height: 1em; /* for IE6 */
}
#NF-ContentArea .NF-main h3 span.NF-text {
	display: block;	
	padding-left: 15px;
	background: url("../../img/blt_indigo.gif") 0 2px no-repeat;
	_height: 1em; /* for IE6 */
}

/** h4 */
#NF-ContentArea .NF-main h4 {
	clear: both;
	margin: 0 0 15px 10px;
	padding-bottom: 5px;
	_height: 1em; /* for IE6 */
}
#NF-ContentArea .NF-main h4 span.NF-text {
	display: block;	
	padding-left: 15px;
	background: url("../../img/blt_blue.gif") 0 2px no-repeat;
	_height: 1em; /* for IE6 */
}

/** h5 */
#NF-ContentArea .NF-main h5 {
	clear: both;
	margin: 0 0 15px 10px;
	padding-bottom: 5px;
	_height: 1em; /* for IE6 */
}
#NF-ContentArea .NF-main h5 span.NF-text {
	display: block;
	_height: 1em; /* for IE6 */
}

/** p */
/* More Text Style --> See 05: Text Arrangement */
#NF-ContentArea .NF-main p {
	margin: 0 10px 30px 10px;
}

/* =============================================== */
/** 02: Misc
/* ----------------------------------------------- */
em, address {
	font-style: normal;
}

/* =============================================== */
/** 03: Lists (.NF-main)
/* ----------------------------------------------- */
/** ul */
#NF-ContentArea .NF-main ul {
	margin-bottom: 20px;
	padding-left: 10px;
	list-style: none;
}
#NF-ContentArea .NF-main ul li {
	margin: 3px 0;
	padding-left: 13px;
	background: url("../../img/blt_blue_ss.gif") 0 0.5em no-repeat;
}

/* ol */
#NF-ContentArea .NF-main ol {
	margin-bottom: 20px;
	padding-left: 30px;
	margin-left: 0;
	_margin-left: 5px;
}
#NF-ContentArea .NF-main ol ol {
	margin-bottom: 0;
}
#NF-ContentArea .NF-main ol li {
	margin: 3px 0;
}

/* =============================================== */
/** 06: Table Styles
/* ----------------------------------------------- */
#NF-ContentArea .NF-main table {
	width: 550px;
	border-collapse: separate;
	margin-bottom: 10px;
	border-spacing: 1px;
}
#NF-ContentArea .NF-main table th {
	padding: 5px 9px;
	border: 1px solid #c8c8c8;
	text-align: left;
	vertical-align: top;
	background: #eee;
	font-weight: normal;
}
#NF-ContentArea .NF-main table td {
	padding: 5px 9px;
	border: 1px solid #c8c8c8;
	text-align: left;
	vertical-align: top;
}

/* =============================================== */
/** PSSyyle.cssから
/* ----------------------------------------------- */

#radioButton td
{
    border:solid 1px
}

pre
{
    font-family: 'ＭＳ ゴシック';
    font-size: small; 
}

img
{
    border-style:none;
}