@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      default.css
 Author:         kase
 Style Info:     デフォルトのスタイルのリセット及び基本設定
----------------------------------------------------------- */

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

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: separate;
	border-spacing: 0;
}*/

caption,th {
	text-align: left;
}

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

object,
embed {
	vertical-align: top;
}
hr {
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #ccc; /* 線色 */
	height: 1px; /* 高さ */
	clear: both;
}
legend {
	display: none;
}

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

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

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}


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

body {
	background-color: #F0F0F0;
	color: #333;
	font-size:75%;
	text-align: center;
	font: 13px/1.5em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
caption {
font-size:130%;
}
form,fieldset,input,textarea {
font-size:100%;
}


* + html body {
	font-family : Arial,'ＭＳ Ｐゴシック',sans-serif ;
}


/*----------------------------------------------------
	.wrappr
----------------------------------------------------*/

.wrapper {
	text-align: center;
	background-image: url(../images/bgcolor.gif);
	background-repeat: repeat-y;
	background-position: center;
	
	
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/

#page {
	margin: 0px auto;
	width: 800px;
}
#page_home_bottom {
	margin: 0px auto;
	width: 800px;
}
#page2 {
	margin: 0px auto;
	width: 800px;
	position: relative;
	bottom: 92px;
	
}



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

a:link {
	text-decoration: none;
	color: #00F;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}
.hr {
	display: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
