﻿@charset "utf-8";

/* reset
---------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

table {
	border-spacing: 0;
}

fieldset,img,abbr,acronym {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}


/* font
---------------------------------------- */

body {
	font-size: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #505050;
}

h1 {
	font-size: 123.1%;
}

h2 {
	font-size: 108%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 93%;
}

h5 {
	font-size: 80%;
}

h6 {
	font-size: 77%;
}

.mText {
	font-size: 80%;
	line-height:150%;
}

.sText {
	font-size: 77%;
	line-height:130%;
}

strong {
	font-weight: bold;
}

.fontRed {
	color: #e00000;
}

a:link {
	color: #003399; text-decoration: underline; font-weight: normal;
}

a:visited {
	color: #330099; text-decoration: underline; font-weight: normal;
}

a:hover,a:active {
	color: #ff0000; text-decoration: underline; font-weight: normal;
}


