@charset "UTF-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
body  {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.8em;
	line-height:1.0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	background-color: #CCCCCC;
	background-color:#dedec9;
	
	
}
focus{
outline: none;
}
a{
-moz-outline-style: none;
outline:none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100.01%;
	line-height:120%;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100.01%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}




a:link{
	color:#333366;
	background:transparent;
	
}
a:visited{
	color:#333366;
	background:transparent;
}
a:hover{
	color:#3399FF;
	background:transparent;
}
a:active{
	color:#333366;
	background:transparent;
}
img{
	display:inline;
}
ul{
	list-style-type:none;
}

