/* CSS Document */

*, body, html{
    margin: 0;
    padding: 0;
}

body {
	text-align: center;
	font-size: 88%;
	height: 100%;
}

html {
	height: 100%;
}

#page {
	width: 748px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

h1, h2, h3, h4, h5, h6,
div, p, ul, li, ol, dl, dt, dd,
table, th, td, form, blockquote {
	font-size: small;
}


img {
	border: none;
    margin: 0;
    padding: 0;
	vertical-align: top;
}

a {
	color: #485779;
	text-decoration: none;
}

a:hover {
	color: #768EC6;
	text-decoration: underline;
}

/* header part */

#header {
	padding: 0;
	margin: 0;
	line-height: 1;
}

#header_top {
	width: 746px;
	margin: 0 auto;
	border-bottom: 5px solid #B5C8CB;
	font-size: 9px;
}

#header_main {
	height: 88px;
	text-align: right;
	padding-right: 12px;
	background-color: #FFFFFF;
	background-image: url(../../../assets/templates/tmu/header_sd1.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #ffffff;
}

#header_bottom {
	font-size: 11px;
	height: 14px;
	text-align: left;
	padding-top: 6px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../../../assets/templates/tmu/header_sd2.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#header_bottom .B_currentCrumb{
	color: #485779;
	font-weight: bold;
}

#header_logo {
	position: absolute;
	top: 44px;
	padding-left: 19px;
    overflow: hidden;
	z-index: 999;
}

#header_logo .logo_sub {
	margin-left: 0px;
	margin-top: 16px;
}

#header_logo .logo_tmu {
	margin-left: 10px;
	margin-top: 7px;
}

#header_catch {
	font-size: 10px;
	text-align: right;
	position: absolute;
	top: 34px;
    overflow: hidden;
	width: 734px;
}


/* footer part */

#footer {
	clear: both;
	width: 740px;
	background-color: #485779;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
	border-bottom:	solid 1px #CCCCCC;
}

#footer a{
	font-weight: normal;
	color: #FFFFFF;
 	text-decoration: none;
}

#footer ul, #footer li{
	display: inline;
}


/* others */

.hide {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}

.clear {
    clear: both;
}

