/* +++++++ Reset +++++++ */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "メイリオ";
	text-align: center;
	font-size: 100%;
	line-height: 1.5em;
}


h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}


a {
	text-decoration: none;
	overflow:hidden;
	outline:none;
}

a:hover {
	text-decoration: underline;
}


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


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

caption, th {
	text-align: left;
	font-weight: normal;
}


fieldset,img,abbr,acronym {
    border: 0;
} 

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}
.big {
	font-size: 130%;
	font-weight: bold;
}
.red {
	color: #C00;
	font-size: 80%;
	font-weight: normal;
}

