@charaset "Shift_JIS";


/*汎用設定*/

*
{
	padding: 0px;
	margin: 0px;
}
body,table
{
	color: #330000;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 1.8em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
}
body
{
	background: url(images/bg.jpg) repeat-x #000000;
}
table
{
	border: none;
	border-collapse: collapse;
}
td
{
	border: none;
	vertical-align: top;
}
a:link
{
	text-decoration: none;
	color: #CC0000;
}
a:visited
{
	text-decoration: none;
	color: #CC0000;
}
a:hover
{
	text-decoration: underline;
	color: #ff6600;
}
img
{
	border: none;
}
ul
{
	margin: 0px;
	padding-left: 17px;
}

/*フォント関連*/

.font10
{
	font-size: 10px;
	line-height: 1.5em;
	letter-spacing: 1px;
}

/*エリア指定*/


#wrapper
{
	width: 920px;
	margin: 0px auto;
}
#p01
{
	background: url(images/p01.jpg) no-repeat;
	width: 380px;
	height:290px;
	padding: 0px 460px 0px 40px;
}
#p02
{
	background: url(images/p02.jpg) no-repeat;
	width: 380px;
	height:290px;
	padding: 0px 40px 0px 460px;
}
#p03
{
	background: url(images/p03.jpg) no-repeat;
	width: 380px;
	height:290px;
	padding: 0px 460px 0px 40px;
}
#p04
{
	background: url(images/p04.jpg) no-repeat;
	width: 380px;
	height:290px;
	padding: 0px 40px 0px 460px;
}

/*余白*/

.mb20px
{
	margin-bottom: 20px;
}
.mb10px
{
	margin-bottom: 10px;
}

/*フッター*/

.copyright
{
	margin: 0px auto;
	width:800px;
	text-align:center;
	color:#333333;
}
.copyright2
{
	padding: 0px 20px 20px 20px;
	color: #ffffff;
}

.footer-area
{
	color: #333333;
	padding: 20px 0px;
	background: #ffffff;
}