@charset "utf-8";
@import url("reset.css");
/* ----------------------------------------------
	CSS information
	file name  :  common.css
	infomation :  全ファイル共通
 ---------------------------------------------- */
body {
	background: #fefefe;
	font-size:0.8em;
	line-height:1.5;}

header {
	display:none;}

img {
	max-width: 100%;
	height: auto;}

a {
	color: #000;
	text-decoration:underline;}
a:hover {
	color:#F36;
	text-decoration: none;}

/*----------------------------------------------------
	#snLink
----------------------------------------------------*/
#snLink {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	overflow: hidden;
	text-align: right;}

#snLink li {
	/*float: right;
	padding:0 0 0 4px;*/
	display: inline;}