@charset "UTF-8";

/*汎用設定*/

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;
}
body
{
	background: url(../images/bg.jpg) fixed center;
	background-size: cover;
}

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;
}

/*エリア指定*/

#wrapper
{
	width: 1000px;
	margin: 0px auto;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
	background: #fff;
}
#contents
{
	padding: 30px;
	width: 100%;
	box-sizing: border-box;
}
.hagaki
{
	float: right;
	margin-left: 30px;
}
.midashi
{
	font-weight: bold;
	color: #F36;
}
#footer
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 1.5em;
	padding: 1.5em 0;
	box-sizing:border-box;
	border-top: 1px solid #ccc;
}
