<STYLE>
/* 
セレクタに対してwidthとpaddingを同時に指定しない。
Windows IE6（後方互換モード）対策。
横幅をピクセルで固定したいときにはwidthとpadding (left or right) を同時に指定しない。
 */
/* 
ピクセル単位であわせなければならない場所にはborderを使わない。
Windows IE6・IE7対策。
borderを使いたいときには、横着せず背景画像を用意すること。
 */
/* 
上下のマージン関係で大量にバグが潜んでいる。余白が必要な場合は、paddingを指定する。
 */
/* 
ブラウザによって、いろいろデフォルトスタイルが違うので、
はじめに0にあわせておき、使う要素に応じてあとで個別に変更する。
 */
* {
	margin: 0;
	padding: 0;
}

html{
    height:100%;
}

body
{
	font-size: 90%;
	background-color: #513F2D;
	color: #333333;
	line-height: 140%;
	padding-top: 0px
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-align: center;/* これは、IE6（後方互換モード）用にhack */
	height:100%;
}

/* 
これは、IE6（後方互換モード）用にhack
*/
body div {
/* 	text-align: left; */
	margin: 0 auto;
}


img
{
    boeder-right: medium none;
    boeder-top: medium none;
    boeder-left: medium none;
    boeder-bottom: medium none;
    border: 0;
}

a:link
{
    color: #ffffff;
    text-decoration: none;
}
a:visited
{
    color: #ffffff;
    text-decoration: none;
}
a:active
{
    color: #ffffff;
    text-decoration: none;
}
a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

* html div#container{
    height:100%;
}

#container {
	width: 100%;
	background: url(../img/bg.png) repeat-x center top;
    background-color: transparent;
    position: relative;
    min-height: 100%;
    height:100%;
}

body > #container {
        height: auto;
}

* html div#container-other{
    height:100%;
}

#container-other {
	width: 100%;
	background: url(../img/bg_other.png) repeat-x center top;
    background-color: transparent;
    position: relative;
    min-height: 100%;
    height:100%;
}

body > #container-other {
        height: auto;
}


.hidden
{
	display: none;
}

.hr1
{
	color:#b2964c;
	border-style:solid;
}

h1{
	display: inline;
    text-INDENT: -9999px;
    float: left;
}
h2{
	display: inline;
    text-INDENT: -9999px;
    float: left;
}

.boldgray{
	color:#333333;
	font-weight:bold;
}

.red{
	color:#ff0000;
}

.green{
	color:#006600;
}


.emphasis{
	color:#dc143c;
}

/* 
	ヘッダー
--------------------------------------------------------------------------- */
#header
{
    background: url(../img/header_other.png) no-repeat center top;
    width: 912px;
    height:91px;
    margin: auto;
    padding-bottom: 51px;
}
#header-boxin
{
	background-color: transparent;
    margin: auto;
    width: 870px;
}

#header .left
{
    width: 500px;
}
#header .right
{
    width: 370px;
    padding-top:10px;
    border:1px;
}
#header H1
{
	padding-top: 30px
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 90%;
    background: url(../img/logo.jpg) no-repeat left top;
    margin: 0px;
    height:72px;
}

#header H1 A
{
    padding-right: 0px;
    display: block;
    padding-left: 8px;
    padding-bottom: 0px;
    color: #887e66;
    padding-top: 48px;
    text-align: left;
}

/* 
	ヘッダー（他ページ）
--------------------------------------------------------------------------- */
#header-o
{
    
    background-color: transparent;
    width: 912px;
    height:91px;
    margin: auto;
}
#header-o-boxin
{
	background-color: transparent;
    margin: auto;
    width: 870px;
}

#header-o .left
{
    width: 500px;
}
#header-o .right
{
    width: 370px;
    padding-top:10px;
    border:1px;
}
#header-o H1
{
	padding-top: 30px
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-weight: normal;
    font-size: 90%;
    background: url(../img/logo.jpg) no-repeat left top;
    margin: 0px;
    height:72px;
}

#header-o H1 A
{
    padding-right: 0px;
    display: block;
    padding-left: 8px;
    padding-bottom: 0px;
    color: #887e66;
    padding-top: 48px;
    text-align: left;
}

#fontcg
{
    margin: auto;
    padding-top: 4px;
    float:right;
}
/* 
	トップメニュー
--------------------------------------------------------------------------- */
#menubox
{
    background-color: transparent;
    width:425px;
	height:32px;
	padding-top:257px;
	padding-left:0px;
}
#menubox UL
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px auto;
    width: 425px;
    padding-top: 0px;
    list-style-type: none;

}
#menubox LI
{
    display: inline;
    text-INDENT: -9999px;
    float: left;
}
#menubox A
{
    display: block;
    text-decoration: none;d
}

#menubox #privilege A
{
    background: url(../img/btn_menu1.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox #howto A
{
    background: url(../img/btn_menu2.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox #agreement A
{
    background: url(../img/btn_menu3.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox #rules A
{
    background: url(../img/btn_menu4.png) no-repeat center 0px;
    width: 107px;
    height: 32px;
}
#menubox #privilege A:hover
{
    background: url(../img/btn_menu1_on.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox #howto A:hover
{
    background: url(../img/btn_menu2_on.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox #agreement A:hover
{
    background: url(../img/btn_menu3_on.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox #rules A:hover
{
    background: url(../img/btn_menu4_on.png) no-repeat center 0px;
    width: 107px;
    height: 32px;
}

/* 
	他ページメニュー
--------------------------------------------------------------------------- */
#menubox-o
{
    background-color: transparent;
    width:531px;
	height:32px;
	padding-top:59px;
	padding-left:105px;
}
#menubox-o UL
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px auto;
    width: 531px;
    padding-top: 0px;
    list-style-type: none;

}
#menubox-o LI
{
    display: inline;
    text-INDENT: -9999px;
    float: left;
}
#menubox-o A
{
    display: block;
    text-decoration: none;d
}

#menubox-o #top A
{
    background: url(../img/btn_menu0_other.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}

#menubox-o #privilege A
{
    background: url(../img/btn_menu1_other.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox-o #howto A
{
    background: url(../img/btn_menu2_other.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox-o #agreement A
{
    background: url(../img/btn_menu3_other.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox-o #rules A
{
    background: url(../img/btn_menu4_other.png) no-repeat center 0px;
    width: 107px;
    height: 32px;
}
#menubox-o #top A:hover
{
    background: url(../img/btn_menu0_other_on.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox-o #privilege A:hover
{
    background: url(../img/btn_menu1_other_on.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox-o #howto A:hover
{
    background: url(../img/btn_menu2_other_on.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox-o #agreement A:hover
{
    background: url(../img/btn_menu3_other_on.png) no-repeat center 0px;
    width: 106px;
    height: 32px;
}
#menubox-o #rules A:hover
{
    background: url(../img/btn_menu4_other_on.png) no-repeat center 0px;
    width: 107px;
    height: 32px;
}



#menu
{
    background: url(../img/menu_bg.jpg) repeat-x center top;
    width: 100%;
    height:85px;
}
#menu-bg
{
    background: url(../img/menu_bg2.jpg) no-repeat center top;
    width: 100%;
    height:85px;
}



#menu #home A
{
    background: url(../img/menu_btn_home.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;

}
#menu #c1 A
{
    background: url(../img/menu_btn_news.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c2 A
{
    background: url(../img/menu_btn_guide.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c3 A
{
    background: url(../img/menu_btn_kusitu.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c4 A
{
    background: url(../img/menu_btn_event.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c5 A
{
    background: url(../img/menu_btn_calendar.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c6 A
{
    background: url(../img/menu_btn_ticket.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c7 A
{
    background: url(../img/menu_btn_chiki.gif) no-repeat 0px 0px;
    width: 78px;
    height: 76px;
}
#menu #c8 A
{
    background: url(../img/menu_btn_joho.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c9 A
{
    background: url(../img/menu_btn_clubsopia.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c10 A
{
    background: url(../img/menu_btn_access.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #home A:hover
{
    background: url(../img/menu_btn_home_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c1 A:hover
{
    background: url(../img/menu_btn_news_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c2 A:hover
{
    background: url(../img/menu_btn_guide_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c3 A:hover
{
    background: url(../img/menu_btn_kusitu_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c4 A:hover
{
    background: url(../img/menu_btn_event_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c5 A:hover
{
    background: url(../img/menu_btn_calendar_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c6 A:hover
{
    background: url(../img/menu_btn_ticket_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c7 A:hover
{
    background: url(../img/menu_btn_chiki_over.gif) no-repeat 0px 0px;
    width: 78px;
    height: 76px;
}
#menu #c8 A:hover
{
    background: url(../img/menu_btn_joho_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c9 A:hover
{
    background: url(../img/menu_btn_clubsopia_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}
#menu #c10 A:hover
{
    background: url(../img/menu_btn_access_over.gif) no-repeat center 0px;
    width: 78px;
    height: 76px;
}

/* 
	コンテンツ共通
--------------------------------------------------------------------------- */
#contents
{
    background: url(../img/contents_bg.jpg) repeat-x center top;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
}
#contents-mainbox
{
    background: #ffffff center top;
    width: 870px;
    background: url(../img/main_contents_bg.gif) repeat-y center top;
    margin: 0 auto;
    padding-bottom:20px;
}
#contents-mainboxin
{
	background-color: transparent;
    margin: 0 auto;
    padding-top:0px;
    padding-right:8px;
    padding-bottom:10px;
    padding-left:8px;
}


/* 
	フッター
--------------------------------------------------------------------------- */
#foot {
	font-size: 90%;
	background: url(../img/footer_bg.png) repeat-x left bottom;
    width: 100%;
    height:51px;
    position:absolute;
    bottom:0px;
    left:0px;
    
}
#foot-boxin {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: auto; width: 912px; padding-top: 5px;text-ALIGN: right;
}
#foot .foot-boxin DIV.right {
	width: 210px; padding-top: 10px; text-ALIGN: center
}

#foot .foot-boxin DIV.left {
	background: url(../img/footer_box_mid.gif) repeat-y; width: 652px
}
#foot A {
	color: #ffffcc
}

/* 
	コピーライト
--------------------------------------------------------------------------- */
#copyright {
	background: transparent; text-ALIGN: center;color: #ffffff;
	font-size: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 2px #563f23 solid; 
}



/* 角丸ボックス(フタ　中　ボトム版)
--------------------------------------------------------------------------- */
.corner_box01_top {
	background: url(../img/corner_top01.gif) no-repeat top left;
}
.corner_box01_bottom {
	background: url(../img/corner_bottom01.gif) no-repeat bottom left;
}

.corner_box01_content {
	padding: 0 10px; 
	border-left:1px #e2e1dc solid;
	border-right:1px #e2e1dc solid;
	background: #ffffff;
	height:100%;
}
.corner_box01_top div,.corner_box01_top,
.corner_box01_bottom div, .corner_box01_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}



/* 角丸ボックス
箱の幅を1024画素以上まで伸ばすべきではありません、そして、高さを600画素以上まで伸ばすべきではありません。
--------------------------------------------------------------------------- */
.roundedcornr_box {
	background: url(../img/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
	background: url(../img/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../img/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../img/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(../img/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}
.roundedcornr_content { padding: 0 10px; }


/* 角丸ボックス2
箱の幅を1024画素以上まで伸ばすべきではありません、そして、高さを600画素以上まで伸ばすべきではありません。
--------------------------------------------------------------------------- */
.roundedcornr_box_2 {
	background: url(../img/roundedcornr_tl2.png) no-repeat top left;
}
.roundedcornr_top_2 {
	background: url(../img/roundedcornr_tr2.png) no-repeat top right;
}
.roundedcornr_bottom_2 {
	background: url(../img/roundedcornr_bl2.png) no-repeat bottom left;
}
.roundedcornr_bottom_2 div {
	background: url(../img/roundedcornr_br2.png) no-repeat bottom right;
}
.roundedcornr_content_2 {
	background: url(../img/roundedcornr_r2.png) top right repeat-y;
}

.roundedcornr_top_2 div,.roundedcornr_top_2,
.roundedcornr_bottom_2 div, .roundedcornr_bottom_2 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_2, .roundedcornr_bottom_2 {
	margin-top: -19px;
	
}
.roundedcornr_content_2 { padding: 0 10px; }
.roundedcornr_content_2 { margin-bottom:10px; }

.flort_l
{
    float: left
}
.flort_r
{
    float: right
}
.left
{
    float: left
}
.right
{
    float: right
}
.a_left
{
    text-ALIGN: left
}
.a_right
{
    text-ALIGN: right
}
.a_center
{
    text-ALIGN: center
}
.v_top
{
    vertical-align: top
}
.v_middle
{
    vertical-align: middle
}
.v_bottom
{
    vertical-align: bottom
}
.bold
{
    font-weight: bold
}
.clear
{
    clear: both;
    font-size: 1%;
    line-height: 0;
    height: 0px
}
.cb
{
    clear: both;
    font-size: 1%;
    line-height: 0;
    height: 0px
}
.font70
{
    font-size: 70%
}
.font80
{
    font-size: 80%
}
.font90
{
    font-size: 90%
}
.font100
{
    font-size: 100%
}
.font110
{
    font-size: 110%
}
.font120
{
    font-size: 120%
}

.mar_t00
{
    margin-top: 0px
}
.mar_t05
{
    margin-top: 5px
}
.mar_t10
{
    margin-top: 10px
}
.mar_t15
{
    margin-top: 15px
}
.mar_t20
{
    margin-top: 20px
}
.mar_t25
{
    margin-top: 25px
}
.mar_t30
{
    margin-top: 30px
}
.mar_t35
{
    margin-top: 35px
}
.mar_t40
{
    margin-top: 40px
}
.mar_t45
{
    margin-top: 45px
}
.mar_t50
{
    margin-top: 50px
}
.mar_t55
{
    margin-top: 55px
}
.mar_t60
{
    margin-top: 60px
}
.mar_t65
{
    margin-top: 65px
}
.mar_t70
{
    margin-top: 70px
}
.mar_t75
{
    margin-top: 75px
}
.mar_t80
{
    margin-top: 80px
}
.mar_t85
{
    margin-top: 85px
}
.mar_t90
{
    margin-top: 90px
}
.mar_t95
{
    margin-top: 95px
}
.mar_t100
{
    margin-top: 100px
}
.mar_r00
{
    margin-right: 0px
}
.mar_r05
{
    margin-right: 5px
}
.mar_r10
{
    margin-right: 10px
}
.mar_r15
{
    margin-right: 15px
}
.mar_r20
{
    margin-right: 20px
}
.mar_r25
{
    margin-right: 25px
}
.mar_r30
{
    margin-right: 30px
}
.mar_r35
{
    margin-right: 35px
}
.mar_r40
{
    margin-right: 40px
}
.mar_r45
{
    margin-right: 45px
}
.mar_r50
{
    margin-right: 50px
}
.mar_r55
{
    margin-right: 55px
}
.mar_r60
{
    margin-right: 60px
}
.mar_r65
{
    margin-right: 65px
}
.mar_r70
{
    margin-right: 70px
}
.mar_r75
{
    margin-right: 75px
}
.mar_r80
{
    margin-right: 80px
}
.mar_r85
{
    margin-right: 85px
}
.mar_r90
{
    margin-right: 90px
}
.mar_r95
{
    margin-right: 95px
}
.mar_r100
{
    margin-right: 100px
}
.mar_b00
{
    margin-bottom: 0px
}
.mar_b05
{
    margin-bottom: 5px
}
.mar_b10
{
    margin-bottom: 10px
}
.mar_b15
{
    margin-bottom: 15px
}
.mar_b20
{
    margin-bottom: 20px
}
.mar_b25
{
    margin-bottom: 25px
}
.mar_b30
{
    margin-bottom: 30px
}
.mar_b35
{
    margin-bottom: 35px
}
.mar_b40
{
    margin-bottom: 40px
}
.mar_b45
{
    margin-bottom: 45px
}
.mar_b50
{
    margin-bottom: 50px
}
.mar_b55
{
    margin-bottom: 55px
}
.mar_b60
{
    margin-bottom: 60px
}
.mar_b65
{
    margin-bottom: 65px
}
.mar_b70
{
    margin-bottom: 70px
}
.mar_b75
{
    margin-bottom: 75px
}
.mar_b80
{
    margin-bottom: 80px
}
.mar_b85
{
    margin-bottom: 85px
}
.mar_b90
{
    margin-bottom: 90px
}
.mar_b95
{
    margin-bottom: 95px
}
.mar_b100
{
    margin-bottom: 100px
}
.mar_l00
{
    margin-left: 0px
}
.mar_l05
{
    margin-left: 5px
}
.mar_l10
{
    margin-left: 10px
}
.mar_l15
{
    margin-left: 15px
}
.mar_l20
{
    margin-left: 20px
}
.mar_l25
{
    margin-left: 25px
}
.mar_l30
{
    margin-left: 30px
}
.mar_l35
{
    margin-left: 35px
}
.mar_l40
{
    margin-left: 40px
}
.mar_l45
{
    margin-left: 45px
}
.mar_l50
{
    margin-left: 50px
}
.mar_l55
{
    margin-left: 55px
}
.mar_l60
{
    margin-left: 60px
}
.mar_l65
{
    margin-left: 65px
}
.mar_l70
{
    margin-left: 70px
}
.mar_l75
{
    margin-left: 75px
}
.mar_l80
{
    margin-left: 80px
}
.mar_l85
{
    margin-left: 85px
}
.mar_l90
{
    margin-left: 90px
}
.mar_l95
{
    margin-left: 95px
}
.mar_l100
{
    margin-left: 100px
}
.pad_t00
{
    padding-top: 0px
}
.pad_t05
{
    padding-top: 5px
}
.pad_t10
{
    padding-top: 10px
}
.pad_t15
{
    padding-top: 15px
}
.pad_t20
{
    padding-top: 20px
}
.pad_t25
{
    padding-top: 25px
}
.pad_t30
{
    padding-top: 30px
}
.pad_t35
{
    padding-top: 35px
}
.pad_t40
{
    padding-top: 40px
}
.pad_t45
{
    padding-top: 45px
}
.pad_t50
{
    padding-top: 50px
}
.pad_t55
{
    padding-top: 55px
}
.pad_t60
{
    padding-top: 60px
}
.pad_t65
{
    padding-top: 65px
}
.pad_t70
{
    padding-top: 70px
}
.pad_t75
{
    padding-top: 75px
}
.pad_t80
{
    padding-top: 80px
}
.pad_t85
{
    padding-top: 85px
}
.pad_t90
{
    padding-top: 90px
}
.pad_t95
{
    padding-top: 95px
}
.pad_t100
{
    padding-top: 100px
}
.pad_r00
{
    padding-right: 0px
}
.pad_r05
{
    padding-right: 5px
}
.pad_r10
{
    padding-right: 10px
}
.pad_r15
{
    padding-right: 15px
}
.pad_r20
{
    padding-right: 20px
}
.pad_r25
{
    padding-right: 25px
}
.pad_r30
{
    padding-right: 30px
}
.pad_r35
{
    padding-right: 35px
}
.pad_r40
{
    padding-right: 40px
}
.pad_r45
{
    padding-right: 45px
}
.pad_r50
{
    padding-right: 50px
}
.pad_r55
{
    padding-right: 55px
}
.pad_r60
{
    padding-right: 60px
}
.pad_r65
{
    padding-right: 65px
}
.pad_r70
{
    padding-right: 70px
}
.pad_r75
{
    padding-right: 75px
}
.pad_r80
{
    padding-right: 80px
}
.pad_r85
{
    padding-right: 85px
}
.pad_r90
{
    padding-right: 90px
}
.pad_r95
{
    padding-right: 95px
}
.pad_r100
{
    padding-right: 100px
}
.pad_b00
{
    padding-bottom: 0px
}
.pad_b05
{
    padding-bottom: 5px
}
.pad_b10
{
    padding-bottom: 10px
}
.pad_b15
{
    padding-bottom: 15px
}
.pad_b20
{
    padding-bottom: 20px
}
.pad_b25
{
    padding-bottom: 25px
}
.pad_b30
{
    padding-bottom: 30px
}
.pad_b35
{
    padding-bottom: 35px
}
.pad_b40
{
    padding-bottom: 40px
}
.pad_b45
{
    padding-bottom: 45px
}
.pad_b50
{
    padding-bottom: 50px
}
.pad_b55
{
    padding-bottom: 55px
}
.pad_b60
{
    padding-bottom: 60px
}
.pad_b65
{
    padding-bottom: 65px
}
.pad_b70
{
    padding-bottom: 70px
}
.pad_b75
{
    padding-bottom: 75px
}
.pad_b80
{
    padding-bottom: 80px
}
.pad_b85
{
    padding-bottom: 85px
}
.pad_b90
{
    padding-bottom: 90px
}
.pad_b95
{
    padding-bottom: 95px
}
.pad_b100
{
    padding-bottom: 100px
}
.pad_l00
{
    padding-left: 0px
}
.pad_l05
{
    padding-left: 5px
}
.pad_l10
{
    padding-left: 10px
}
.pad_l15
{
    padding-left: 15px
}
.pad_l20
{
    padding-left: 20px
}
.pad_l25
{
    padding-left: 25px
}
.pad_l30
{
    padding-left: 30px
}
.pad_l35
{
    padding-left: 35px
}
.pad_l40
{
    padding-left: 40px
}
.pad_l45
{
    padding-left: 45px
}
.pad_l50
{
    padding-left: 50px
}
.pad_l55
{
    padding-left: 55px
}
.pad_l60
{
    padding-left: 60px
}
.pad_l65
{
    padding-left: 65px
}
.pad_l70
{
    padding-left: 70px
}
.pad_l75
{
    padding-left: 75px
}
.pad_l80
{
    padding-left: 80px
}
.pad_l85
{
    padding-left: 85px
}
.pad_l90
{
    padding-left: 90px
}
.pad_l95
{
    padding-left: 95px
}
.pad_l100
{
    padding-left: 100px
}

</STYLE>