﻿@charset "utf-8";
	
body{
	font:13px/1.231 Verdana,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color: #555;
	line-height: 1.4;
	background-color: #e3e3e3;
}

table{
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* =============================================================
　■□■ 1. リセット ■□■
============================================================= */

*{
	margin:0;
	padding:0;
}

table {
	border: 0;
}

fieldset,img,area { 
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

em {
	font-style: normal;
	font-weight: bold;
}

li,
ul li,
ul li ul li,
ol li ul li,
ol li ol li{
	list-style: none;
	margin: 0;
}

ol{
	margin-bottom: 5px;
}

ol li{
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 35px;
	margin-top: 12px;
}

ol li ol{
	margin-top: 3px;
	margin-bottom: 10px;
}

ol li ol li{
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin-left: 35px;
	margin-top: 5px;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant: normal;
}

sup{
	vertical-align: text-top;
}

sub{
	vertical-align: text-bottom;
}

input,textarea,select{
	font-family: inferit;
	font-size: inherit;
	font-weight: inherit;
}

input,textarea,select{
	*font-size: 100%;
}

legend{
	color: #555;
}

img{
	vertical-align: bottom;
	line-height: 0;
}

/* =============================================================
　■□■ 3. リンクカラー ■□■
============================================================= */

a:link,
a:visited /* リンク未訪問・訪問済みの色指定 */
{
	color: #19519f;
	background-color: transparent;
	text-decoration: underline;
}
a:hover,
a:active /* リンクマウスオーバー時の色指定 */
{
	color: #0f3161;
	background-color: transparent;
	text-decoration: underline;
}

