@charset "utf-8";
/* CSS Document */

/* Reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

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

table {
	font-size: 100%;
}

caption,th {
	text-align: left;
}

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

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

html,body{
    height:100%;
}

ins {
	margin: 0;
	padding: 0;
	line-height:0;
}

/* Base
----------------------------------------------------*/

body {
	color: #333333;
	line-height:180%;
	font-size: 0.9em;
	font-family:
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'メイリオ', 'Meiryo';
	/font-family:
		'メイリオ', 'Meiryo',
		'ＭＳ Ｐゴシック';
	text-justify: inter-ideograph;
	text-align: center;
	background: url(../img/common/bg.png) repeat-x #fff;
	background-position:center top;
	-webkit-text-size-adjust: auto;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}

body#singleasynodos {
	color: #333333;
    height: auto;
	line-height:180%;
	font-size: 0.9em;
	font-family:
		'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro',
		'メイリオ', 'Meiryo';
	/font-family:
		'メイリオ', 'Meiryo',
		'ＭＳ Ｐゴシック';
	text-justify: inter-ideograph;
	text-align: left;
	background: none;
	background-position:center top;
	-webkit-text-size-adjust: auto;
}

/* 
#js_fade {
	position:absolute; ie6
    position : fixed;
    top : 0;
    left : 0;
    width: 100%;
    height : 100%;
    background-color : #fff;
	background-image:url(../img/common/loading.gif) ;
    background-repeat : no-repeat;
    background-position : 50% 50%;
    z-index: 1000;
}
--------*/

/* Link
----------------------------------------------------*/

a {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #8fbfec;
	text-decoration: none;
}


