@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
	レイアウト
----------------------------------------------------------- */

/*-----------------------------------------------
 __share_style
-----------------------------------------------*/

.inner {
	padding:5px;
}


/*-----------------------------------------------
 __page
-----------------------------------------------*/

#page {
	width:300px;          
	margin:auto;
	background:#FFF;
	text-align:left;
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	background:#FFF;
}

/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
margin:auto;
	background:#E6E6FA;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	clear:both;
	width:400px;
	background:#000;
		font-family: Helvetica;
	font-size: 14px;
	padding:5px;				/* パディング一括指定 */
 text-decoration:none;
	color:#FFF;
}

#footer　a {
	clear:both;
	width:400px;
	background:#000;
		font-family: Helvetica;
	font-size: 14px;
	padding:5px;				/* パディング一括指定 */
	color:#FFF;
}

#footer  hover{
	clear:both;
	width:400px;
	background:#000;
		font-family: Helvetica;
	font-size: 14px;
	padding:5px;				/* パディング一括指定 */
	color:#FFF;
}


