﻿/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*基本のフォントサイズを13pxとし、13pxを100%とする相対指定　行間の設定（1.231）、フォントの種類の設定*/
	font:13px/1.231 "ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
    *font-size:small;/* IE用 */
    *font:x-small;/* IE 互換モード用 */
}



/*　↓リンクに対する共通設定↓　*/
a {
	text-decoration:none;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html { 
	overflow-y:scroll;
}


body {

	margin: 0px;
	padding: 15px 0px 20px;
	text-align: center;
	font-size: 100%;
}
#wrap{
	margin:0 auto;
	
}



	.cl{
	clear:both;}
p.goTop{
	clear:both;
	font-size: 14px;
	margin:8px 0;
	text-align: right;

}

.goTop a{
text-decoration:none}



#copyright {
background-image: url(/include_html/syunya/img/top/copy_bk.jpg);
background-repeat:repeat;
color:#FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 80%;
}






.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
  
