@charset "UTF-8";

* {
	margin:0;
	padding:0;
}
  
body {
	font-size:12px;
	width: 100%;
}

/************************************************************
 * アンカー
 ************************************************************/
a:link			{ color: #1E0FCA; }
a:visited		{ color: #802680; }
a:hover			{ color: #FF7E1D; }
a:active		{ color: #FF9A49; }


img {
	border: 0
}


#Header {
	width: 100%;
	height: 26px;
	position: relative;
	background-image:  url("/cmn/headerImg/header_bg.gif");
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: bottom;
}

#Header .logo {
	position: absolute;
	top: 5px;
	left: 10px;
}

#Header .close {
	position: relative;
	top: 4px;
	right: 30px;
	font-family: 'ＭＳ Ｐゴシック','MS P Gothic',Arial,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif,Helvetica;

}

#Header .close a {
	background: url("/cmn/headerImg/icon_close_popup.gif") no-repeat left center;
	padding: 0 0 0 16px;
	font-size: 10px;
	font-weight: normal;
	color: #1E0FCA; 
}

#Header .close a:hover{
	text-decoration: none;
	color: #FF7E1D;
}

/*修正必須*************/
#Footer {
	width: 100%;
	text-align: left;
	border-top: 1px solid #ccc;
}
/*修正必須*************/

#Footer img {
	padding: 5px 30px 0 0;
        margin-left: -30px;
}




#container {
	width: 745px;
	margin: 11px 0 0 0;
	padding: 0;
}

#container_main {
	margin: 0 0 12px 12px;
	width: 733px;
}

#container_main p {
	line-height: 140%;
}


/*---980px対応--------------*/
#container2 {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}

#container_main2 {
	margin: 0 auto;
	width: 980px;
}

#container_main2 p {
	line-height: 140%;
}



/*修正必須20121001_分社化対応*************/
#Footer2 {
	width: 100%;
	text-align: left;
	border-top: 1px solid #ccc;
}
/*修正必須_分社化対応**************/


#Footer2 img {	
	margin: 0 0 0 10px;
	padding-top: 5px;
	}



#Footer2 p a {
	color: #435B67;
    font-family: Meiryo;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
	margin: 0 0 0 10px;
}
