@charset "UTF-8";

html{
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	font-weight: bold;
	color: #222222;
	margin-top: 30px;
	background-color: #F6F6F6;
	margin-left: 1%;
}

@font-face {
	font-family: mojimoji;
	src: url(mplus-1c-light.ttf) format("truetype");
}

p{
	font-family: "CI",sans-serif;
	font-size: 104%;
	text-indent: 18px;
	line-height: 125%;
	margin:10px 2% 0 2%;
}

p.title{
	text-align: center;
}

p.project{
	text-align: center;
}

#wrap{
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

.wrap2 {
	background-color: #FFFFFF;
	border: dashed 5px #F7A936;
	border-radius : 20px;
	box-shadow: 9px 9px 5px #ECCEB7;
	width: 70%;
	padding: 10px;
}

.wrap3 {
	background-color: #FFFFFF;
	border: solid 2px #EDAA1E;
	border-radius: 40px;
	box-shadow: 12px 12px 8px #555555;
	width: 900px;
	padding: 10px;
	line-height: 100%;
}

.wrap3 p {
	font-size: 96%;
	line-height: 120%;
	text-indent: 0; 
	margin: 5px;
	padding: 0;
}

.wrap3 ul li {
	font-size: 98%;
	color: #000000;
	line-height: 140%;
	font-weight: normal;
}

h1 {
	text-align: center;
	font-size: 18px;
}

h2 {
    margin: 25px auto 0 3%;
    font-size: 20px;
}

h3 {
}

h4 {
	font-size: 16px;
	line-height: 70%
}

table {
	border: 1px #0B6AD3 solid;
	border-collapse: collapse;
}

tr {
}

th, td {
	padding: 7px 5px 5px 10px;
	font-size: 90%;
}

th {
	border:1px #0B6AD3 solid;
	background-color: #6495ed;
}

td {
	border:1px #0B6AD3 solid;
	background-color: #FFFFFF;
}

table, td, th {
	border:1px #0B6AD3 solid;
}

.a {
	width: 25%;
}

.b {
	width: 25%;
}

.c {
	width: 50%;
}
ul {
	font-size: 98%;
}

ul.torikumi {
   width: 70%;
   border:5px #89EE9A dashed;
   padding: 20px;
}