﻿@charset "utf-8";

/* CSS Infomation=============================
File name: layout.css
Editors:   hijiki-soft
Date:      2011/02/13
Update:    2011/02/13
=============================================*/

b {
	font-weight: bold;
}

#container {
	margin: 1em 0;
	text-align: center;
}

#primary-container {
	margin: auto;
	text-align: left;
	padding: 1.5em 10px;
	width: 650px;
	height: 1000px;
	border: double 8px #77f14c;
}

#primary-container .description {
	margin-bottom: 3em;
	color: #f0502c;
}

#primary-container .description li {
	margin-left: 3em;
	list-style-type: circle;
	margin-bottom: 1em;
}

.photo {
	text-align: center;
}

.top-button {
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;
}


