@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;}


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


/*-------allways---------*/
.clear{	clear:both;	line-height:0;	height:0;}

#top_frame{
/*	margin-left:32px;*/
	padding:0px 0px 20px 0px;
	text-align:left;
}
#top_frame ul{
	margin:0px;
	padding:0px;
}
#top_frame li{
	background:url(../images/arrow01.gif) left top no-repeat;
	border-bottom:#CCC solid 1px;
	line-height:2;
	margin:0px 10px 0px 0px;
	padding:5px 0px 5px 30px;
}
#top_frame .left{
	width:140px;
	float:left;
	color:#4D5973;
	line-height:2;
}
#top_frame .right{
	width:560px;
	float:right;
	color:#4D5973;
	line-height:2;
}
#top_frame .clear{	clear:both;	line-height:0;	height:0;}