﻿/* 全体設定-------------------------------------- */

/*
* {
	margin:0;
	padding:0;
}
*/

body {     
	background:white;
	font-size:15px;
	font-family:"ＭＳ Ｐゴシック","Osaka",sans-serif；
	color:#000;
	line-height:1.5;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

ul {
	 list-style-type:square;
}

h3 {
	color#052;
	background:#fff url(./photo/line.jpg) no-repeat left center;
	padding: 0 0 0 10px;
}

/*
li {
	list-style:none;
	line-height:1.3;
}
*/

img,
fieldset {
	border:0;
}

table {
	width:900px;
}

a {
	text-decoration:none;
}

a:hover {
	color: #0099FF;
}
