@CHARSET "UTF-8";
/* ----------------------------------------------------------
 ブラウザリセット
 -------------------------------------------------------------*/
html,body,header,nav,section,footer,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfootm,thead,tr,th,td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before,blockquote:afer, q:befor,q:after {
	content:'';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------------------
 共 通 スタイル
 -------------------------------------------------------------*/
#outerFrame {
	font-family: 'arial','Franklin Gothic Medium',sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#outerFrame nav {
	height: 100px;
	position: relative;
	top: 0%;
	left: 0%;
	text-align: center;
	margin: -50px 0px -50px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid none;
	background-image: url(../img/share/border_back.png);
	background-repeat: repeat-x;
	z-index: 5;
}
#outerFrame nav img {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#innerFrame {
	width: 960px;
	position: relative;
	top: 0%;
	left: 50%;
	margin: 0px 0px 0px -480px;
	padding: 40px 0px 20px 0px;

}


#clear {
	clear: both;
}
