@charset "utf-8";

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1,h3, h4, h5, h6, pre, form, blockquote, th, td,p	{
	margin: 0;	padding: 0;
}

q:before ,q:after	{
	content: '';
}

h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset, map	{
	border: 0;
}
li	{
	list-style-type: none;
}

a:link    { color: #42301E;}    
a:visited { color: #42301E;}   
a:hover   { color: #CC6600;} 
a:active  { color: #CC6600;} 

a:hover img {
 opacity: 0.8;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
}
 
 /*************************
*        マージン       *
*************************/

.mt00 {margin-top: 0px !important;}
.mt05 {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;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}

.mb00 {margin-bottom: 0px !important;}
.mb02 {margin-top: 2px !important;}
.mb05 {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;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}


.ml00 {margin-left: 0px !important;}
.ml05 {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;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}

.mr00 {margin-right: 0px !important;}
.mr05 {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;}
.mr35 {margin-right: 35px !important;}
.mr40 {margin-right: 40px !important;}
.mr45 {margin-right: 45px !important;}
.mr50 {margin-right: 50px !important;}



/*************************
*        フォントサイズ       *
*************************/


.txt_10 {
	font-size:0.625em !important;
	}
.txt_12 {
	font-size:0.78em !important;
	}
.txt_13 {
	font-size:0.813em !important;
	}
.txt_14 {
	font-size:0.875em !important;
	}
.txt_15 {
	font-size:0.938em !important;
	}
.txt_16 {
	font-size:1em !important;
	}
.txt_18 {
	font-size:1.125em !important;
	}
.txt_20 {
	font-size:1.250em !important;
	}
.txt_20red {
	font-size: 1.250em !important;
	color: #700B0D;
	}
.txt_24 {
	font-size:1.500em !important;
	}
.txt_30 {
	font-size:1.875em !important;
	}
	
.txt_20w {
	font-size:1.250em !important;
	color: #FFFFFF;
	padding-bottom:5px;
    border-bottom: 1px solid rgba(251,251,251,0.80);
	
	}
	
.txt_bg {
	color: #9D805C;
	}
	
.txt_red {
	color: #700B0D;
	}
	
