@charset "UTF-8";

/* Reset
----------------------------------------------------*/

html { overflow-y: scroll; }

body,h1,h2,h3,h4,h5,h6,pre,form,fieldset { margin: 0; padding: 0; }

address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; }

hr,legend { display: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption,th { text-align: left; }

q:before,q:after { content: ''; }

object,embed { vertical-align: top; }

img,abbr,acronym,fieldset { border: 0; vertical-align: top; _vertical-align: none; }

li { list-style-type: none; }

.clear { clear:both; line-height:0px; }

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}


/* Base
----------------------------------------------------*/
body { background-color:#fff; text-align:center; color:#555; font-family:TimesNewRomanPSMT; }

div#pagewrapper { width:100%; padding:0px; margin:0 auto; text-align:center; overflow:hidden; }

div#pagewrapper p{ width:90%; padding:10px 5% 0 5%; float:left; }


/* リンク設定
----------------------------------------------------*/

a:link { color: #555; text-decoration: none; }
a:hover { color: #555; text-decoration: none; }
a:active { color: #555; text-decoration: none; }
a:visited { color: #555; text-decoration: none; }


