/*********************************************************************
 * 共通
 *********************************************************************/
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	text-spacing: -0.6em
}

img {
	border: none;
}

a {
	color: #00B090;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

h2 {
	font-size: 14px;
	padding-left: 10px;
	color: #7086e5;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #7086e5;
	padding-top: 2px;
	padding-bottom: 2px;
}
h3 {
	font-size: 14px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #dda0dd;
	padding-left: 7px;
	color: #dda0dd;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 13px;
}
h4 {
	font-size: 12px;
	color: #9370db;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 25px;
}

form {
	margin-left: 20px;
	background-color: #EEE8AA;
	width: 450px;
	padding: 15px;
	border: solid 3px #C87800;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

form b {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}

.note {
	color: #404040;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/img/noteline.png);
	margin-right: 20px;
	margin-left: 20px;
	line-height: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.note p {
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-indent: 1em;
}
.note li {
	line-height: 20px;
	margin-left: 1.5em;
}
.note hr {
	margin: 0;
	padding: 0;
	height: 20px;
	border: 0;
}

.center {
	text-align: center;
}

.float-left {
	float: left;
	margin-right: 1em;
}

.float-right {
	float: right;
	margin-left: 1em;
}

.float-clear {
	clear: both;
}

hr.end {
	border: 0;
	height: 1em;
}

/*********************************************************************
 * 土台部分
 *********************************************************************/
#base {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #d5e600;
	border: 8px solid #d5e600;
}

/*********************************************************************
 * ヘッダー部分
 *********************************************************************/
#header {
	width:700px;
	height:100px;
}

#header #logo {
	margin-top: 10px;
	margin-left: 10px;
}

#header #face {
	margin-top: -60px;
	margin-left: 620px;
}

#header #title {
	margin-top: 15px;
	text-align :right;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}

#header #subtitle {
	text-align :right;
	font-size: 12px;
	color: #000000;
}

/*********************************************************************
 * メニュー部分
 *********************************************************************/
#menu {
	margin-top: 5px;
	font-weight: bold;
}

#menu ul {
	display: block;
	list-style-type: none;
	margin-left: 10px;
}

#menu li {
	display: inline;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a {
	color: #606060;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline overline;
}

/*********************************************************************
 * コンテンツ部分
 *********************************************************************/
#contents {
	margin-top: 20px;
	margin-left: 10px;
	width: 650px;
	background-color: #ffffff;
	padding: 10px;
}

/*********************************************************************
 * フッター部分
 *********************************************************************/
#footer {
	margin-top: 20px;
	color: #000000;
	text-align: center;
	font-size: 10px;
}

