* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
ul, li {
	list-style: none;
}

a:link {
	color:#0c3fcf;
}
a:visited {
	color:#69c3e0;
}
a:hover {
	color:#fe521d;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica,"Droid Sans Japanese", sans-serif;
	font-size:13px;
	line-height: 180%;
	color:#333333;
}
#wrap {
	position: relative;
	overflow: hidden;
	width: 750px;
	height: auto;
	min-height: 100%;
	padding: 0;
}

/************************************************** header **************************************************/
#header {
	background: #fff url('../img/bg_header.png') repeat-x;
	width: 100%;
	height: 54px;
	line-height:0;
}
#header h1 {
	position: relative;
	top: 13px;
	margin-left: 10px;
}

/************************************************** side bar **************************************************/
#sidebar {
	float: left;
	width: 220px;
	margin-left: 10px;
}
#sidemenu {
	width: 220px;
	margin-top: 20px;
	background: #e0e2e6;
}
#sidemenu header h1 {
	background: url('../img/header_bg.png');
	line-height:32px;
	padding:0 8px;
}
#sidemenu header h1 a {
	color: #fff;
	font-size:15px;
}
#sidemenu header h1 a:hover{
	color: #fe521d;
}
#sidemenu > ul {
	padding: 10px;
	border: 1px solid #cbcbcb;
}
#sidemenu > ul > li{
	margin-bottom: 5px;
	padding:5px 8px;
	background: #fff;
	font-size:93%
}
#sidemenu ul li.current-menu-item{
	background: #0d60af;
}
#sidemenu ul li a{
	color: #333;
	text-decoration: underline;
}
#sidemenu ul li.current-menu-item a{
	color:#fff;
	text-decoration: underline;
}
#sidemenu ul li a:hover,
#sidemenu ul li.current-menu-item a:hover {
	color: #fe521d;
}
#login {
	margin-top: 10px;
	background: #e0e2e6;
	border: 1px solid #cbcbcb;
}
#login form {
	margin: 0 10px 10px;
	padding: 7px;
	background: #fff;
}
#login div {
	margin: 5px 0;
}
#login_user_id {
	width: 178px;
	height: 19px;
	margin: 5px 0;
}
#login_btn {
	margin: 5px 0 15px;}
#login a {
	color: #333;
	font-size: 11px;
	text-decoration: underline;
}
#login a:hover{
	color: #fe521d;
}
#login button {
	width: auto;
	padding: 0;
	margin: 0;
	background: none;
	border: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
	cursor: pointer;
}

/************************************************** content **************************************************/
#content {
	position: relative;
	width: 730px;
	height: 100%;
	margin-left: 20px;
	padding-bottom: 160px;
}
#content section h2 {
	background: url('../img/bg_page_msdsnavi.png') no-repeat;
	width: 710px;
	height: 41px;
	margin: 20px auto;
	padding-left: 20px;
	line-height: 45px;
}
#content div {
	margin-left:20px;
}
#content section {
	width: 730px;
	margin-bottom: 50px;
}
#content section p {
	width: 690px;
}
.blue {
	font-size: 12.0pt;
	font-weight: bold;
	color: #017bc4;
	line-height: 25px;
}
.bold {
	font-weight: bold;
}

/*.blue {
	font-weight: bold;
	color: #017bc4;
	line-height: 18px;
}*/

.red { color: #dd0000; }

.big {
	font-size: 10.5pt;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
}

.big2 {
	font-size: 10.5pt;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
}


/************************************************** footer **************************************************/
#footer {
	position: absolute;
	width: 100%;
	right: 0;
	bottom: 0;
	font-size: 85%;
	line-height: 140%;
}
#footer section {
	width: 730px;
	height: 120px;
	float: right;
}
#foot_page_top {
	float: right;
	right: 20px;
	font-size: 10px;
}
#foot_page_top a {
	color: #666666;
	text-decoration: underline;
}
#foot_page_top a:hover {
	color: #fe521d;
}
#footer li {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 15px;
	background: url('../img/ico_msdsnavi_2.png') no-repeat 0 1px;
	text-decoration: underline;
}
#footer_menu {
	position: absolute;
	right: 0;
	bottom: 20px;
}

/************************************************** style **************************************************/
.boadertwo {
	padding: 10px;
	border: 4px double #666;
	margin-right: 20px;
}
.table_boader,
.table_boader th,
.table_boader td {
	padding: 5px;
	border: 1px #666 solid;
}