@charset "UTF-8";
/* CSS Document */


 * {
	margin: 0;
	padding: 0;
}


/*html, body, h1, h2, h3, h4, h5, h6, hr, div, p, pre, address, blockquote, ul, ol, dl, dt, dd, form, fieldset {
	display:block;
	
}
*/
li{
	list-style:none;
	/*margin-bottom: 5px;*/
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin:0;padding:0;
}


.main_page {
	color: #4B4B4B;
	background-color:#E4F1DF;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 0.8em;
	line-height: 16px;
	font-weight: normal;
	width:100%;
}
.service_page {
	color: #4B4B4B;
	background-color:#FFF;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 0.8em;
	line-height: 16px;
	font-weight: normal;
	width:100%;
}



html {
margin:0;
padding:0;
}

h1, h2, h3, h4, h5, h6 {
font-size:100%;
font-weight:bold;
}
img {
background-color: transparent;
border: 0px;
padding: 0px;
} 

a { outline: none; }

a{/*リンクされた文字*/
	color:#0084DB;
	font-style:normal;
	text-decoration:underline;
}
a:link {/*未訪問のリンク*/
	color:#0084DB;
	font-style:normal;
	text-decoration:none;
}
a:visited {/*訪問後のリンク*/
	color:#0084DB;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
	color:#ccc;
	font-style:normal;
	text-decoration:none;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: “alpha( opacity=60 )”;
}
a:active {/*クリック中*/
    text-decoration:none;
	color:#ccc;
}
table{
    border-collapse: collapse;
    border-spacing: 0; 
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: “alpha( opacity=60 )”;
}

p img {
   vertical-align: bottom;
}
