@charset "shift_jis";


/*
===== CONTENTS ===========================================

	1: ユニバーサルリセット 
	2: 各種スタイル
	3: リンク設定

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

/*
==========================================================
	1: ユニバーサルリセット
==========================================================
*/
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, form, input {
  margin: 0;
  padding: 0;
}

html,body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: url(../../images/bg.gif) repeat 0 0;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif; 
	height:100%;
}




/*
==========================================================
	2: 各種スタイル
==========================================================
*/
p {
	margin: 0 0 0.8em 0;
	line-height: 1.6em;
}



ul {
	list-style: none;
}


li {
	font-size: 100%;
	line-height: 1.8;
}

img {
  vertical-align: bottom;
	border: none;
}
img {
  vertical-align: top;
	border: none;
}


/*
==========================================================
	3: リンク設定
==========================================================
*/

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

a img{ vertical-align: middle;}

/*.mail a {
	text-decoration: underline;
	color: #fff;
}

*/


.fnt_large{font-size:20px;}
