/*  ------------------------------style reset*/
*  {
	margin:  0;
	padding:  0;
}


/*  ------------------------------レイアウト確認用ボーダー
*  {
	border:  1px solid #f00;
} */

/*  ------------------------------basic css */
body{
	font-size:small;
	font-family: sans-serif;
	color:#333333;
	line-height:2em;
	margin-top: 0px ;
	margin-bottom: 0px ;
	text-align:  center;  /*  Win IE5.X用 */
}

img{
	border: none;
	display: block ;
}

p {
	font-size: 12px ;
	text-align:  center; 
	margin-bottom: 30px;
}


/*  ------------------------------リンクスタイル */
a:link {
	color:#ff8c00 ;
	text-decoration: none;
}

a:visited {
	color:#4392d6 ;
	text-decoration: none;
}

a:hover {
	color:#69baff ;
}



/*  ------------------------------構造上のID　*/
#container{
	border: solid 1px #003f94;
	margin-top: 80px;
	margin-right: auto;
	margin-left: auto;
	width: 760px ;
	vertical-align: top;
}

/*  ------------------------------logoの配置　*/
#logo{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}


/*  ------------------------------フッター　*/
#footer{
	font-size:10px;
	width: 760px ;
	height: 40px ;
	text-align: center;
	padding-top: 10px ;
	padding-bottom: 10px ;
	border-top: solid 1px #003f94;
	vertical-align: top;
}


