
/* -------------------------------- 

Reset style

-------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

/* -------------------------------- 

Primary style

-------------------------------- */
body {
    font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","MS Pゴシック", "MS PGothic", sans-serif;
    color: #2c343b;
	background-color: #FFF;
	line-height:1.5em;
	font-size: 14px;
	width: 100%;
	min-width: 1024px;
    height: 100%;
	max-height: 100%;	
}

img{
	margin: 0;
	padding: 0;
}

a:hover img {	
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}	


/* -------------------------------- 
H Style Set
-------------------------------- */
h1 {
	font-size: 20px;
	color: #8BBD17;
}

h2 {
	margin:0px;
	padding:0px;
	line-height:1;
}

h3 {
	width: 100%;
	height: 80px;
	background: #FEFCEF;
	border-bottom: #EDCD6B 3px solid;
	box-shadow: 0px 1px 9px -2px #666666;
	-moz-box-shadow: 0px 1px 9px -2px #666666;
	-webkit-box-shadow: 0px 1px 9px -2px #666666;
}

h3 p{
	width: 1000px;
	font-size: 24px;
	padding: 25px 0 0 20px;
	margin: 0 auto;
}

h3 span{
	font-size: 85%;
	padding-left: 20px;
}

h4 {
	width: 100%;
	height: 30px;
	font-size: 16px;
	border-bottom: #EDCD6B 3px solid;
	border-left: #F55 3px solid;	
	box-shadow: 0px 1px 9px -3px #666666;
	-moz-box-shadow: 0px 1px 9px -3px #666666;
	-webkit-box-shadow: 0px 1px 9px -3px #666666;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 30px;
}

h5 {
	margin:0px;
	padding:20px 0 0 10px;
	font-weight: bold;
	color: #0058B0;
}

h6 {
	margin: 30px 0 10px 0;
	padding: 5px;
	font-weight: bold;
	color: #0058B0;
	border: #0058B0 2px solid;
	clear: both;
	max-height: 100%;	
}


/* -------------------------------- 
P Style Set
-------------------------------- */
p{
	margin:0px;
	padding: 10px;
	line-height: 1.5em;
	max-height: 100%;	
}

p.line-h-s{
	margin:0px;
	padding: 10px;
	line-height: 1.2em;
}


/* -------------------------------- 
Font Style Set
-------------------------------- */
.txtSS{
	font-size:75%;
}
.txtS{
	font-size:85%;
}
.txtL{
	font-size:120%;
}
.txtD{
	text-decoration: underline;
}
sup{
font-size: 75.5%;
vertical-align: top;
position: relative;
top: -0.1em;
}
.note{
	font-size:85%;
}

#copy{
	font-size:85%;
}
.bold{
	font-weight: bold;
}

.bord{
	border: #F00 1px solid;
	padding: 0 3px;
}
.blue{
	color: #0058B0;
}
.red{
	color: #F00000;
}




/* -------------------------------- 
Link Img Style Set
-------------------------------- */
a[href$=".pdf"] { 
   background: url(../img/icon_pdf.gif) no-repeat 100% 50%;
   padding-right: 15px;
}  
* html a.pdf{   
   background: url(../img/icon_pdf.gif) no-repeat 100% 50%;  
   padding-right: 15px;
} 

.nopdf{   
   background: none !important;  
}  

html a.sitelink{   
   background: url(../img/arrow_link.png) no-repeat 100% 20%;  
   padding-right: 22px;
}  

html a.sitelink:hover{
	text-decoration: underline;
} 


/* -------------------------------- 
Link Color Set
-------------------------------- */
a:link{
	color: #0F37A2;
	text-decoration: none;
}

a:visited{
	color: #0F37A2;
	text-decoration: none;
}

a:hover{
	color: #0F37A2;
	text-decoration: underline;
}

a:active{
	color: #0F37A2;
	text-decoration: underline;
}


span.links a:link{
	color:#0058B0;
	text-decoration: none;
}

span.links a:visited{
	color:#0058B0;
	text-decoration: none;
}

span.links a:hover{
	color:#0058B0;
	text-decoration: underline;
}

span.links a:active{
	color:#0058B0;
	text-decoration: underline;
}

.t-links a:link {
	text-decoration: underline;
}

.t-links a:hover {
	text-decoration: none;
}


/* -------------------------------- 
List Set
-------------------------------- */
ul{
	margin:0;
	padding:0;
	max-height: 100%;
}

ul li{
	margin:0;
	padding:0;
	list-style-type:none;
}

dl{
	margin:0;
	padding:0;
}

dl dt{
	margin:0;
	padding:0;
	list-style-type:none;
}

dl dd{
	margin:0;
	padding:0;
	list-style-type:none;		
}

ol{
	margin:0;
	padding:0;
}

ol li{
	margin:0 0 0 20px;
	padding:0 0 15px 0;
	list-style-type:inherit;
	line-height:1.3em;
}

/* -------------------------------- 
Table Set
-------------------------------- */
table.table01{
	width: 100%;
	margin: 10px 0 10px 10px;
}


table.table01 tr th{
	line-height: 1.5em;
	background-color: #ebebeb;		
	font-weight: bold;
	text-align: center;
	padding: 10px;	
	max-height: 100%;	
}

table.table01 tr td {
	line-height: 1.5em;
	background-color: #ebebeb;	
	padding: 10px;
	vertical-align: top;
	max-height: 100%;	
}

table.table01 tr .first01{
	width: 120px;
}

table.table01 tr .first02{
	width: 150px;
}

table.table02{
	width: 100%;
	margin: 10px 0 10px 10px;
}

table.table02 tr th{
	line-height: 1.3em;
	background-color: #0080C0;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 10px;	
}

table.table02 tr td {
	line-height: 1.5em;
	background-color: #ebebeb;	
	padding: 5px;
	vertical-align: middle;
}

ul.intable li{
	line-height: 1.5em !important;
}

/* -------------------------------- 
Indent Set
-------------------------------- */
/* margin-top */
.mt-10{
	margin-top:-10px !important;
}

.mt-20{
	margin-top:-20px !important;
}

.mt0{
	margin-top:0px !important;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt25{
	margin-top:25px !important;
}
.mt30{
	margin-top:30px !important;
}
.mt40{
	margin-top:40px !important;
}
.mt50{
	margin-top:50px !important;
}

/* margin-right */
.mr0{
	margin-right:0px !important;
}
.mr5{
	margin-right:5px !important;
}
.mr10{
	margin-right:10px !important;
}
.mr15{
	margin-right:15px !important;
}
.mr20{
	margin-right:20px !important;
}
.mr25{
	margin-right:25px !important;
}
.mr30{
	margin-right:30px !important;
}
.mrt40{
	margin-right:40px !important;
}
.mr50{
	margin-right:50px !important;
}
.mr100{
	margin-right:100px !important;
}
.mr150{
	margin-right:150px !important;
}
.mr200{
	margin-right:200px !important;
}


/* margin-bottom */
.mb0{
	margin-bottom:0px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb25{
	margin-bottom:25px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
.mb50{
	margin-bottom:50px !important;
}


/* margin-left */
.ml0{
	margin-left:0px !important;
}
.ml5{
	margin-left:5px !important;
}
.ml10{
	margin-left:10px !important;
}
.ml15{
	margin-left:15px !important;
}
.ml20{
	margin-left:20px !important;
}
.ml25{
	margin-left:25px !important;
}
.ml30{
	margin-left:30px !important;
}
.ml40{
	margin-left:40px !important;
}
.ml50{
	margin-left:50px !important;
}
.ml60{
	margin-left:60px !important;
}
.ml100{
	margin-left:100px !important;
}
.ml150{
	margin-left:150px !important;
}
.ml200{
	margin-left:200px !important;
}


/* padding-top */
.pt0{
	padding-top:0px !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt25{
	padding-top:25px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt40{
	padding-top:40px !important;
}
.pt50{
	padding-top:50px !important;
}

/* padding-bottom */
.pb0{
	padding-bottom:0px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb25{
	padding-bottom:25px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb40{
	padding-bottom:40px !important;
}
.pb50{
	padding-bottom:50px !important;
}
/* padding-left */
.pl0{
	padding-left:0px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl15{
	padding-left:15px !important;
}
.pl20{
	padding-left:20px !important;
}
.pl25{
	padding-left:25px !important;
}
.pl30{
	padding-left:30px !important;
}
.pl40{
	padding-left:40px !important;
}
.pl50{
	padding-left:50px !important;
}
.pl100{
	padding-left:100px !important;
}
.pl150{
	padding-left:150px !important;
}

/* float */
.fll{
	float:left;
}
.flr{
	float:right;
}

/* alinle */
.right{
	text-align: right;
}
.center{
	text-align: center;
}

/* ===================================================== */
/* table Col SET */
/* ===================================================== */
.w50{ width: 50px;}
.w80{ width: 80px;}
.w100{ width: 100px;}
.w150{ width: 150px;}
.w200{ width: 20px;}



/* 点滅 */
.blinking{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/* line */
.line_bottom{
	border-bottom: #333 1px dotted;
}
