﻿@charset "utf-8";



/* contents
--------------------------------------------------------------------------
01. Default style
--------------------------------------------------------------------------
*/


/* update history
--------------------------------------------------------------------------
12/01/2010 Adjustment of all css files.
--------------------------------------------------------------------------
*/



/* 01. Default style
----------------------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}
html{
	font-size:100%;
	line-height:1.3;
	font-family:Arial, Helvetica, sans-serif;
}
body{color:#4a4a4a;	
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-size:100%;
	font-weight:bold;
}
a{
	color:#7f0416;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#985860;
}
img{
	border:0;
	text-decoration:none;
	vertical-align:baseline;
}
ol,
ul{
	list-style:none;
}
blockquote{
	quotes:none;
}
cite{
	quotes:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:1em;
}
fieldset,
form,
label,
legend{
	border:0;
}
address{
	font-style:normal;
}
input,
textarea,
select,
option{
	font-family:Arial, Helvetica, sans-serif;
}
/* For IE7 hasLayout issue */
*:first-child+html * {
	letter-spacing: 0; /* hasLayout問題を回避 */
}
img{
	-ms-interpolation-mode: bicubic;
}

