@charset "Shift_JIS";


/* -------- reset  -------- */

*{
	margin: 0;
	padding: 0;
}


/* -------- body -------- */

body {
	text-align: center;
	font: normal 160% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	background: #DFDEEB url(../common/bg_01.jpg) top left repeat-x;
}

body.cal {
	text-align: center;
	font: normal 160% "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3", sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	background: #EAEAEA;
}


/* ---- Links ---- */


a:link {
	text-decoration: underline;
	color: #47439E;
}
a:visited {
	text-decoration: underline;
	color: #53798E;
}
a:hover {
	text-decoration: underline;
	color: #47439E;
}
a:active {
	text-decoration: underline;
	color: #47439E;
}


/* -------- common -------- */

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	padding: 0;
	margin: 0;
	line-height: 120%;
	text-align: left;
	display: block;
	font-size: small;
}


/* -------- table -------- */

table {
	margin : 0;
	empty-cells: show;
	font-size: small;
}


/* -------- hr -------- */

hr {
	display : none;
}


/* -------- img -------- */

img {
	border: none;
	vertical-align: bottom;
}


/* -------- li -------- */

li {
	list-style: none;
}


/* ---- clearfix ---- */

div {
    zoom: 1;
}

div:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

