﻿* {
	margin: 0px;
	padding: 0px;
	outline: 0px;
	border: 0px;
}

li {
	list-style: none;
}

a {
	color:gray;
	font-size: 0.8em;
}

p {
	color:#333333;
	font-size: 0.7em;
	text-align:left;
}

h1 {
	color:white;
	font-size: 12px;
}

body {
	background:url('image/back.gif') repeat-x;
	text-align: center;
}

#wrap {
	width:900px;
	margin:0px auto;
	text-align: center;
	background-color:red;
}

#top {
	text-align:left;
}

#main {
	background-color:white;
	text-align:left;
}

#info {
	width:330px;
	float:left;
	border-right:1px gray dotted;
}

#info p{
	padding-top:3px;
	width:315px;
}

#inf {
	height: 150px;
	width:315px;
	overflow-y:scroll;
	border:1px black solid;
}

#contents {
	width:326px;
	float:left;
	margin-left:15px;
	border-right:1px black dotted;
}

#contents p{
	width:265px;
	padding-left:35px;
	padding-bottom:5px;
}

#menu {
	width:300px;
}

#more {
	float:right;
	width:202px;
}

#more p{
	margin-bottom:5px;
	line-height:0px;
	border:1px black solid;
}

#footer {
	clear:both;
	border-top:1px gray solid;
}

#footer p {
	text-align:center;
	padding-top: 10px;
}

#navi2 li {
	float:right;
}

.clear {
	clear:both;
}