@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", verdana, sans-serif;
	font-size: 0.8em;
	color: #4D4D4D;
	background: #DCDCDC;
	line-height: 1.5em;
	text-align: center;
}

a {
	color: #0068CF;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: bottom;
}



/* clearfix hack */

.clearfix:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.clearfix{
display:inline-block;
}
/*Hides from IE-mac\*/
*html .clearfix{
height:1%;
}
.clearfix{
display:block;
}
/*End hide from IE-mac*/ 

/* end clearfix hack */


/* --- Container --- */
div#container {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 5px solid #E36D4A;
	background-color: #EBF6FD;
	margin-top: 25px;
	margin-bottom: 25px;
}

h1{
	color: #498263;
	font-size: 1.5em;
	font-weight: bolder;
	padding-bottom: 15px;
}

img.photo{
	width: 180px;
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}

div#content{
	margin: 5px;
	border: 2px solid #498263;
	padding: 15px;
}

p{
	padding-bottom: 1.5em;
}

p#calabash{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

p#close{
	text-align: center;
	padding-bottom: 5px;
}
