/*---------------------------------------------------

CSS Information



File name:defalut.css
Author: Hideyo Ryoken (admin)
Style Info: デフォルトの設定

--------------------------------------------------- */

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

html {
	-webkit-text-size-adjust:none;
	overflow-y: scroll;
	height: 100%;
}

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

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

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

caption,th {
	text-align: left;
}

q {
	font-style: normal;
}

q:before{
	content: no-open-quote;
}

q:after {
	content: no-close-quote;
}

object,
embed,
img {
	vertical-align: top;
}

hr,legend {
	display: none;
}

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

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

ul li {
	list-style-type: none;
	line-height: 1.75;
}

ol li {
	margin: 1.5em 0 1.5em 1.5em;
	list-style-type: decimal;
	line-height: 1.75;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.75;
}

/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	color: #000;
	font-size: 13px;
	font-family: helvetica,arial,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,sans-serif;
	background: url(../img/top/background.jpg) 50% 0px no-repeat;
	-webkit-text-size-adjust: none;
}

* + html body {
	font-family: helvetica,arial,"メイリオ",Meiryo,sans-serif;
}



/*----------------------------------------------------
	Link
 ----------------------------------------------------*/


a {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration:underline;
}

a:active {
	color: #000;
	text-decoration:underline;
}

