﻿/*
 ブラウザによる差異を埋める [
 ----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0 0 0 0;
}
/*
 全体に共通の指定をする [
 ----------------------------------------------------------- */
body {
	/*	text-align: center;*/
	background: url(../images/PhotoGray_browser_bg-2.jpg);
	font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
	color: #FFFFFF;
	line-height: 100%;
	/*	width: 80%;
	 margin: 0 0 10 10;*/
}
h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
	
	
	
	
}

p, li {
}
p {
}
li {
	list-style-type: none;
}
img {
	border: 0;
}
/*
 Link Color [
 ----------------------------------------------------------- */
a {
	text-decoration: none;
}
a:link {
	color: #66ccff;
	font-weight: bold;
}
a:visited {
	color: #0C8EF2;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #66ccff;
}

