@import url(http://fonts.googleapis.com/css?family=Ubuntu+Mono);
@import url(http://fonts.googleapis.com/css?family=Wallpoet);
@import url(http://fonts.googleapis.com/css?family=Iceland);

@font-face
{
font-family: mplus-2c-light;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-2c-light.ttf')
     format("truetype");
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 1100px;
	background-color: #24ca86;
	list-style-type:none;
	margin-left: 30px;
	padding: 10px 0px;
	font-size:21px;
	font-family: 'Arial', 'ＭＳ Ｐゴシック', 'Droid Sans', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	font-family: 'Iceland', cursive;
	font-family: mplus-2c-light;
	-webkit-text-size-adjust: 100%;
	color: #ffffff;
}

a.none {
	text-decoration: none;
}

div.title h1 {
	margin-left: 20px;
	line-height: 50px;
}

div.title h3 {
	float:left;
	margin-left: 20px;
	color:#000000;
}

div.title{
	margin-top: 250px;
	width: 800px;
	height: 200px;
}

div.title p {
	float:left;
	font-size: 26px;
	margin-left: 20px;
}

div.title h3:hover {
	color:#bcbcbc;
}

div.title2 h1 {
	margin-left: 20px;
	line-height: 50px;
}

div.title2 h3 {
	float:left;
	margin-left: 20px;
	color:#000000;
}

div.title2 {
	width: 800px;
	height: 180px;
}

div.title2 p {
	float:left;
	font-size: 26px;
	margin-left: 20px;
}

div.title2 a {
	text-decoration: none;
}

div.title h3:hover {
	color:#bcbcbc;
}

div.title2 h3:hover {
	color:#bcbcbc;
}

h2.subtitle {
	font-size: 50px;
	font-family: 'Iceland', cursive;
	margin-left: 20px;
}

div.main {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

img.mainc {
	margin:10px 14px;
}

a {
	color:#ffffff;
}

a:visited {
	color:#ffffff;
}

div.cou {
	float:right;
	margin-right: 15px;
	margin-top: -15px;
	margin-bottom: 25px;
}

div.adress {
	font-family: mplus-2c-light;
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-left: 25px;
}

a.name {
	text-decoration: none;
}

p.jpn {
	margin-top: 10px;
	font-size: 17px;
	font-family: mplus-2c-light;
}

p.eng {
	margin-top: 10px;
	font-size: 17px;
	font-family: mplus-2c-light;
}

.clear {
    clear:both;
}

h3.summary {
	font-size: 22px;
	font-weight: normal; 
	margin-left: 23px;
	margin-bottom: 10px;
}