@charset "UTF-8";
* {
	margin:0px;
	padding:0px;
	color:#999999;
	font-size:12px;
	line-height:140%;
	font-family:"ＭＳ Ｐゴシック", Arial;
}
html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background:url(/common/img/site/bg_body.jpg) no-repeat #000000 top center;
	
}

.png24 { tmp:expression(setPng24(this));}


/******枠用DIV********/
/* サイト全体DIV*/
#header {
	position:absolute;
	top:30px;
	width:1260px;
	left:50%;
	margin-left:-630px;
	z-index:10;
	text-align:center;
}
#wrap {
	position:absolute;
	top:30px;
	width:1260px;
	left:50%;
	margin-left:-630px;
	text-align:center;
	z-index:1;
	
}
/* ページ上部MK-STYLEバー */
#MK-STYLE {
     position:absolute:;
	width:1260;
	height:30px;
	left:0;
	background:url(/global/mk/bg.jpg) repeat-x 0 0;
	text-align:center;
}
/* サブページ */
#main {
	clear:both;
	width:974px;
	margin:226px auto 0 auto;
	background:transparent url(/common/img/site/bg_container.png) no-repeat top center;
	padding:0 0 0 0;

}
/*メイン タイトルイメージとページ表示*/
#main .pagetitle {
	padding-top:60px;
	height:63px;
}
#main .pagetitle h2 {
	float:left;
	width:260px;
	padding:5px 0 0 0;
	text-align:left;
}
#main .pagetitle .path ul {
	float:right;
	width:250px;
	font-size:10px;
	text-align:right;
	color:#666666;
	margin-right:10px;
	list-style:none;
	padding:10px 27px 0px 0px !important /*Non-IE6*/;
	padding:10 22px 0px 0px /*IE6*/;
}
#main .pagetitle .path ul li {
	display:inline;
	padding:0 0 0 10px;
	background:transparent url(/common/img/bullet/bu_arrow.gif) no-repeat 0 50%;
	font-size:10px;
	color:#999999
}
#main .pagetitle .path ul a {
	text-decoration:none;
	color:#666666;
	font-size:10px
}
#main .pagetitle .path ul a:hover {
	text-decoration:none;
	color:#CCCCCC
}
/*メインー左*/
.main-navigation {
	display:inline /*Fix IE floating margin bug*/;
	float:left;
	width:197px;
	padding-left:17px;
	padding-top:10px;
	text-align:left;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.main-navigation .login {
	height:135px;
	padding:5px 0;
}
/*メイン　コンテンツ*/
.main-content {
	display:inline; /*Fix IE floating margin bug*/
	float:left;
	text-align:left;
	width:560px;
	margin:110px 0 0 0;
	padding:0;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
.column {
	text-align:left;
	margin:0;
	width:540px;
}
/*メインー右*/
.main-subcontent {
	display:inline /*Fix IE floating margin bug*/;
	float:right;
	width:197px;
	margin:50px 0 0 0;
	padding-top:30px;
	overflow:visible !important /*Firefox*/;
	overflow:hidden /*IE6*/;
}
/*Footer*/
#footer {
	clear:both;
	width:1200px;
	height:127px;
	background:url(/common/img/site/bg_footer.jpg) no-repeat top center;
	padding-top:100px;
	margin: 0 auto;
}
.footer_inner {
	padding:0 130px 10px 160px !important /*Non-IE6*/;
	padding:0 130px 5px 163px /*IE6*/;
}
.footer_txt {
	margin-left:170px;
	font-size:10px;
	text-align:left
}
/****** 枠用DIV end********/

img {
	border:0px;
}
ol {
	padding:0px;
	margin:0px;
}
ul {
	padding:0px;
	margin:0px;
}
li {
	padding:0x;
}
td {
	word-break:break-all;
}
 
/* リンク文字色 */
/* link → visited → hover → active の順で記述する必要あり。*/
a:link {
	color:#e29898;
	text-decoration: none;
}
a:visited {
	color: #996666;
	text-decoration: none;
}
a:hover {
	color:#ffcccc;
	text-decoration: none;
}
/** ログインフォーム */




/*ログイン・エラ*/

input.LoginID {
	width:100px;
	height:18px;
	color:#CC0000;
	font-size:11px;
	border:none 0px;
	font-family: Verdana, Arial, ＭＳ Ｐゴシック;
	background-repeat:no-repeat;
	background-position:center center;
}
input.LoginPass {
	width:100px;
	height:18px;
	color:#CC0000;
	font-size:11px;
	border:none 0px;
	font-family: Verdana, Arial, ＭＳ Ｐゴシック;
	background-repeat:no-repeat;
	background-position:center center;
}
/* 入力エラーメッセージ */
.err_msg {
	color: #ff0066;
	font-weight: nomal;
	padding-bottom:5px;
}
/* 警告・確認メッセージ */
.WarningOrConfirmMsg {
	color : #d2691e;
	font-weight: bold;
}
