@charset "utf-8";

/*最初に指定しておくと便利なCSS | Tech de Go*/
/*http://www.techdego.com/2007/03/usefulcss.php*/

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


/*IE7*/
/**+html body {
font-size: 80%;*/

/*IE6以下*/
*/font-size: 1em;
>font-size: 80%;*/
   
}


/* @group Universal Reset */

h1,h2,h3,h4,h5,h6 { line-height:1.6; }
p,li,dt,dl { line-height:1.6; }
p { margin:0 0 1em 0; }
ul li { list-style-type: disc; }
a img { border:0; }
a:link {
   color:#333;	/*color:#078D00;*/
   text-decoration:underline;
}
a:visited {
   color:#333;	/*color:#189B12;*/
   text-decoration:none;
}
a:hover {
color: #00B8FD;
   text-decoration:underline;
}
a:active {
   color:#f90;
}

blockquote{
   margin-left:1em;
   padding-left:1em;
   border-left:2px solid #CCC;
   color:#CCC;
}
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 0;
}
/*table th, table td{ padding:0.3em 0.75em }*/

.hidden {
   display: none;
   visibility: hidden;
}
.alignright {
   float: right;
}
.alignleft {
   float: left;
}
.clear {
   clear: both;
}

/* @end */

/* @group clearfix */

.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 */


/* @end */








.aaa {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
