@charset "utf-8";



/* =ブラウザリセット
================================*/
* {
	margin: 0;
	padding: 0;
}


/* =clearfix
================================*/

.clearfix:after
{
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img { border-style: none; }

a   { text-decoration: none; color:#2200CC;}

body
{
    font-size:        62.5%;
    text-align:       center;
    margin:           auto;
    font-size:15px;
	color:            #333333;
	line-height:      1.166;
	background-color: #ffffff;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}
#right_side
{
    width: 160px;
    height: 640px;
    position: absolute;
	top: 20px;
	right: 5px;
}

div#footer
{
    border-top: solid 1px #6fa1d9;
}