@charset "utf-8";
/*/////////////////////////////////////////////////////////////////////////////
common
/////////////////////////////////////////////////////////////////////////////*/

body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
}

#all{
	background: url(../img/cmn/contents/bg-all.gif) center top no-repeat;
	min-width:940px;
	margin:0 auto;
}

/***  debug ***/
/* body *{font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;} */

.wrap{
	width:940px;
	margin:0 auto;
}

a{
	color:#333;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

.red{
	color:#c00 !important;
}

#error{
	background:#c00;
	color:#fff;
	position: fixed;
	left:0;
	top:0;
	width:100%;
	z-index:9999;
	/* display:none; */
}

#error p{
	padding:5px 10px;
	font-size:1.4em;
}

.hide-html{
	display:none;
}


/* margin
-----------------------------------------------------------------------------*/

.mb-0{margin:0 !important;}
.mb-10{margin:0 0 10px 0 !important;}
.mb-15{margin:0 0 15px 0 !important;}
.mb-20{margin:0 0 20px 0 !important;}
.mb-30{margin:0 0 30px 0 !important;}
.mb-30{margin:0 0 40px 0 !important;}
.mb-30{margin:0 0 50px 0 !important;} 

/* align
-----------------------------------------------------------------------------*/
.t-right{text-align:right !important;}
.t-center{text-align:center !important;}
.t-left{text-align:left !important;}

/* float
-----------------------------------------------------------------------------*/
.f-left{
	float:left;
}
.f-right{
	float:right;
}

/* alpha
-----------------------------------------------------------------------------*/

.alpha{
	filter:alpha(opacity=0);
	opacity:0;
	-moz-opacity:0;
}

/* header ==========================================================*/

div#header{
		width:950px;	
		margin:0 auto;
		font-size:0;
		padding:0;
		line-height:0;
		/*
		padding:20px 0;
		background:url(../img/head_bg.gif) repeat-x top left;
		*/
}
div#header .c-fix{
		/*width:915px;
		margin:0 auto;*/
}
/* Content ==========================================================*/	
#content{
	width:950px;
	margin:0 auto 0px;		
	
	min-height: 100%;
  height: auto !important;
  height: 100%;
}

	
/* footer ==========================================================*/	

div#footer{
    font-size: 0;
    height: 56px;
    margin: 0 auto;
    padding: 0;
    width: 950px;
	}

/* 404 cont ==========================================================*/

#cont{
	width:950px;	
	margin:0 auto;
	padding-top:0px;
	font-size:1.4em;
	}
ol#bread{
	display:block;	
	padding:15px;
	background-color:#111D49;
	margin-bottom:30px;
	}
ol#bread li{
	float:left;
	margin-right:15px;
	list-style:nonw;
	display:block;
	color:#ffffff;
	}
ol#bread li a:link{
	color:#ffffff;	
	}	
ol#bread li a:hover{
	color:#ffffff;	
	}		
ol#bread li a:visited{
	color:#ffffff;	
	}
.block p{
	margin-bottom:30px;	
	}	
.page-title{
	font-size:1.6em;
	margin-bottom:15px;
	}	
			
		