﻿@charset "utf-8";

/* ===== Universal Reset ===== */

*{
	margin:0px;
	padding:0;
}

img {
	border: none;
}

/* ==== clearfix ==== */

.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
}

* html .clearfix { height: 1% }/* end MacIE5 */
.clearfix {display:block;}

/*サイトの基本設定*/

a {
	color: #0099CC;
}

a :hover{
	background-color: #dddddd;
}

body {
	text-align: center;
}

#container {
	margin: 0px auto;
	text-align: left;
}

/*コンテンツ設定*/        
#content {
	text-align: left;
    padding: 5px;
}

#content p{
	line-height: 120%;
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#content table {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	float: left;
	width: 580px;
}
