@charset "UTF-8";

/*--------------------------------------------------------------------
 full reset
--------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ', Meiryo, sans-serif, 'MS UI Gothic', 'ＭＳ Ｐゴシック';
	line-height: 1.3;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-family: 'メイリオ', Meiryo, sans-serif, 'MS UI Gothic', 'ＭＳ Ｐゴシック';
	line-height: 1.3;
}

fieldset{
	border: 0;
}

img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}


/*--------------------------------------------------------------------
 common setting
--------------------------------------------------------------------*/


body {
	background: url(../img/bg_body.gif) top center repeat-y;
	background-color: #333333;
	font-size: 0.75em;
}

.clear {
	clear: both;
	height: 0;
	visibility: hidden;
}

.img_left {
	float: left;
}

.img_right {
	float: right;
}


a:link,
a:visited,
a:hover,
a:active {
	color:#ff6600;
	text-decoration:underline;
	outline: none;
}
