@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	color:#333333;
	font-family:Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	line-height:160%;
	background: #fdffe2; 
}

html {
	overflow-y:scroll;
}

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	text-align: left;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

address {
font-style:normal;
}

dt {
	width: auto;
}

table {
	border-collapse:collapse;

}
table,td,tr,th {
	font-weight:normal;
}

em {
	font-style:normal;
}

abbr, acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}
sup {
	font-size: 9px;
}
img {
	vertical-align:bottom;/*IE‚Å‚Ìli‚Å‰æ‘œ‚ð•À‚×‚½Žž‚Ì—]”’‚ð–h‚®*/
}
a img {
	border: none;
}

a:link{
	color: #1a76b7;
	text-decoration:underline;
}
a:visited{
	color: #1a76b7;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:active{
	color: #1a76b7;
}


#wrapper {
	margin: 0 auto;
	width: 508px;
	background: url(images/bg.gif) repeat-y;
}

#contents {
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 60px;
	width: 440px;
}

#ttl {
	margin-bottom: 20px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 49px;
	text-indent: 1em;
	background: url(images/bg_ttl.gif);
}



