@charset "utf-8";

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
   各ページの基本的なスタイル
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

/*======================================
   1-1.Universal selector
 ======================================*/

* {
	line-height: normal;
	color: #6C6C6C;
	font-weight: normal;
	font-style: normal;
}

/*======================================
   1-2.Structure Module
 ======================================*/

body {
	font-family: "MS UI Gothic", Arial, sans-serif, Helvetica;
	font-size: 62.5%;
}

/*======================================
   1-3.Text Module
 ======================================*/

p,
address {
	margin: 0.8em 10px;
}

h1,
h2,
h3 {
	margin: 0.8em 10px;
	line-height: 1.2;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 1em;
}

h2 {
	padding: 0;
	font-size: 1.5em;
	color: #CD4730;
}

h3 {
	font-size: 1.4em;
	color: #660000;
	font-weight: bold;
	text-align: left;
}

/*======================================
   1-4.Hypertext Module
 ======================================*/

a:link {
	text-decoration: none;
	color: #0000FF;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

/*======================================
   1-5.List Module
 ======================================*/

ul,
ol,
dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0
}

dd {
	margin: 0;
}

/*======================================
   1-6.Form Module
 ======================================*/

form {
	margin: 0;
	padding: 0;
}

input {
	font-size: 90%;
}
