@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : default.css
 Author     : MIYA
 Style Info : ブラウザスタイルのリセットと基本設定
=================================================================== */

/* ----------------------- Browser Default Initialization */
html {overflow-y: scroll;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote	{
	margin: 0;
	padding: 0;
	line-height:2;
	color:#333;
}
input{
	margin: 0;
	padding:0;
	line-height:1;
	color:#333;
	height:20px;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

.indent  {     
    margin-left: 1em;   
    text-indent: -1em;   
} 

a {	color:#3366ff;	text-decoration:underline;}
a:visited { color: #3366ff; text-decoration: underline; }
a:hover { color: #F90;	text-decoration: none;}

a.opacity{
	background-color:#FFF;
	display:inline-block;
}

a.opacity:hover img,
a.opacity:active img{
    -moz-opacity:0.7;
   opacity:0.7;
   filter:alpha(opacity=50);
}

.img01  {   
    width: 595px;   
    border: 2px solid #CCC;   
    padding: 5px 10px;   
    margin-bottom: 30px;
	margin:0 auto;
    _zoom: 1;      
    overflow: hidden;
	font-size:14px;
}   
.imgL   { float: left; margin: 0 10px 5px 0; }   
.img01 p    { overflow: hidden; _zoom: 1; }

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background-color:#FBFAFA;
}
html>/**/body {
	font-size: 14px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}
