﻿@charset "UTF-8";

/* ---[ common elements ]--------------------- */
body 		{
		margin-top: 0;
		padding: 0;
		text-align:center;
		background-color:  #F0F0F0;
		background-repeat: no-repeat;
		background-position: center top;
		font-family:"Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
		font-size: 12px;
		color: #333;
		line-height: 180%;
}
div,p,img,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5{
		margin: 0px;
		padding: 0px;
}
/*--------------- ul の初期設定（iE、Safari共通)  */
ul	{
		margin-top: 5px; 
		margin-bottom: 15px;
		margin-left: 15px;
		padding-left: 8px;
		list-style-type: disk;
}

div.container	{
		/*border: solid 1px #0066cc;*/
		margin: 0 auto;
		margin-top: 0px;
		width: 1280px;
		background-color: #FFF;
		text-align: right;

}
div.logImg	{
	text-align: center;
	font-size: 12px; 
	line-height: 14px; 
}
p.jmp	{
	text-align: right;
	font-size: 12px; 
	line-height: 13px; 
}


