@charset "Shift_JIS";

/*-------------------------------------------------------------
              SM, Table of Contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	1. Reset
	2. Body
	3. Common
	4. Table
    5. Horizontal Rule
    6. Img
    7. List
    8. Clearfix
    9. Links
*/


/*-------------------------------------------------------------
1. Reset
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

*{
	margin: 0;
	padding: 0;
}


/*-------------------------------------------------------------
2. Body
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

body {
	font-size:12px;
	line-height:150%;
	color:#535353;
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	text-align:center;
}

/*-------------------------------------------------------------
3. Common
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote {
	padding: 0;
	margin: 0;
	line-height: 140%;
	text-align: left;
	display: block;
	font-size: 12px;
}


/*-------------------------------------------------------------
4. Table
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

table {
	margin : 0;
	empty-cells: show;
	font-size: 12px;
}


/*-------------------------------------------------------------
5. Horizontal Rule
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

hr {
	display : none;
}


/*-------------------------------------------------------------
6. Img
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

img {
	border: none;
	vertical-align: bottom;
}


/*-------------------------------------------------------------
7. List
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

li {
	list-style: none;
}


/*-------------------------------------------------------------
8. Clearfix
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

div{
    zoom: 1;
}

div:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div{
   display:inline-block;
}


/*-------------------------------------------------------------
9. Links
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


a:link {
	text-decoration: underline;
	color: #996692;
}
a:visited {
	text-decoration: underline;
	color: #714663;
}
a:hover {
	text-decoration: underline;
	color: #A263C2;
}
a:active {
	text-decoration: underline;
	color: #A263C2;
}
