﻿@charset "UTF-8";
@import url("style-base.css");
@import url("style-menu.css");

h1 {
}
h2 {
}
h3 {
}

td { font-size:12px; line-height: 150%; }
.size-12 { font-size: 12px; line-height: 180%; }
.size-10 { font-size: 10px; line-height: 150%; }
.size-16 { font-size: 16px; line-height: 150%; }

.img_r {
	float: right;
	border: none;
	vertical-align: top;
	margin-left: 5px;
	margin-bottom: 5px;
}
.img_l {
	float: left;
	border: none;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}
.img_n {
	float: none;
	border: none;
}
textarea,select,input,text {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku 
GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳＰゴシック","sans-serif"; margin: 0px; padding: 0px;
}



.dum a{
color:#00A498;
letter-spacing:1px;
}
.dum a:hover{
color:#0F6C65;
}