@charset "UTF-8";

/* **************************************************
   set up
   ************************************************** */
* {
	margin: 0px;
	padding: 0px;
}
html {
	overflow-y:scroll;
}
body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.6em;
	position: relative;
}
/*justify flick macIE\*/
p,dd{
	text-align:justify;
	text-justify:distribute;
}
/**/
img { border: medium none ; }


ul{
	list-style-type: none;
}

/* ------------------------------------- 
 *	title + link
 * ------------------------------------- */
.ttl{
	color:#4bc0e2;
}
.linkBlack a{
	color:#333333;
}
a {
	color:#22ACD5;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a {
	font-weight: normal;
}
a:visited {
	text-decoration: none;
}
a:hover   {
	text-decoration:underline;
}
a:active  {
	text-decoration: none;
}

/* ------------------------------------- 
 *	+ margin
 * ------------------------------------- */
 
 .mt10{
 	margin-top:10px; !important
 }

 .mt20{
 	margin-top:20px; !important
 }

