﻿/*ページのレイアウト用CSS*/
body {
	background-color:#FFFFFF;
	text-align:center;
	}



#contents {
	width:850px;
	margin:auto;
	text-align:left;
	border:solid 1px #0079E0;
	position:relative;
	}

#contents_P {
	width: 850px;
	margin: auto;
	text-align: left;
	border: solid 1px #0079E0;
	height:auto;
	}



#main	{
	padding-top:10px;
	border:solid 1px #0079E0;
	width: 650px;
	margin-top:0px;
	margin-left:2px;
	float:left;
	}

#side	{
	}

#ad_side	{
	border:solid 1px #0079E0;
	width:190px;
	padding-bottom:20px;
	text-align:center;
	margin-top:5px;
	margin-right:2px;
	float:right;
	}

address {
	margin-top:80px;
	margin-bottom:0px;
	text-align:center;
	color: #FFFFFF;
	background-color:#0079E0;
	}

address a {color: #FFFFFF;
	}

#twocol {
	width:650px;
	float:left;
	}

#twitter	{
	border:solid 1px #0079E0;
	width:190px;
	padding-bottom:20px;
	text-align:center;
	margin-top:0px;
	margin-right:2px;
	float:right;
	}
