body{
	font-family: 'Julius Sans One',"メイリオ", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}

#wrapper{
	max-width: 500px;
	margin: 0 auto;
	padding: 20px 10px 10px;
}

.contents{
	background:#e6eae3;
	margin:10px 0px;
	padding:10px 10px 20px;
	position: relative;
}

.contents:before{
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	border-color: #fff;
	border-style: solid;
	border-top-color: #4682b4;
	border-width: 20px 20px 0 0;
}

.hvr{
	padding: 0 2px;
	border-bottom: solid 1px #4682b4;
}

.ap{
	padding: 0px 5px;
	border-bottom: dashed 1px #4682b4;
}

.text{
	margin: 5px 0 20px 5px;
}

h1{
	margin: 5px 0px 0px;
}

h2{
	font-size: 15px;
	padding: 0px 10px;
	border-bottom: solid 1px #4682b4;
	display:inline;
}

a{
	color: #4682b4;
	background: #e6eae3;
	padding: 0 2px;
	text-decoration: none;
}

a:hover{
	color: #000;
	background: none;
	border-bottom: solid 1px #4682b4;
}

input[type],textarea{
	height: 80px;
	width: 95%;
	font-family: 'Julius Sans One',"メイリオ", sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #000;
	background: #e6eae3;
	border: solid 1px #4682b4;
		-webkit-appearance: none;
	border-radius: 3px;
	box-shadow: none;
	margin: 3px 0;
	padding: 3px;
}

input[type=text]{
	height: auto;
	width: 170px;
	margin: 5px 0;
}

input[type=submit]{
	height: auto;
	width: 100px;
	cursor:pointer;
	color: #e6eae3;
	text-shadow: none;
	background: #4682b4;
}