@charset "Shift_JIS";

/* 全体枠 */

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin:0;
	padding:0;
}

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0 0 0 10px;
	background-color:#e5e5e5;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #033669;
	scrollbar-3dlight-color: #EEFFEE;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #F0F8FF;
	scrollbar-arrow-color: #033669;
	font-family:verdana;
	color:#033669;
	text-align:center;
}

#wrapper {
	width:888px;
	height:620px;
	margin:auto;
	padding:0;
	text-align:left;
}

#header {
	width:100%;
	height:60px;
	margin:0;
	padding:0;
	background-color:white;
	border-left:1px solid #033669;
	border-right:1px solid #033669;
}

#footer {
	clear:both;
}

*:first-child+html #footer {	/* IE7対応 */
	clear:both;
	height:25px;
}

* html #footer {	/* IE6対応 */
	clear:both;
	height:25px;
}

#footer_inner {
	width:100%;
	font-size:70%;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:top;
}

*:first-child+html #footer_inner {	/* IE7対応 */
	padding-top:8px;
}

* html #footer_inner {	/* IE6対応 */
	padding-top:6px;
}

/* ヘッダ */

#header_img {
	width:100%;
	height:40px;
	margin:0;
	padding:0;
}

#header_navi {
	width:100%;
	height:20px;
	margin:0;
	padding:0;
	background-color:#033669;
	font-size:70%;
	color:silver;
	overflow:hidden;
	text-overflow:ellipsis;
}

#bread_crumbs {
	margin:0;
	padding:3px 0 0 20px ;
	float:left;
}

#bread_crumbs a {
	margin:0 7px 0 7px;
	color:white;
	text-decoration:none;
}

#bread_crumbs #crumb {
	margin:0 7px 0 7px;
	color:white;
}

#navi {
	margin:0;
	padding:3px 10px 0 0;
	text-align:right;
}

#navi a {
	margin:0 15px 0 15px;
	color:white;
	text-decoration:none;
}

#bread_crumbs a:hover, #navi a:hover {
	color:#d5d5d5;
}

/* フッタ */

#copyright {
	margin:0;
	padding:0 0 0 20px ;
	float:left;
}

#copyright a {
	margin:0 7px 0 7px;
}

#footer_navi {
	margin:0;
	padding:0 10px 0 0;
	text-align:right;
}

#footer_navi a {
	margin:0 15px 0 15px;
}

/* 装飾・リンク */

.emphasis {
	font-weight:bold;
}

a, li a {
	color: #033669;
	text-decoration:none;
}

a:hover, li a:hover {
	color: #033669;
	text-decoration:underline;
}

a img {
	border: none;
	text-decoration:none;
}
