*{
	margin: 0px;
	padding: 0px;
	}

a:link{
	color: red;
	}

a:visited{
	color: red;
	}

a:hover{
	color: green;
	}

a:active{
	color: red;
	}

html,body{
	height: 100%;
	min-height: 100%;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	font-size: large;
	line-height: 2em;
	}

div#container{
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: auto;
	}

div#header{
	position: relative;
	width: 960px;
	height: 250px;
	background-image: url(../img/back-header.png);
	margin-top: 10px;
	margin-bottom: 10px;
	}

img.name{
	position: relative;
	margin-right: 20px;
	margin-top: 7px;
	}

img.logoname{
	position: relative;
	left: 30px;
	}

img.menu{
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	top: 34px;
	white-space: nowrap;
	}

p.pp-sm{
	position: relative;
	float: right;
	right: 20px;
	top: 20px;
	font-size: 0.7em;
	}

img.margin20{
	margin-right: 20px;
	}

div#left{
	width: 200px;
	height: 580px;
	background-image: url(../img/back-left.png);
	float: left;
	margin-bottom: 10px;
	}

img.topics{
	position: relative;
	top: 10px;
	left: 10px;
	}

#left p{
	position: relative;
	top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 0.8em;

	}

div#main{
	width: 750px;
	height: 580px;
	background-image: url(../img/back-main.png);
	float: right;
	}

img.mainmenu{
	position: relative;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 15px;
	top: 55px;
	left: 40px;
	}

img.topcomment{
	position: relative;
	top: 65px;
	}

div#sub-maintop{
	width: 100%;
	height: 80px;
	background-image: url(../img/back-submaintop.png);
	}

#sub-maintop h1{
	font-size: 2em;
	font-weight: bold;
	margin-top: -48px;
	margin-left: 30px;
	color: white;
	}

div#sub-main{
	width: 100%;
	height: auto;
	margin-top: -10px;
	background-image: url(../img/back-submain.png);
	}

#sub-main h2{
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-style: double;
	color: #EE3673;
	padding-left: 10px;
	}

#sub-main h3{
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 45px;
	margin-right: 45px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	color: #EE3673;
	padding-left: 10px;
	}

#sub-main p{
	margin-left: 60px;
	margin-right: 60px;
	}

#sub-main ul li{
	margin-left: 60px;
	margin-right: 60px;
	}

div#sub-mainbottom{
	width: 100%;
	height: 30px;
	background-image: url(../img/back-submainbottom.png);
	margin-bottom: 10px;
	}

	div#houkoku{
		width: 100%;
		height: 260px;
		background-image: url(../img/back-houkoku.png);
		clear: both;
		margin-bottom: 10px;
		}

div#fotter{
	width: 100%;
	height: 200px;
	background-image: url(../img/back-footer.png);
	clear: both;
	}

img.link{
	position: relative;
	top: 55px;
	margin: 5px;
	border: 0px;
	}

img.copyright{
	position: relative;
	top: 5px;
	}

p.clear{
	clear: both;
	}
