@charset "UTF-8";
/* CSS Document */
		
*{
	margin:0;
	padding:0;
	}

html {
	overflow-y: scroll;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object	{
	vertical-align: top;
	width:950px;
	margin:0 auto;
	padding:0 13px 0 0;
	
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}

img{
	border:none;
	vertical-align:bottom;
	}	
	
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background:url(../images/bg.jpg) repeat-x;
	background-color:#edead7;
	color: #333;
	line-height: 130%;
	font-size:12px;
}

html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */
/*a:link	{
	text-decoration: none;
	color:#333;
}

a:visited	{
	color:#333;
}

a:hover	{
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}*/



#footer a:link	{
	text-decoration:none;
	color:#333;
}

#footer a:visited	{
	text-decoration:none;
	color:#333;
}

#footer a:hover	{
	text-decoration: underline;
	color:#ff3366;
}

#footer a:active	{
	text-decoration: none;
}

a{
	outline:0;
	}
	
	