@charset "shift_jis";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common.css
*/

body {
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	color: #333;
}

abbr, acronym { cursor: help; text-decoration: underline;}

table { border: none;}


/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: module.css
*/

#globalNav { background-position: 0 1px;}

#contents { margin-right: -99%; padding-right: 40px;}

#header form,
#header fieldset { clear: both;}

#header form,
#header div#fieldset { clear: both;}

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: home.css
*/

#update { display: inline-block;}

#update:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#update ul { text-align: right;}

