@charset "utf-8";
/* CSS Document */


/*css format*/
html, body {
	font-family:Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

table, caption, th, td {
	font-family:Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:Verdana, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
}

ul,dl,ol{
	list-style-type:none;
}

div.clear{
	clear:both;
}

a{
	color:#0099CC;
	text-decoration:underline;
	outline:none;
}

a:hover{
	color:#00CCFF;
	text-decoration:none;
}

body{
	line-height:1.5;
	font-size:80%;
	background:url(images/index/bg.jpg) repeat-y left;
}

div#index{
	width:auto;
	padding:50px 20px;
	color:#666;
	background:url(images/index/bg_logo.jpg) no-repeat right bottom;
}

div#index p#banner{
	width:200px;
}

div#index p#txt{
	width:350px;
	margin-top:20px;
}