/************************** Standard HTML Tag **************************/
body {
	border:0;
	margin:0;
	padding:0;
	text-align:center;
}
body, th, td {
	font:12px/1.22 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	*font-size:small; /* IE7 */
	*font:x-small;    /* IE6 */
}
h1, h2, h3, div, p, dl, dt, dd, ul, li, th, td, form, font {
	border:0;
	margin:0;
	padding:0;
	text-align:left;
	vertical-align:top;
}
select, input, textarea {
	*font-family:"MS UI Gothic","MS PGothic";
}
img{
	border:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
a {
	text-decoration:none;
	color:#0000ff;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	color:#941d55;
}
ul {
	list-style-type:none;
}
ul.disc {
	list-style-type:disc;
	margin-left:1.5em;
}
ul.disc li {
	margin:0.25em 0;
}
ul.square {
	list-style-type:square;
	margin-left:1.5em;
}
ul.square li {
	margin:0.25em 0;
}
ul.decimal {
	list-style-type:decimal;
	margin-left:1.8em;
}
ul.decimal li {
	margin:0.25em 0;
}
ul.lower-alpha {
	list-style-type:lower-alpha;
	margin-left:1.8em;
}
ul.lower-roman li {
	margin:0.25em 0;
}
/************************** Page Elements **************************/
/* ヘッダ ----------------------------------- */
#header {
	width:760px;
	margin:0 auto;
}
/* ヘッダ（企業ロゴ） ----------------------------------- */
#logo {
	float:left;
	width:200px;
}
#logo a {
	display:block;
	width:95px;
	height:25px;
	margin:28px 0 6px;
	background:url(/domino/index.nsf/images/rent.gif) no-repeat;
}
/* ヘッダ（SubMenu） ----------------------------------- */
#submenu {
	float:left;
	width:560px;
}
#submenu ul {
	margin-top:8px;
	text-align:right;
}
#submenu li {
	display:inline;
}
#submenu form {
	margin-top:6px;
}
#submenu a:visited {
	color:#0000ff;
}
/* メニュー（JQuery Droppy） ----------------------------------- */
#menu {
	width:760px;
	margin:0 auto;
	clear:both;
	position:relative;
	z-index:9;
}
#droppy {
	display:block;
	margin:0;
	padding:0;
	position:relative;
	background-color:#999;
/*	background:#999 url(/domino/index.nsf/images/barbg_gray.gif) repeat-x;*/
	height:24px;
}
#droppy li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
}
#droppy ul {
	display:none;
	position:absolute;
	top:25px;
	left:0;
	margin:0;
	padding:0;
	width:170px;
}
* html #droppy ul { /* IE6 "fix" */
	line-height:0;
}
#droppy ul a { /* IE6/7 fix */
	zoom:1;
}
#droppy ul li {
	float:none;
}
#droppy ul ul {
	top:0;
	left:170px;
}
#droppy a {
	display:block;
	border-right:1px solid #fff;
	color:#fff;
	font-size:12px;
	padding:6px 16px;
	line-height:1;
	text-decoration:none;
}
#droppy a.hover {
	background-color:#319ace;
/*	background:#319ace url(/domino/index.nsf/images/barbg_blue.gif) repeat-x;*/
}
#droppy ul li a {
	background:#999;
/*	background:#999 url(/domino/index.nsf/images/barbg_gray.gif) repeat-x;*/
	border-bottom:1px solid #fff;
}
/* CSS classes applied to down and right arrow images */
/*.downarrow{
	position:absolute;
	top:9px;
	right:8px;
}*/
/*.rightarrow{
	position:absolute;
	top:7px;
	right:8px;
}*/
/* パンくずリスト ----------------------------------- */
#crumbs {
	width:760px;
	min-height:2em;
	margin:0 auto;
	font-size:11px;
	border-top:solid #fff 1px;
	border-bottom:solid #ccc 1px;
	color:#666;
	background:url(/domino/index.nsf/images/crumbs-bar.gif) repeat-x center;
}
#crumbs span {
	float:left;
	line-height:2em;
	padding-left:10px;
}
#crumbs span a {
	display:block;
	padding-right:16px;
	background:url(/domino/index.nsf/images/crumbs.gif) no-repeat right center;
}
/* サイドメニュー ----------------------------------- */
#sidemenu {
	list-style-type:none;
}
#sidemenu li {
	position:relative;
	background-color:#fff;
}
#sidemenu li a {
	display:block;
	zoom:1;
	color:#000;
	font-size: 12px;
	border-style:solid;
	border-color:#999;
	text-align:center;
}
#sidemenu a:hover {
	text-decoration:none;
}
#sidemenu .this a {
	background-color:#e7f3f7;
	color:#319ace;
}
#sidemenu .other a:hover {
	background-color:#eee;
}
#sidemenu .right_top    { border-width:1px 1px 0 0;   padding-top:6px; padding-bottom:5px; background:url(/domino/index.nsf/images/dotted.gif) bottom repeat-x; }
#sidemenu .right_middle { border-width:0 1px 0 0;     padding-top:5px; padding-bottom:5px; background:url(/domino/index.nsf/images/dotted.gif) bottom repeat-x; }
#sidemenu .right_bottom { border-width:0 1px 1px 0;   padding-top:5px; padding-bottom:5px; }
#sidemenu .left_top     { border-width:1px 0 0 1px;   padding-top:6px; padding-bottom:5px; background:url(/domino/index.nsf/images/dotted.gif) bottom repeat-x; }
#sidemenu .left_middle  { border-width:0 0 0 1px;     padding-top:5px; padding-bottom:5px; background:url(/domino/index.nsf/images/dotted.gif) bottom repeat-x; }
#sidemenu .left_bottom  { border-width:0 0 1px 1px;   padding-top:5px; padding-bottom:5px; }
#sidemenu .left {
	padding-left:8px;
	text-align:left;
}
#sidemenu .right_top    img { top:10px; }
#sidemenu .right_middle img { top:8px; }
#sidemenu .right_bottom img { top:8px; }
#sidemenu .left_top     img { top:10px; }
#sidemenu .left_middle  img { top:8px; }
#sidemenu .left_bottom  img { top:8px; }
/* フッター ----------------------------------- */
#footer {
	width:760px;
	margin:0 auto;
	padding-top:18px;
	clear:both;
}
#footer div {
	padding-top:8px;
	border-top:solid #999 1px;
}
#footer ul {
	float:left;
	padding-right:24px;
}
#footer ul li {
	line-height:1.5em;
}
#footer ul li a {
	color:#000;
	padding-left:12px;
	background:url(/domino/index.nsf/images/link-arrow.gif) center left no-repeat;*/
}
#footer ul li a:hover {
	color:#319ace;
	text-decoration:underline;
}
/* このページのトップへ ----------------------------------- */
.totop {
	text-align:right;
}
.totop a {
	font-size:11px;
	color:#666;
}
.totop a:visited {
	color:#666;
}
.totop img {
	vertical-align:middle;
	margin-right:6px;
}
/* 文字飾り（■ 章） ----------------------------------- */
.chapter {
	color:#319ace;
}
/* 文字飾り（* 注意） ----------------------------------- */
.notice {
	color:#ff0000;
}

