@charset "utf-8";
/* CSS Document */

/*  ↓starting_set  */

body {
   margin: 0;
   padding: 0;
   background-color: #FFFFFF;
   color:#333333;
   font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
   line-height: 1.5;
   font-size:small;
}

/*\*/
* html body {
font-size: 85%;
}
/**/

h1 {
	font-size:80%;
	font-weight:normal;
	margin:0 0 2px;
}

h2 { font-size: 120%; }
h3 { font-size: 120%; }
h4,h5,h6 { font-size: 115%; }

p,li,dt,dl { line-height:1.6; }

p { margin:0 0 1em 0; }

ul li { list-style-type:none; }

a{overflow:hidden;}

a img { border:0; }

a:link {
   color: #6666CC;
   text-decoration:none;

}
a:visited {
   color:#189B12;
   text-decoration:none;

}
a:hover {
   text-decoration:underline;

}
a:active {
   color:#666666;
}

blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCCCCC;
   color:#CCCCCC;
}

pre{
   width:100%;
   padding:1em 0;
   overflow:auto;
   border-top:1px dotted #333;
   border-bottom:1px dotted #333;
}

table{
   width:100%;
   border-spacing:2px;
   margin:1.5em 0;
}

table th, table td{ padding:0.3em 0.75em }

.float_l{
	float:left;
}

.float_r{
	float:right;
}

.clear{
	clear:both;
}

.hidden {
   display: none;
   visibility: hidden;
}

.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


/*  ↑starting_set  */


.margin_bottom20{
	margin-bottom:20px;
}
