@charset "Shift_JIS";

/* Style Sheet for Convention */

* {
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}

/* Structure Module */

body {
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 5%;
	margin-left: 2%;
	line-height: 1.25em;
	color: #000000;
	background-color: #ffffff;
	font-family: "ＭＳ 明朝", "平成明朝", serif;
}

/* Text Module */

/* Heading */

h1, h2, h3 {
	line-height: 1em;
}

h1, h2 {
	margin-top: 2%;
	margin-bottom: 2%;
	font-family: "HG行書体", "HG正楷書体-PRO";
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2em;
}

h3 {
	margin-top: 2%;
	margin-left: 2%;
	font-size: 1.2em;
}

h2#Info {
	clear: both;
}

/* Block */

p {
	margin-left: 2%;
	font-size: 0.9em;
}

p#Navi {
	line-height: 1em;
	font-size: 1.1em;
}

p#Version {
	margin-left: 30%;
	font-size: 1em;
}

p.lineup {
	margin-bottom: 1%;
	font-family: "HG正楷書体-PRO";
	font-size: 1.2em;
}

p.another {
	margin-top: 1%;
}

p.asamagi {
	margin-top: 3%;
	font-size: 1.2em;
	font-style: italic;
}

p.other {
	margin-top: 5%;
}

/* Hypertext Module */

a {
	text-decoration: underline;
}

a:link {
	color: #0099ff;
}

a:visited {
	color: #9900ff;
}

a:hover {
	background-color: #ffcc00;
}

a:active {
	color: #ff0000;
}

/* List Module */

ol, ul {
	margin-left: 10%;
}

ol {
	margin-top: 2%;
	margin-bottom: 2%;
}

li.odd {
	float: left;
	width: 40%;
}

li.even {
	margin-left: 5%;
}

/* Bushin Module  */

div#Bushin {
	clear: both;
}

div#Bushin h2 {
	margin-bottom: 0%;
	color: #ff0000;
	font-size: 2.5em;
}

div#Bushin p {
	margin-left: 10%;
	line-height: 1em;
	font-size: 1.1em;
}

div#ExMatch h2 {
	color: #ff0000;
	font-size: 2em;
}

/* Character Module */

body#Character h1 {
	margin-left: 5%;
	font-family: "HG正楷書体-PRO";
	font-size: 3em;
}

body#Character p.image {
	text-align: center;
}

body#Character img {
	border-width: 0.1em;
	border-style: solid;
	border-color: #000000;
}

dl {
	margin-top: 2%;
	margin-right: 10%;
	margin-bottom: 5%;
	margin-left: 15%;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 10%;
}

dd.another {
	margin-top: 1%;
}

div#SS {
	margin-top: 2%;
	margin-right: 10%;
	margin-left: 15%;
}

p.talk {
	margin-top: 1%;
	margin-bottom: 1%;
}

/* Comment Module  */

body#Comment h2 {
	font-family: "HG正楷書体-PRO";
}

body#Comment p {
	margin-right: 15%;
}

h2#Shin {
	color: #666666;
}

h2#Baobab {
	color: #3300ff;
}

h2#Lance {
	color: #ff3300;
}

h2#LooseLeaf {
	color: #33ccff;
}

