﻿@charset "utf-8";

body {
	text-align: center;
	color: #666666;
	margin: 0;
	padding: 0;
	}
#contents {
	margin-right: 50px;
	margin-left: 50px;
	}
h1 {
	font-size: 36px;
	color: #943434;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 15px;
	}
#select {
        color: #ffffff;
        background-color: #39b573;
	padding: 5px;
	font-size: 16px;
        line-height: 150%;
        text-align: left;
	}
h2 {
	font-size: 18px;
	color: #ffffff;
	background-color: #ff9900;
	margin-bottom: 0;
	padding-top:5px;
	padding-bottom: 5px;
	}
p {
	font-size: 14px;
	text-align: left;
	background-color: #ffffff;
	line-height: 150%;
	margin-top: 0;
	padding: 20px;
	}
img.photo {
	float: left;
        margin-left: 80px;	
        margin-right: 20px;
	margin-bottom: 20px;
	}
span.menu {
	clear:both;
	display: block;
	}
#select a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	}
#select a:hover {
	color: #99ff33;
	}
	