@charset "utf-8";

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:         Panasonic Corporation
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- 

last updated -----------------------------------------------
10/05/13 ファイル新設（NT）
 -----------------------------------------------------------
*/

/* ----------------------- Browser Default Initialization */
html {
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td ,object ,img	{
	margin: 0;
	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{ text-align: left; text-justify: inter-ideograph; margin: 0px; padding: 0px; }
/* ----------------------- Basic Style */
/* ------------ Font Style */
body { font-family: Verdana, Geneva, sans-serif; font-size: 75%; line-height: 150%; text-align: center; color: #FFF; }
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: Verdana, Geneva, sans-serif;
}

/* ------------ A Style */
a:link	{
	text-decoration: none;
	color: #FFF;
}

a:visited	{
	text-decoration: none;
	color: #FFF;
}

a:hover	{
	text-decoration: underline;
	color: #A78A3C;
}

a:active	{
	text-decoration: underline;
	color: #A78A3C;
}


pre {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
a { outline: none; }
