@charset "UTF-8";
/*===============目次===============

    更新日：2010/6/18
     1:リセット
     2:フォントサイズ

==================================*/


/*==================================
    1:リセット
==================================*/

body{
	font-family: Verdana, sans-serif;
    line-height:;
}

body, h1,h2,h3,h4,h5,h6,p,pire,blockquote,ul,ol,dl,dd,dt,form,fieldset, table, tr, td, th{
    margin: 0px;
    padding: 0px;
}

input,textarea{
    font-size: 1em;
}

address {
    font-style: normal;
}

img,
fieldset {
    border: none;
	vertical-align:bottom;
	outline:none;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
    font-size: 16px;
    font-weight: normal;
	list-style-type:none;
}
a:hover img{
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

	

/*==================================
    2:フォント
==================================*/
* {
    color: #000;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

.tel_click a {
    color: #333;
font-weight:bold;
}

.tel_click a:hover {
    color: #333;
font-weight:bold;
text-decoration:none;
}


.text_small{
	font-size:70%;
}
