/* 基本デザイン用CSS */


html,body {
	scrollbar-3dlight-color: #fef4f4;
	scrollbar-arrow-color: #978083;
	scrollbar-darkshadow-color: #fef4f4;
	scrollbar-face-color: #fef4f4;
	scrollbar-highlight-color: #978083;
	scrollbar-shadow-color: #978083;
	scrollbar-track-color: #fef4f4;
	text-align: center;
	}

.contents {
	width: 800px;
	margin: auto;
	}

#header {
	border-bottom: dashed 1px #666;
	width: 800px;
	padding-left: 10px;
	margin-bottom: 20px;
	}
    
#side {
	border-bottom: dashed 1px #666;
	width: 140px;
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
	}

#main {
	border-bottom: dashed 1px #666;
	width: 640px;
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
	}

a {
	text-decoration: none;
	color: #555555;
	}
	
p {
	font-size: 18px;
	font-family: arial;
	font-weight: ;
	}

address {
	font-size: 16px;
	text-align: right;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
	}