@import url('layout.css');
@import url('table.css');
body {
	font-family: メイリオ, "ＭＳ Ｐゴシック", "Arial Unicode MS", sans-serif;
	background: url('../images/bg.jpg') repeat-x left top;
	font-size: small;
	color: #000000;
}
#container {
	margin: 20px auto auto auto;
	width: 830px;
	background-image: url('../images/bg_contener_bopy.jpg');
	background-repeat: repeat-y;
}
.top {
	background-image: url('../images/bg_contener_top.jpg');
	background-repeat: no-repeat;
	width: 830px;
	padding-top: 10px;
}
.foot{
	background-image: url('../images/bg_contener_foot.jpg');
	width: 830px;
	background-repeat: no-repeat;
	height: 14px;
}
#containerhead {
	width: 830px;
	margin-top: 20px;
}
#masthead {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
#navigation {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	display: block;
	text-align: center;
	font-size: 12px;
}
#page_content {
	width: 830px;
}
#page_content_top {
	background-position: right;
	width: 800px;
}
#sidebar {
	float: right;
	width: 180px;
}
#contents {
	width: 830px;
}
#contents_top {
	float: left;
	width: 800px;
	padding-top: 50px;
}
#left-sidebar {
  float: right;
  width: 100px;
  padding: 2em 5px;
}

#right-sidebar {
  float: right;
  width: 100px;
  padding: 2em 5px;
}

#left_content {
	width: 250px;
	padding-top: 7px;
	text-align: left;
	left: 5px;
	margin-left: 25px;
}
#right_content {
	float: left;
	width: 250px;
	padding-top: 7px;
	text-align: left;
	left: 5px;
}
#footer {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: right;
	border-top-style: double;
	border-top-width: 1px;
	border-top-color: #808080;
	margin-top: 15px;
}
/*
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	text-align: center;
}
*/
#sidebar p {
	color: #222;
}
/*
#navigation a {
	width: 130px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 10px;
	background-image: url('../images/bg_navi_f.png');
	background-repeat: repeat-x;
}
#navigation a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url('../images/bg_navi_b.png');
	background-repeat: repeat-x;
}
*/
/**/
#navigation ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	left: 0px;
}
#navigation li {
	text-indent: -9999px;
	width: 150px;
	float: left;
	text-align: center;
}
#navigation a {
	height: 50px;
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0;
	padding: 0px;
	background-image: url('../images/ime_top_menu2.png');
	background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0;}
#menu2 a{background-position: -150px 0;}
#menu3 a{background-position: -300px 0;}
#menu4 a{background-position: -450px 0;}
#menu5 a{background-position: -600px 0;}
#navigation a:hover {
	height: 50px;
	text-decoration: none;
	color: #000000;
	background-image: url('../images/ime_top_menu2.png');
	background-repeat: no-repeat;
}

#menu1 a:hover{background-position: 0 -50px;}
#menu2 a:hover{background-position: -150px -50px;}
#menu3 a:hover{background-position: -300px -50px;}
#menu4 a:hover{background-position: -450px -50px;}
#menu5 a:hover{background-position: -600px -50px;}
/**/

/* */
#contents h1,h2,h3,h4,h5,h6 {
	background-position: center top;
	color: #000080;
	background-repeat: no-repeat;
}
#content img {
	padding: 5px;
}
/*  */
#sidebar img {
	margin-bottom: 5px;
	margin-left: 5px;
}
#footer p {
	font-size: 0.85em;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer a {
	color: #47b;
	text-decoration: underline;
}
#footer a:hover {
	color: #237;
	text-decoration: none;
}
#footer img {
	border-width: 0px;
}
/*  */
a#footerimg {
	text-decoration: none;
	display: block;
	width: 200px;
	height: 160px;
	text-indent: -9999px;
	background-image: url('../images/logo_aka03.png'); */
	background-repeat: no-repeat;
}
a#footerimg:hover {
	text-decoration: none;
	background-position: top right;
}
/*  */
a {
	color: #191970;
	text-decoration: underline;
}
a:hover {
	color: #800000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

/*  */
.dbox_title_img {
	width: 363px;
	height: 42px;
	background-image: url('../images/img_dbox_small.png');
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
}
.dbox_title_txt {
	width: 347px;
	height: 30px;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 20px;
	color: #000000;
/*	letter-spacing: 2px;*/
}
.dbox_title_img2 {
	width: 732px;
	height: 42px;
	background-image: url('../images/img_dbox_long.png');
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 10px;
}
.dbox_title_txt2 {
	width: 707px;
	height: 30px;
	margin-top: 15px;
	margin-left: 10px;
	font-size: 20px;
	color: #000000;
/*	letter-spacing: 2px;*/
}
.dbox_report_img {
	width: 360px;
	height: 242px;
/*	background-image: url('../do3ko/images/dbox_report_img501.jpg');*/
	background-repeat: no-repeat;
	text-align: left;
}
.dbox_report_txt {
	padding: 5px;
	width: 349px;
	height: 232px;
	color: #000000;
/*	letter-spacing: 1px;*/
	overflow: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
}
.dbox_report_txt2 {
	padding: 5px;
	width: 719px;
	height: 270px;
	color: #000000;
/*	letter-spacing: 1px;*/
	overflow: auto;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #808080;
}
.dbox_photo_img {
	width: 759px;
	height: 209px;
	background-image: url('../images/img_panel01.jpg');
	background-repeat: no-repeat;
	text-align: left;
}
.dbox_photo_txt {
	width: 500px;
	height: 170px;
/*	letter-spacing: 1px;*/
	overflow: auto;
	margin-left: 200px;
}
.dbox_photo_88 {
	width: 180px;
	height: 170px;
	margin-top: 30px;
	margin-left: 30px;
	background-image: url('../images/picf_88.jpg');
	background-repeat: no-repeat;
}
.dbox_photo_41 {
	width: 180px;
	height: 170px;
	margin-top: 30px;
	margin-left: 30px;
	background-image: url('../images/picf_41.jpg');
	background-repeat: no-repeat;
}
.dbox_photo_03 {
	width: 180px;
	height: 170px;
	margin-top: 30px;
	margin-left: 30px;
	background-image: url('../images/picf_03.jpg');
	background-repeat: no-repeat;
}
.dbox_text01 {
	color: #000080;
}
.dbox_logo_consa {
	width: 150px;
	height: 180px;
	margin-top: 10px;
	margin-left: 30px;
	background-image: url('../images/logo_consa01.png');
	background-repeat: no-repeat;
}
*.logbox
{
	margin: 2px;
	width: 240px;
	height: 120px;
	padding: 0.5em;
	overflow: auto;
	border-top-style: inherit;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
*.tbl_1
{
	padding: 0px;
	margin: 0px;
	width: 700px;
}
*.tbl_1_td
{
	border: 1px solid #808080;
	padding: 10px;
	width: 700px;
	background-color: #F7F7F7;
/*	letter-spacing: 2px;*/
	vertical-align: top;
	line-height: 125%;
	text-align: left;
}
/* table 2(10)
----------------------------------------------------------- */
.tbl_2	{
	border: 1px solid #DDD;
	width:95%;
}
.tbl_2 th	{
	background: url('../../images/img_th09.jpg') repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
.tbl_2 td	{
	border: 1px solid #DDD;
	color: #333;
}

/* table 9a
----------------------------------------------------------- */
.tbl_3	{
	border: 1px solid #DDD;
}
.tbl_3 td	{
	background: url('../../images/img_th09.jpg') repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
/* table 4
----------------------------------------------------------- */
.tbl_4 {
	width:97%;	
}
.tbl_4 th	{
	border-bottom: 2px solid #1D5C79;
}
.tbl_4 td	{
	border-bottom: 1px solid #DDD;
	padding: 5px 5px;		
}
.tbl_4 .odd	{
	background: #E5F2F8;
}
/*  */
#mouseon_rera_img a{
	text-decoration: none;
	display: block;
	width: 500px;
	height: 360px;
	text-indent: -9999px;
	background-repeat: no-repeat;
}
#mouseon_rera_img a:hover {
	text-decoration: none;
	background-position: top right;
}
/*  */
dt {
	border-bottom: solid 1px #cccccc;
	color: #0066FF;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
/*	letter-spacing: 2px;*/
}
dd {
	padding: 8px;
	margin-left: 0px;
	margin-top: 5px;
	font-size: 12px;
	line-height: 125%;
/*	letter-spacing: 1px;	*/
}
.img_bottom {
	vertical-align: bottom;
}

/* table */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
}
th, td	{
	padding: 10px 10px;
}
.tbl_e th	{
	margin: 0px;
	padding: 0px;
}
.tbl_e td	{
	margin: 0px;
	padding: 0px;
}
.tbl_e .odd	{
	background: #E5F2F8;
}
.tbl_1 th	{
	border-bottom: 2px solid #1D5C79;
}
.tbl_1 td	{
	border-bottom: 1px solid #DDD;
	padding: 5px 5px;		
}
.tbl_1 .odd	{
	background: #E5F2F8;
}
/* content */
div.w790 {
/*	border: 1px solid #CCCCCC;*/
	width: 790px;
	float: none;
}
div.w780 {
	width: 780px;
	float: right;
}
div.w760 {
	width: 760px;
	float: right;
}
div.w740 {
	width: 740px;
	float: right;
}
div.w720 {
	width: 720px;
	float: right;
}
div.w700 {
	width: 700px;
	float: right;	
	background-color: #EEEEEE;
}
div.w600 {
	width: 600px;
	margin-left: 100px;
}
div.line {
	height:1px;
	background:white;
}

dt {
	border-bottom: solid 1px #cccccc;
	margin: 10px;
	border-bottom-color: #E6E6E6;
}
dd {
	margin: 5px 10px 5px 30px;
	padding: 10px;
	font-size: 12px;
	line-height: 125%;
/*	letter-spacing: 1px;*/
}
.dt_a {
	border-bottom: 1px solid #E6E6E6;
	margin: 2px;
	background: #E5F2F8;
}
.dd_a {
	margin: 5px;
	padding: 2px;
	font-size: 12px;
	line-height: 125%;
/*	letter-spacing: 1px;*/
}
.dd_fa1 {
	margin: 5px;
	padding: 2px;
	line-height: 125%;	
}
.dd_fa2 {
	padding: 2px;
	line-height: 110%;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.txt-ss {
	font-size:10px;
	line-height:16px;
}
.txt-s11 {
	font-size:11px;
/*letter-spacing: 2px;*/
}
.txt-s {
	font-size:12px;
	line-height:18px;
}
.txt-mm {
	font-size:14px;
	line-height:22px;
}
.txt-m {
	font-size:16px;
	line-height:24px;
}.txt-l {
	font-size:18px;
	line-height:28px;
}
.txt-sb {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
.txt-mb {
	font-size:14px;
	line-height:22px;
	font-weight: bold;
}
.txt-lb {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #808080;
}
.txt-hd-sb {
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
}
.txt-hd-mb {
	font-size:14px;
	line-height:22px;
	font-weight: bold;
}
.txt-hd-lb {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #3333CC;
}
.txt_center {
	text-align:center;
}
.txt_left {
	text-align:left;
}
.txt_right {
	text-align:right;
}
.txt_right_s {
	text-align:right;
	font-size:12px;
	line-height:18px;
}
.txt_right_ss {
	text-align:right;
	font-size:10px;
	line-height:14px;
}

/**/
.img_left {
	border-width: 0px;
	float:left
}
.img_right {
	border-width: 0px;
	float:right
}

/**/
.report_bk1 {
	width: 300px;
	height: 280px;
	text-align: left;
	border:1px #CCCCCC solid;
}
.report_txt1 {
	padding: 0px 5px 5px 5px;
	width: 290px;
	height: 270px;
/*	letter-spacing: 1px;*/
	overflow: auto;
}
.report_cbk1 {
	width: 300px;
	height: 252px;
	text-align: left;
	border:1px #CCCCCC solid;	
}
.report_ctxt1 {
	padding: 0px 5px 5px 5px;
	width: 290px;
	height: 242px;
	overflow: auto;
}
.report_ebk1 {
	width: 300px;
	height: 290px;
	text-align: left;
	border:1px #CCCCCC solid;		
}
.report_etxt1 {
	padding: 0px 5px 5px 5px;
	width: 290px;
	height: 280px;
	overflow: auto;
}
.report_fbk1 {
	width: 300px;
	height: 140px;
	text-align: left;
}
.report_ftxt1 {
	padding: 0px 5px 5px 5px;
	width: 290px;
	height: 150px;
	overflow: auto;
}
.report_bk2 {
	width: 290px;
	height: 100px;
	text-align: left;
}
.report_txt2 {
	padding: 0px 5px 5px 5px;
	width: 280px;
	height: 90px;
	overflow: auto;
}
.report_cbk2 {
	width: 300px;
	height: 200px;
	text-align: left;
}
.report_ctxt2 {
	padding: 0px 5px 5px 5px;
	width: 290px;
	height: 190px;
	overflow: auto;
}
/*
--------------------------------------------------------------------- */
.dt-font11 {
	margin: 10px;
	padding: 10px;
  line-height: 125%;    		
	font-size: 11px;
	border-bottom: solid 1px #FFC4C5;	
}
.dt-font12 {
	margin: 10px;
	padding: 10px;
  line-height: 125%;    		
	font-size: 12px;
	border-bottom: solid 1px #FFC4C5;	
}
.dt-font13 {
	margin: 10px;
	padding: 10px;	
  line-height: 125%;    		
	font-size: 13px;
	border-bottom: solid 1px #FFC4C5;		
}
.dt-font13-m {
	margin: 10px;
	padding: 10px;	
  line-height: 180%;    		
	font-size: 13px;
	border-bottom: solid 1px #FFC4C5;		
}
.dt-font14 {
	margin: 10px;
	padding: 10px;	
  line-height: 125%;    		
	font-size: 14px;	
	border-bottom: solid 1px #FFC4C5;		
}
.dt-font14-m {
	margin: 10px;
	padding: 10px;	
  line-height: 180%;    		
	font-size: 14px;	
	border-bottom: solid 1px #FFC4C5;	
}
.dt-font15 {
	margin: 10px;
	padding: 10px;	
  line-height: 125%;    		
	font-size: 15px;	
	border-bottom: solid 1px #FFC4C5;	
}
.dt-font16 {
	margin: 10px;
	padding: 10px;	
  line-height: 125%;    	
	font-size: 16px;	
	border-bottom: solid 1px #FFC4C5;		
}
/* */
.dd-font10-pl01 {
	padding: 1px;	
	margin: 0px;
	font-size: 10px;	
}
.dd-font10 {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	font-size: 10px;	
  line-height: 125%; 
}
.dd-font11 {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	font-size: 11px;	
  line-height: 125%; 
}
.dd-font12 {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	font-size: 12px;	
  line-height: 125%; 
}
.dd-font13 {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	font-size: 13px;	
  line-height: 125%; 
}
.dd-font14 {
	padding: 10px 20px 10px 20px;
	margin: 0px;
	font-size: 14px;	
  line-height: 125%; 
}
/*
----------------------------------------------------------- */
.text-center {
	text-align: center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
/*
----------------------------------------------------------- */
.text-font08 {
	text-align: center;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 8px;
/*	letter-spacing: 1.5px;*/
}
.text-font08-left {
	text-align: left;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 8px;
/*	letter-spacing: 1.5px;*/
}
.text-font08-right {
	text-align: right;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 8px;
/*	letter-spacing: 1.5px;*/
}
.text-font09 {
	text-align: center;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 9px;
/*	letter-spacing: 1.5px;*/
}
.text-font09-left {
	text-align: left;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 9px;
/*	letter-spacing: 1.5px;*/
}
.text-font09-right {
	text-align: right;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 9px;
/*	letter-spacing: 1.5px;*/
}
.text-font10-s {
	text-align: center;
	padding: 5px 0px 5px 0px;
 	font-size: 10px;
}
.text-font10 {
	text-align: center;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 10px;
/*	letter-spacing: 1.5px;*/
}
.text-font10-left {
	text-align: left;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 10px;
/*	letter-spacing: 1.5px;*/
}
.text-font10-right {
	text-align: right;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 10pt;
/*	letter-spacing: 1.5px;*/
}
.text-font11 {
	text-align: center;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 11px;
/*	letter-spacing: 1.5px;*/
}
.text-font11-left {
	text-align: left;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 11px;
/*	letter-spacing: 1.5px;*/
}
.text-font11-right {
	text-align: right;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 11px;
/*	letter-spacing: 1.5px;*/
}
.text-font12 {
	text-align: center;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 12px;
/*	letter-spacing: 1.5px;*/
}
.text-font12-left {
	text-align: left;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 12px;
/*	letter-spacing: 1.5px;*/
}
.text-font12-right {
	text-align: right;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 12px;
/*	letter-spacing: 1.5px;*/
}
.text-font13{
	text-align: center;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 13px;
/*	letter-spacing: 1.5px;*/
}
.text-font13-left {
	text-align: left;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 13px;
/*	letter-spacing: 1.5px;*/
}
.text-font13-right {
	text-align: right;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 13px;
/*	letter-spacing: 1.5px;*/
}
.text-font14 {
	text-align: center;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 14px;
/*	letter-spacing: 1.5px;*/
}
.text-font14-left {
	text-align: left;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 14px;
/*	letter-spacing: 1.5px;*/
}
.text-font14-right {
	text-align: right;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 14px;
/*	letter-spacing: 1.5px;*/
}
.text-font16 {
	text-align: center;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 16px;
/*	letter-spacing: 1.5px;*/
}
.text-font16-left {
	text-align: left;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 16px;
/*	letter-spacing: 1.5px;*/
}
.text-font16-right {
	text-align: right;
  line-height: 125%;    	
	padding: 5px 0px 5px 0px;
 	font-size: 16px;
/*	letter-spacing: 1.5px;*/
}

/* スクロールバー付きテキストボックス
--------------------------------------------------------------------- */
.info01 {
	overflow:auto;
	height: 240px;
/*	height: 180px;*/
	color: #666666;
	background-color:#FFFF99; /*#EEFFEE;*/
	padding : 0px 2px 0px 2px;
	margin: 5px 0px 5px 0px;
	border:1px #CCCCCC solid;
}
.info02 {
	overflow:auto;
	height: 240px;
/*	height: 180px;*/
	padding : 0px 2px 0px 2px;
	margin: 5px 0px 5px 0px;
	border:1px #CCCCCC solid;
}
/* 本文タイトル装飾
--------------------------------------------------------------------- */
.title01-a {   
    border:#CCCCCC solid 1px;   
    display:block;
    margin:0;
    padding:.2em .3em  
}   
.title01-b {   
    border-left: #FF0033 /*#C80000*/ solid 6px;
    padding:.3em .3em .3em .8em;
    line-height: 125%;    
}  
.title02 {   
    background:#EEEEEE;   
    border-bottom:2px solid #FF0033; /*#C80000;*/
    padding:.8em .9em .3em;
    line-height: 125%;
}  
.title02-t-red {   
    background:#EEEEEE;   
    border-top:2px solid #FF0033;
    padding:.8em .9em .3em;
    line-height: 125%;
}  
.title02-blue {   
    background: #EEEEEE;
    border-bottom:2px solid blue;
    padding:.8em .9em .3em;
    line-height: 125%;    
}  
.title03 {   
    border-top:1px solid #FF9999;
    border-bottom:1px solid #FF9999;
    padding:.2em .3em;
    line-height: 125%;
}  
.title04 {   
    border-left:7px solid #FFCC00;   
    border-bottom:1px dashed #FFCC00;   
    padding:2px 2px 2px 2px;
    line-height: 125%;    
}  
.title05-a {   
    border-left:7px solid #FF9999;
    padding:.8em .9em;
    line-height: 125%;       
}   
.title05-b {   
    display: block;   
    padding-top:.2em;   
    font-size:12px;   
    color: #333333;   
    line-height: 125%;    
}  

/* PADDING
--------------------------------------------------------------------- */
.p00{ padding:0px; }
.p05{ padding:5px; }
.p10{ padding:10px; }
.p15{ padding:15px; }
.p20{ padding:20px; }
.p25{ padding:25px; }
.p30{ padding:30px; }

/* PADDING TOP
--------------------------------------------------------------------- */
.pt00{ padding-top:0px; }
.pt03{ padding-top:3px; }
.pt05{ padding-top:5px; }
.pt10{ padding-top:10px; }
.pt15{ padding-top:15px; }
.pt20{ padding-top:20px; }
.pt25{ padding-top:25px; }
.pt30{ padding-top:30px; }
.pt35{ padding-top:35px; }
.pt40{ padding-top:40px; }
.pt45{ padding-top:45px; }
.pt50{ padding-top:50px; }
.pt55{ padding-top:55px; }
.pt60{ padding-top:60px; }
.pt65{ padding-top:65px; }
.pt70{ padding-top:70px; }
.pt75{ padding-top:75px; }

/* PADDING BOTTOM 
--------------------------------------------------------------------- */
.pb00{ padding-bottom:0px; }
.pb03{ padding-bottom:3px; }
.pb05{ padding-bottom:5px; }
.pb10{ padding-bottom:10px; }
.pb15{ padding-bottom:15px; }
.pb20{ padding-bottom:20px; }
.pb25{ padding-bottom:25px; }
.pb30{ padding-bottom:30px; }
.pb35{ padding-bottom:35px; }
.pb40{ padding-bottom:40px; }
.pb45{ padding-bottom:45px; }
.pb50{ padding-bottom:50px; }
.pb55{ padding-bottom:55px; }
.pb60{ padding-bottom:60px; }
.pb65{ padding-bottom:65px; }
.pb70{ padding-bottom:70px; }
.pb75{ padding-bottom:75px; }

/* PADDING LEFT 
--------------------------------------------------------------------- */
.pl00{ padding-left:0px; }
.pl03{ padding-left:3px; }
.pl05{ padding-left:5px; }
.pl10{ padding-left:10px; }
.pl15{ padding-left:15px; }
.pl20{ padding-left:20px; }
.pl25{ padding-left:25px; }
.pl30{ padding-left:30px; }
.pl35{ padding-left:35px; }
.pl40{ padding-left:40px; }
.pl45{ padding-left:45px; }
.pl50{ padding-left:50px; }
.pl55{ padding-left:55px; }
.pl60{ padding-left:60px; }
.pl65{ padding-left:65px; }
.pl70{ padding-left:70px; }
.pl75{ padding-left:75px; }

/* PADDING RIGHT 
--------------------------------------------------------------------- */
.pr00{ padding-right:0px; }
.pr03{ padding-right:3px; }
.pr05{ padding-right:5px; }
.pr10{ padding-right:10px; }
.pr15{ padding-right:15px; }
.pr20{ padding-right:20px; }
.pr25{ padding-right:25px; }
.pr30{ padding-right:30px; }
.pr35{ padding-right:35px; }
.pr40{ padding-right:40px; }
.pr45{ padding-right:45px; }
.pr50{ padding-right:50px; }
.pr55{ padding-right:55px; }
.pr60{ padding-right:60px; }
.pr65{ padding-right:65px; }
.pr70{ padding-right:70px; }
.pr75{ padding-right:75px; }

/* MARGIN
--------------------------------------------------------------------- */
.m00{ margin:0px; }
.m05{ margin:5px; }
.m10{ margin:10px; }
.m15{ margin:15px; }
.m20{ margin:20px; }
.m25{ margin:25px; }
.m30{ margin:30px; }

/* MARGIN TOP
--------------------------------------------------------------------- */
.mt00{ margin-top:0px; }
.mt03{ margin-top:3px; }
.mt05{ margin-top:5px; }
.mt10{ margin-top:10px; }
.mt15{ margin-top:15px; }
.mt20{ margin-top:20px; }
.mt25{ margin-top:25px; }
.mt30{ margin-top:30px; }
.mt35{ margin-top:35px; }
.mt40{ margin-top:40px; }
.mt45{ margin-top:45px; }
.mt50{ margin-top:50px; }
.mt55{ margin-top:55px; }
.mt60{ margin-top:60px; }
.mt65{ margin-top:65px; }
.mt70{ margin-top:70px; }
.mt75{ margin-top:75px; }

/* MARGIN BOTTOM
--------------------------------------------------------------------- */
.mb00{ margin-bottom:0px; }
.mb03{ margin-bottom:3px; }
.mb05{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb15{ margin-bottom:15px; }
.mb20{ margin-bottom:20px; }
.mb25{ margin-bottom:25px; }
.mb30{ margin-bottom:30px; }
.mb35{ margin-bottom:35px; }
.mb40{ margin-bottom:40px; }
.mb45{ margin-bottom:45px; }
.mb50{ margin-bottom:50px; }
.mb55{ margin-bottom:55px; }
.mb60{ margin-bottom:60px; }
.mb65{ margin-bottom:65px; }
.mb70{ margin-bottom:70px; }
.mb75{ margin-bottom:75px; }

/* MARGIN LEFT
--------------------------------------------------------------------- */
.ml00{ margin-left:0px; }
.ml03{ margin-left:3px; }
.ml05{ margin-left:5px; }
.ml10{ margin-left:10px; }
.ml15{ margin-left:15px; }
.ml20{ margin-left:20px; }
.ml25{ margin-left:25px; }
.ml30{ margin-left:30px; }
.ml35{ margin-left:35px; }
.ml40{ margin-left:40px; }
.ml45{ margin-left:45px; }
.ml50{ margin-left:50px; }
.ml55{ margin-left:55px; }
.ml60{ margin-left:60px; }
.ml65{ margin-left:65px; }
.ml70{ margin-left:70px; }
.ml75{ margin-left:75px; }

/* MARGIN RIGHT 
--------------------------------------------------------------------- */
.mr00{ margin-right:0px; }
.mr03{ margin-right:3px; }
.mr05{ margin-right:5px; }
.mr10{ margin-right:10px; }
.mr15{ margin-right:15px; }
.mr20{ margin-right:20px; }
.mr25{ margin-right:25px; }
.mr30{ margin-right:30px; }
.mr35{ margin-right:35px; }
.mr40{ margin-right:40px; }
.mr45{ margin-right:45px; }
.mr50{ margin-right:50px; }
.mr55{ margin-right:55px; }
.mr60{ margin-right:60px; }
.mr65{ margin-right:65px; }
.mr70{ margin-right:70px; }
.mr75{ margin-right:75px; }
