@charset "utf-8";
/**
* 全体で共有する定義
*   2009.03.24 Systemix 佐々木
*/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #414141;
/*	font-size: 93%;*/
	font-size: 75%;
	font-family: "MS Gothic", "Courier New", sans-serif;
}
body * {
	line-height: 1.2;
}

h1 {
	font-size: 114%;
}
h2 {
	font-size: 107%;
}
h3 {
	font-size: 100%;
}
h4 {
	font-size: 93%;
}
h5 {
	font-size: 86%;
}
h6 {
	font-size: 80%;
}
h7 {
	font-size: 74%;
}
h1,h2,h3,h4,h5,h6,h7 {
	color: #484848;
}

input,
select,
textarea {
	font-size:1em;
	font-family: "MS Gothic", "Courier New", sans-serif;
}

img {
	border-style: none;
	border-width: 0;
	border-color: transparent;
}

/* 標準のテーブル */
table {
	border-collapse: collapse;
	empty-cells: show;
	font-size: 1em;
}
th, td {
	margin: 0;
	padding: 0;
	line-height: 1.28;
	background-color: transparent;
}

dl dd {
	margin: 0 0 1em 1.4em;
}

p {
	margin: 0.4em 0;
}

a:link {
	color: blue;
	background-color: transparent;
	text-decoration: underline;
}
a:visited {
	color: #4d27ff;
}
a:hover {
	color: blue;
	/*background-color: #ffe8e8;*/
	text-decoration: none;
}
a:active {
	color: red;
}

/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
