@charset "Shift_JIS";


/* font（#C#） --------------------------------------------------- */

/* color:color_XXX.css */
body,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,textarea,p,th,td {
margin: 0;
padding: 0;
font-size: 12px; 
line-height: 18px;
font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* color:color_XXX.css */
h1 {
font-size: 18px;
line-height: 1.2;
}

/* color:color_XXX.css */
h2 {
font-size: 14px;
line-height: 1.2;
}

/* color:color_XXX.css */
h3 {
font-size: 12px;
line-height: 1.2;
}


/* etc --------------------------------------------------- */

form {
margin: 0;
padding: 0;
}

li {
list-style-type: none;
}

.clears { clear: both; }


/* 乱用しない！同じパーツが上と下でマージンに違いがあるときなどだけに使う！！ --------------------------------------------------- */

.Margin0 {
margin: 0 0 0 0 !important;
}

.MarginTop0 {
margin-top: 0 !important;
}

.MarginTop5 {
margin-top: 5px !important;
}

.MarginTop10 {
margin-top: 10px !important;
}

.MarginTop15 {
margin-top: 15px !important;
}

.MarginTop20 {
margin: 20px 0 0 0 !important;
}

.MarginBottom0 {
margin-bottom: 0 !important;
}

.MarginBottom5 {
margin-bottom: 5px !important;
}

.MarginBottom10 {
margin-bottom: 10px !important;
}

.MarginBottom15 {
margin-bottom: 15px !important;
}

.MarginBottom20 {
margin-bottom: 20px !important;
}

.paddingTop0 {
padding-top: 0 !important;
}

.BorderNone {
border: none !important;
}

.BgNone {
background: none !important;
}


/*  --------------------------------------------------- */

h1 span {
font-size:12px;
margin-left: 10px;
}

a.Linker {
padding-left: 16px;
background: url(/imgt/icon_LinkerFoward.gif) no-repeat left center;
}

a.Back {
padding-left: 16px;
background: url(/imgt/icon_LinkerBack.gif) no-repeat left center;
}

a.Close {
padding-left: 16px;
background: url(/imgt/icon_ClosePopUp.gif) no-repeat left center;
}

.Alert {
color: #ff0000;
}

.FontLarge {
font-size: 14px;
}

.FontSmall {
font-size: 11px;
}
