@charset "Shift_JIS";


/* -------- reset  -------- */

*{
	margin: 0;
	padding: 0;
}


/* -------- body -------- */

html{
	overflow-y:scroll;

}

body {
	text-align: center;
	color: #535353;
	margin: 0;
	padding: 0;
	background: #FFF repeat-x left top;
	text-align:center;
	border-top: 3px solid #4D3E9F;
}


/* -------- common -------- */

h1, h2, h3, h4, h5, h6, div {
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	font-style:normal;
}

p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	padding: 0;
	margin: 0;
	text-align: left;
	display: block;
	font-style:normal;
	line-height: 1.5;
}



/* -------- table -------- */

table {
	margin : 0;
	empty-cells: show;
}


/* -------- hr -------- */

hr {
	display : none;
}


/* -------- img -------- */

img {
	border: none;
	vertical-align: bottom;
}


/* -------- li -------- */

li {
	list-style: none;
}


/* ---- clearfix ---- */

div{
    zoom: 1;
}

div:after{
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both; 
}

div{
   display:inline-block;
}


/* ---- Links ---- */


a:link {
	text-decoration: underline;
	color: #615693;
}
a:visited {
	text-decoration: underline;
	color: #4C7639;
}
a:hover {
	text-decoration: underline;
	color: #4C7639;
}
a:active {
	text-decoration: underline;
	color: #4C7639;
}

