/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}
li {
	list-style: none;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

#container-inner {
    width: 900px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-name {
    margin-bottom: .25em;
}
#header-description {
    margin-bottom: 0;
}


/* Assets */

.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}


.comment-content,
.comment-footer,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

#top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;
}

#top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;
}

#top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;
}

#top-num-comments, #num-comments {
  text-align: center;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.6;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.widget-calendar .widget-content table {
    border-collapse: collapse;
    width: 100%;
}
.widget-calendar .widget-content th, 
.widget-calendar .widget-content td {
    text-align: center;
    width: 14%;
    padding: 2px 0;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}





/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Content */

.asset-more-link {
    font-weight: bold;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
}

.search-results-header {
    margin-bottom: .25em;
}

.asset-more-link,
.typelist-thumbnailed {
    font-size: 11px;
}

/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

/* Layout ----------------------------------------------------------------- */

#container-inner,
#content {
    background-color: #fff;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 20px;  
    margin-bottom: 30px;  
}

#container-inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}

/* Content ---------------------------------------------------------------- */

.search-form-header,
.search-results-header {
    color: #333;
}

.comment,
.trackback {
    border-color: #ddd;
}

.archive-list-item {
    margin-bottom: 5px;
}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

#header-inner,
#content-inner,
#footer-inner {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}








@charset "utf-8";


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

Common Style

------------------------------------------------------*/
html {
height: 100%;
margin: 0;
}
body {
text-align: center;
height: 100%;
background: url(http://www.takani-sc.com/img/bg.gif);
margin: 0;
    font: normal 13px arial, helvetica, hirakakupro-w3, osaka, "ms pgothic", sans-serif;  
    font-family: trebuchet ms;
}
#container {
width: 900px;
height: auto;
background: #FFF;
text-align: left;
margin: 0 auto;
color: #000;
}
a {
overflow: hidden;
color: #0066cc;
    text-decoration: underline;
    outline: none;
}
a img {
border: none;
}
a:link {
color: #0066cc;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
color: #0066cc;
text-decoration: underline;
}
.dummy {
clear: both;
}

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

Header

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

#header {
width: 900px;
height: 122px;
margin: 0 0 10px 0;
background: url(http://www.takani-sc.com/img/bg_header.jpg) no-repeat;
}
#logo {
padding:  8px 0 0 24px;
}
#logo a:hover img {
opacity: 0.8;
filter: alpha(opacity=70);
}
/*------------------------------------------------------

Footer

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

#footer {
width: 900px;
height: 33px;
background: url(http://www.takani-sc.com/img/bg_footer.gif);
clear: both;
font-size: 12px;
margin: 0 auto;
}
#footer p {
float: left;
color: #FFF;
margin: 10px 0 0 10px;
}
#footer_contents {
float: right;
text-align: center;
margin: 10px 0 0 0;
color: #FFF;
}
#footer_contents li {
float: left;
margin: 0 10px 0 0;
}
#footer li {
float: left;
}
#footer li a {
display: block;
color: #FFF;
}
#footer li a:hover {
color: #FFF;
text-decoration: underline;
}
#footer-content {
    margin: 20px 0;
}



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

Navi

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

#navi {
width: 870px;
height: 40px;
background: url(../img/bg_navi.gif) no-repeat;
padding: 5px 15px 5px 15px;
}
#navi li {
width: 145px;
height: 40px;
float: left;
}
#navi li a {
width: 140px;
height: 40px;
display: block;
}
a#navi01 {
background: url(http://www.takani-sc.com/img/navi01.gif);
margin: 0 5px 0 0;
}
a#navi02 {
background: url(http://www.takani-sc.com/img/navi02.gif);
margin: 0 5px 0 0;
}
a#navi03 {
background: url(http://www.takani-sc.com/img/navi03.gif);
margin: 0 5px 0 0;
}
a#navi04 {
background: url(http://www.takani-sc.com/img/navi04.gif);
margin: 0 5px 0 0;
}
a#navi05 {
background: url(http://www.takani-sc.com/img/navi05.gif);
margin: 0 5px 0 0;
}
a#navi06 {
background: url(http://www.takani-sc.com/img/navi06.gif);
margin: 0 0 0 0;
}
#navi a {
background-position: 0 0;
}
#navi a:hover {
background-position: 0 -40px;
}
div#container ul#navi a.selected {
background-position: 0 0;
}
#navi span {
visibility: hidden;
}
#navi a:hover {
text-decoration: none;
}

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

Index

------------------------------------------------------*/
#screen {
width: 900px;
height: 279px;
margin: 10px auto 0 auto;
}


/* main_area ------------------------------*/
#mainarea {
float: left;
width: 665px;
height: auto;
margin: 10px 0 10px 10px;
}
#mainareaLeft {
float: left;
width: 200px;
margin: 0 10px 0 0;
}
#mainareaLeft p {
width: 180px;
margin: 45px 0 10px 10px;
}
#gameResult {
width: 200px;
height: auto;
border: 1px solid #000;
}
#gameNext {
width: 200px;
height: auto;
border: 1px solid #000;
margin: 10px 0 0 0;
}
.gameContents {
margin: 5px;
}
#mainareaRight {
float: left;
width: 453px;
height: auto;
border: 1px solid #000;
margin: 0 auto;
}
#mainareaRightBlog {
float: right;
width: 453px;
height: auto;
margin: 0 auto;
}
.nBox {
width: 453px;
height: 25px;
border-top: 1px dotted #999;
margin: 0;
padding: 0;
}
.nMark {
float: left;
width: 15px;
height: 15px;
margin: 5px;
}
.nDate {
float: left;
width: 70px;
height: 15px;
margin: 5px;
}
.nTitle {
float: left;
width: 338px;
height: 15px;
margin: 3px 5px auto 5px;
}
table {
width: 665px;
border-collapse: collapse;
border: 1px solid #000;
margin: 5px 0;
}
table th {
width: 150px;
background: #99ccff;
text-align: right;
border: 1px solid #000;
padding: 5px;
}
table td {
text-align: left;
border: 1px solid #000;
padding: 5px;
}
/*------------------------------------------------------

sidearea

------------------------------------------------------*/
#sidearea {
float: right;
width: 200px;
height: auto;
margin: 0 10px 10px 0;
}

/* bnr ------------------------------*/

.bnr {
margin: 10px 0 0 0;
}
.bnr a:hover img {
opacity: 0.8;
filter: alpha(opacity=70);
}

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

ブログ記事

------------------------------------------------------*/
h1 {
width: 660px;
height: 35px;
background: url(http://www.takani-sc.com/img/bg_h1.gif) no-repeat;
border: 1px solid #000;
margin: 0;
padding: 5px 0 0 5px;
color: #FFF;
font-size: 20px;
}
h1.entry-title {
width: 453px;
height: 35px;
background: url(http://www.takani-sc.com/img/bg_h1.gif) no-repeat;
border: 1px solid #000;
margin: 0;
padding: 5px 0 0 5px;
color: #FFF;
font-size: 20px;
}
h1.archive-title {
width: 453px;
height: 35px;
background: url(http://www.takani-sc.com/img/bg_h1.gif) no-repeat;
border: 1px solid #000;
margin: 0 0 10px 0;
padding: 5px 0 0 5px;
color: #FFF;
font-size: 20px;
}
h1.archive-title2 {
width: 453px;
height: 35px;
background: url(http://www.takani-sc.com/img/bg_h2.gif) no-repeat;
border: 1px solid #000;
margin: 0 0 10px 0;
padding: 5px 0 0 5px;
color: #FFF;
font-size: 20px;
}
h2 {
height: 35px;
background: url(http://www.takani-sc.com/img/bg_h1.gif) no-repeat;
border: 1px solid #000;
margin: 0;
padding: 5px 0 0 5px;
color: #FFF;
font-size: 20px;
}
h2.entry-title a {
color: #FFF;
}
h2.entry-title a:hover {
color: #ffcc00;
}
h2.trackbacks-header , 
h2.comments-open-header {
width: 453px;
height: 35px;
background: url(http://www.takani-sc.com/img/bg_h2.gif) no-repeat;
border: 1px solid #000;
margin: 0;
padding: 5px 0 0 5px;
color: #FFF;
font-size: 20px;
}
h2.archive-header {
width: 453px;
height: 35px;
background: url(http://www.takani-sc.com/img/bg_h2.gif) no-repeat;
border: 1px solid #000;
margin: 0;
padding: 5px 0 0 5px;
color: #FFF;
font-size: 20px;
}

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

Asset

------------------------------------------------------*/
.asset-header {
}
.asset-content {
    margin: 5px 0;
}
.asset-body {
clear: both;
}
.asset-meta {
    border-top: 1px dotted #000;
    padding: 5px;
    font-size: 11px;
    font-weight: normal;
}
.asset-footer {
    clear: both;
    border-top: 1px solid #000;
    padding: 5px;
    font-size: 11px;
}
.trackbacks-info {
margin: 5px;
}
.comments-open-content {
margin: 5px;
}
.archive-content {
margin: 5px;
}

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

Entry

------------------------------------------------------*/
.entry-content {
margin: 0;
padding: 0;
}



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

Widget

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

.widget {
width: 200px;
height: auto;
border: 1px solid #000;
margin: 0 0 10px 0;
}
h3 {
width: 200px;
height: 35px;
background: url(http://www.takani-sc.com/img/bg_h3.gif) no-repeat;
margin: 0;
padding: 5px 0 0 5px;
color: #FFF;
}
.widget-header {
    font-size: 14px;
    font-weight: normal;
}
.widget-header a {
color: #FFF;
font-weight: normal;
text-decoration: none;
}
.widget-header a:hover {
color: #FFFF00;
    text-decoration: underline;
}
.widget-content {
margin: 10px;
font-size: 12px;
}
.widget-content a {
    color: #0066FF;
}
.widget-content a:hover {
color: #0066FF;
    text-decoration: underline;
}

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    background-color: #f8f8f8;
} 

/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}

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

Policy

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

.policy p {
padding: 5px;
border-bottom: 1px dotted #ff9933;
}
.policy table {
width: 850px;
border: 1px solid #ff9933;
margin: 10px auto;
}
.policy table th {
width: auto;
background: #ffcc99;
border-bottom: 1px solid #ff9933;
padding: 5px;
}
.policy table td {
width: auto;
border-bottom: 1px solid #ff9933;
padding: 5px;
}

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

Contact

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

#contact {
margin: 5px 0;
}
#contactBody {
margin: 5px;
}
#copy {
display: none;
}
/*------------------------------------------------------
p m f 
------------------------------------------------------*/

.taR {
text-align: right;
}
.f11 {
font-size: 11px;
}
.f14 {
font-size: 14px;
font-weight:bold;
}
.color1 {
color: #FF0000;
}
.user table td.bg , .question table th.bg , .question table td.bg {
background: #ffd5a1;
}
.tl {
text-align: left;
}
.tc {
text-align: center;
}
.tr {
text-align: right;
}

/*------------------------------------------------------
p m f 
------------------------------------------------------*/

.pt2 {
padding-top: 2px;
}
.pb2 {
padding-bottom: 2px;
}
.pl2 {
padding-left: 2px;
}
.pr2 {
padding-right: 2px;
color: #FF0000;
font-size: 9px;
}
.pt3 {
padding-top: 3px;
}
.pb3 {
padding-bottom: 3px;
}
.pl3 {
padding-left: 3px;
}
.pr3 {
padding-right: 3px;
}
.pt4 {
padding-top: 4px;
}
.pb4 {
padding-bottom: 4px;
}
.pl4 {
padding-left: 4px;
}
.pr4 {
padding-right: 4px;
}
.pt5 {
padding-top: 5px;
}
.pb5 {
padding-bottom: 5px;
}
.pl5 {
padding-left: 5px;
}
.pr5 {
padding-right: 5px;
}
.pt6 {
padding-top: 6px;
}
.pb6 {
padding-bottom: 6px;
}
.pl6 {
padding-left: 6px;
}
.pr6 {
padding-right: 6px;
}
.pt7 {
padding-top: 7px;
}
.pb7 {
padding-bottom: 7px;
}
.pl7 {
padding-left: 7px;
}
.pr7 {
padding-right: 7px;
}
.pt8 {
padding-top: 8px;
}
.pb8 {
padding-bottom: 8px;
}
.pl8 {
padding-left: 8px;
}
.pr8 {
padding-right: 8px;
}
.pt9 {
padding-top: 9px;
}
.pb9 {
padding-bottom: 9px;
}
.pl9 {
padding-left: 9px;
}
.pr9 {
padding-right: 9px;
}
.pt10 {
padding-top: 10px;
}
.pt45 {
padding-top: 45px;
}
.pb10 {
padding-bottom: 10px;
}
.pl10 {
padding-left: 10px;
}
.pr10 {
padding-right: 10px;
}
.pt20 {
padding-top: 20px;
}
.pb20 {
padding-bottom: 20px;
}
.pl20 {
padding-left: 20px;
}
.pr20 {
padding-right: 20px;
}
.pt30 {
padding-top: 30px;
}
.pb30 {
padding-bottom: 30px;
}
.pl30 {
padding-left: 30px;
}
.pr30 {
padding-right: 30px;
}

.mt2 {
margin-top: 2px;
}
.mb2 {
margin-bottom: 2px;
}
.ml2 {
margin-left: 2px;
}
.mr2 {
margin-right: 2px;
}
.mt3 {
margin-top: 3px;
}
.mb3 {
margin-bottom: 3px;
}
.ml3 {
margin-left: 3px;
}
.mr3 {
margin-right: 3px;
}
.mt4 {
margin-top: 4px;
}
.mb4 {
margin-bottom: 4px;
}
.ml4 {
margin-left: 4px;
}
.mr4 {
margin-right: 4px;
}
.mt5 {
margin-top: 5px;
}
.mb5 {
margin-bottom: 5px;
}
.ml5 {
margin-left: 5px;
}
.mr5 {
margin-right: 5px;
}
.mt6 {
margin-top: 6px;
}
.mb6 {
margin-bottom: 6px;
}
.ml6 {
margin-left: 6px;
}
.mr6 {
margin-right: 6px;
}
.mt7 {
margin-top: 7px;
}
.mb7 {
margin-bottom: 7px;
}
.ml7 {
margin-left: 7px;
}
.mr7 {
margin-right: 7px;
}
.mt8 {
margin-top: 8px;
}
.mb8 {
margin-bottom: 8px;
}
.ml8 {
margin-left: 8px;
}
.mr8 {
margin-right: 8px;
}
.mt9 {
margin-top: 9px;
}
.mb9 {
margin-bottom: 9px;
}
.ml9 {
margin-left: 9px;
}
.mr9 {
margin-right: 9px;
}
.mt10 {
margin-top: 10px;
}
.mb10 {
margin-bottom: 10px;
}
.ml10 {
margin-left: 10px;
}
.mr10 {
margin-right: 10px;
}
.mt50 {
margin-top: 50px;
}