@charset "Shift_JIS";

/*汎用設定*/

body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: #F4FADD;
}

a:link
{
	text-decoration: none;
	color: #F60;
}
a:visited
{
	text-decoration: none;
	color: #F60;
}
a:hover
{
	text-decoration: underline;
	color: #ff9900;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}
p:last-child
{
	margin-bottom: 0;
}

/*エリア指定*/

#wrap
{
	width: 1000px;
	margin: 20px auto;
	overflow: hidden;
}
#header
{
	margin-bottom: 20px;
	position: relative;
	width: 1000px;
	height: 600px;
	background: url(../images/header.jpg) no-repeat;
}
#header .fukudashi
{
	position: absolute;
	top: 87px;
	right: 106px;
}
#header #info
{
	position: absolute;
	top: 430px;
	left: 200px;
	width: 600px;
	height: 140px;
	background: rgba(255,255,255,0.8);
	padding: 20px;
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
	box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.7);
	overflow: auto;
	overflow-x: hidden
}
#header #info dt
{
	float: left;
	width: 8em;
	text-align: left;
	color: #A31619;
}
#header #info dd
{
	margin: 0 0 0 8em;
	text-align: left;
}
.banner01
{
	width: 600px;
	margin: 0 auto 20px auto;
}
#navi
{
	margin-bottom: 20px;
	overflow: hidden;
}
#navi ul
{
	list-style: none;
	width: 1020px;
	margin-right: -20px;
}
#navi ul li
{
	float: left;
	margin-right: 20px;
}
#contents-wrap
{
	width: 100%;
	border: 3px solid #603F21;
	background: #fff;
	box-sizing: border-box;
}

h1
{
	display: none;
}
h2
{
	color: #fff;
	background: #603F21;
	padding: 15px;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
}
h3
{
	font-size: 1.6em;
	margin-bottom: 1em;
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin-top: 1em;
	padding-bottom: 0.5em;
}
.thanks
{
	font-size: 1.6em;
	font-weight: bold;
	color: #f00;
}
.text-wrap
{
	box-sizing: border-box;
	padding: 30px;
}
.cc01
{
	font-size: 1.2em;
	font-weight: bold;
	color: #FF5A7F;
}
.cc02
{
	font-size: 1.2em;
	font-weight: bold;
	color: #00C4BF;
}
.cc03
{
	font-size: 1.2em;
	font-weight: bold;
	color: #f90;
}
.profbox01
{
	border: 3px solid #FF5A7F;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 5px;
}
.profbox02
{
	border: 3px solid #00C4BF;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 5px;
}
.profbox01 .title,
.profbox02 .title
{
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
.profbox01 .name,
.profbox02 .name
{
	margin-bottom: 1.5em;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 1.5em;
}
.profbox01 .fantasy
{
	font-weight: bold;
	color: #FF5A7F;
	margin-bottom: 1em;
}
.profbox02 .modern
{
	font-weight: bold;
	color: #00C4BF;
	margin-bottom: 1em;
}

#footer-wrap
{
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
#footer
{
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.9em;
}
