@charset "utf-8";
/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td{
    margin: 0px; 
    padding: 0px;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0px;
}
table{
    border-collapse: collapse;
    border-spacing:0px;
}
td { vertical-align: top; }
caption, th{
    text-align: left;
	font-weight:normal;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal; 
    font-weight: normal;
}
a{
	text-decoration:none;
}
/*reset end*/
/*base*/
body{
	font-size:0.9em;
	background:url(../images/base/bg.jpg) repeat-x ;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	color:#000;
	line-height:1.8em;
}
#container {
	width:600px;
	margin:30px auto;
}
.midashi01{
	font-size: 2.1em;
	font-weight: bold;
	color: #333399;
	padding: 0px;
	line-height: 1.3em;
	margin:0px 0px 25px 0px;
}
p{
	margin-bottom:20px;
}
.txt_right{
	text-align:right;
}
.indent01{
	text-indent:-1em;
	padding-left:1em;
}
