@charset "utf-8";

/* common -----------------------------------------------------------------------------------------*/

body { 
	margin:0;
	padding:0;	
	line-height:100%;
	font-family:Verdana,'メイリオ','Meiryo',"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro",'ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

a:link		{ text-decoration:none; color: #000000;}
a:visited	{ text-decoration:none; color: #000000;}
a:hover {
	text-decoration: underline;
	color: #A51C24;
}


#container {
	width:909px;
	/*overflow:hidden;*/
	margin:0 auto;
	padding:0;
	position:relative;
	border: solid #000000 7px;
}

.j24 {
	font-size: 24px;
	line-height: 140%;
	
}

.j18 {
	font-size: 18px;
	line-height: 140%;
	
}

.j14 {
	font-size: 14px;
	line-height: 140%;
	
}

.j12 {
	font-size: 12px;
	line-height: 140%;
	
}

.j11 {
	font-size: 11px;
	line-height: 140%;
	
}

.j10 {
	font-size: 10px;
	line-height: 140%;
	
}


/* ------------------------------------------------------------------------------------------------*/
