@charset "UTF-8";
/* CSS Document */

<style type="text/css">

*{margin: 0; padding: 0;}

ul{ list-style: none;}

body{ background-color: #ffffff;}

a:link { color: #000; }
a:visited { color: #000; }
a:hover { color: #fff; }
a:active { color: #fff; }

.pname{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 50px;
}

.ptitle{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 16px;
}

.ptext{
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size:11px;
}

#header {
	width: 960px;
	height:200px;
	text-align: left;
    margin: 0px auto;
	background-image:url(img/top.jpg);
	background-repeat:repeat-x;
	box-shadow: 1px 1px 3px #000;
}

.menu {
	left: 0;
	font-size: 11px;
}

.main{
	width: 960px;
	height:;
	text-align: left;
    margin: 0px auto;
	background-color: #fff;
	}

#em0{
	width: 959px;
	height: 20px;
	background-color: #fff;
	margin-top: 10px;
}	

#em1{
	width: 959px;
	height: 50px;
	background-color: #fff;
}

#em2{
	width: 959px;
	height: 50px;
	background-color: #fff;
}

#em3{
	width: 959px;
	height: 50px;
	background-color: #fff;
}

.boxcont{
	width: 340px;
	height: 120px;
}

.boxtest1{
	width: 30px;
	height: 100px;
	float: left;
	background-color: #CCC;
	border: 1px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#footer {
	width: 960px;
	height: 100px;
	background-color: #fff;
	padding-top: 100px;
	text-align: left;
}


	




</style>