@charset "UTF-8";

/* ==============================================================

	Style Reset
	
============================================================== */
* {margin:0; padding:0;} 
html{
	overflow-y:scroll;
	background:#fff;
}
body {
	margin:0 auto;
	color: #333;
	background:url("../imgdir/common/bg.gif");
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;_font-size:1.02em;/* 20100826追加 */}
fieldset,img{border:0;}
img{vertical-align: bottom; border:none;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-weight:normal;font-style:normal;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
caption{/font-size:0.9em}/* 20100826追加 */
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
hr{display:none;}
legend{color:#333;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}


/* html5用リセット */
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul {
	list-style: none;
}



/* ==============================================================

	Font Reset
	
============================================================== */

body {font-size:12px; line-height:1.5em;}
	* html body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック"; font-size:75%;}/* for IE6 */
	*+html body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック"; font-size:75%;}/* for IE7 */
	html>/**/body {font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; font-size:75%;}/* for IE8 */
	html:not(:target) body {font-size:12px; line-height:1.5em; font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック"; }/* for modern browser not IE8(FF,safari,chrome,opera) */


/* ==============================================================

	Hyperlink Format
	
============================================================== */
/* \*/ a { outline:none; overflow:hidden; } /**/
/* \*/ a:focus { outline:none; overflow:hidden; } /**/

a         { color: #336600;	text-decoration: none; }
a:hover   { color: #336600; text-decoration: underline; }

a:hover img.alpha {
	filter:alpha(opacity=70); -moz-opacity:0.70; -khtml-opacity: 0.70; opacity:0.70;
}