﻿@charset "UTF-8";


body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

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

/*----------------------------------------
 1-2.universal selector
----------------------------------------*/

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/*----------------------------------------
 1-4.text module
----------------------------------------*/


address {
	margin: 0em 10px;
}




h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

p {
	font-size: 13px;
}


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


/*----------------------------------------
 1-5.Hypertext Module
----------------------------------------*/

a:link {
	color: #117403;
}

a:visited {
	color: #117403;
}

a:hover {
	color: #e99219;
}

/*----------------------------------------
 1-6.List Module
----------------------------------------*/

ul,
ol,
dl {
	margin: 0.3em 30px;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 13px;
}


li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}




/*----------------------------------------
 1-11.Object Module
----------------------------------------*/



