@charset "utf-8";
/*
 * Style Path: css/style.css
 *
 * This Stylesheet was based on Yahoo! UI Library's Reset and Fonts CSS.
 * Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 * http://developer.yahoo.com/yui/reset/
 * http://developer.yahoo.com/yui/fonts/
 * http://developer.yahoo.net/yui/license.txt
*/
html{
    color: #000;
    background: #FFF;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

li{
    list-style: none;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

input,textarea,select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,textarea,select {
    *font-size:100%;
}

body {
    font: 13px/1.231 Arial, Helvetica, sans-serif;
    *font-size: small;
    *font: x-small;
}

table {
    font-size: inherit;
    font: 100%;
}

table th {
    text-align: left;
	border:0;
}

/* floating-clear */
#doc:after,
#contents:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

#doc,
#contents {
    display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html #doc,
* html #contents {
    height: 1%;
}

#doc,
#contents {
    display: block;
}

/* ----------------------------------------
 * floating- clear
 * ---------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac Hack \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
.clearfix .imgspace {
    margin-right: 5px;
}

/* ----------------------------------------
 * ワイヤーフレームレイアウト
 * ---------------------------------------- */
div#doc {
    margin: 25px 30px 0 40px;
    position: relative;
    width: 930px;
    height: 100%;
    line-height: 1.7;
    text-align: left;
}

div#main1 {
    float: left;
    width: 233px;
}

div#main2 {
    float: right;
    width: 659px;
    margin-top:100px;
}

div#main3 {
    float: right;
    width: 659px;
    margin-top:0px;
}

div#footer {
    clear: both;
    width: 100%;
    background: #e8e8e8;
}

body.popup div#doc {
    margin: 20px 20px 42px 20px;
    position: relative;
    width: 700px;
    height: 100%;
    line-height: 1.7;
    text-align: left;
}

body.popup div#main1 {
    float: left;
    width: 183px;
}

body.popup div#main2 {
    float: right;
    width: 457px;
}

/* ----------------------------------------
 * 要素ごとのスタイル
 * ---------------------------------------- */
a,
a:link {
    color: #ed1c24;
    text-decoration: none;
}

a:visited {

}

a:hover {
    text-decoration: underline;
}

p, ul, ol,
ul li,
ol li,
table,
table th,
table td {
    font-size: 105%;
}

table th,
table td {
    padding: 0 10px 2px 0;
}

table td ul,
table td ul li,
dl dd ul,
dl dd ul li {
    font-size: 100%;
}

strong, em {
    font-weight: bold;
}

.note {
    font-size: 80%:
}


/* ----------------------------------------
 * header
 * ---------------------------------------- */
h1#logo {
    margin-bottom: 16px;
    text-align: right;
}

body.popup div#header {
    margin-bottom: 30px;
}

body.popup h1 {
    float: left;
}

body.popup div#logo {
    float: right;
}

/* ----------------------------------------
 * contents
 * ---------------------------------------- */
#contents {
    padding-bottom: 57px;
    position: relative;
}

/* ナビゲーション */
ul#nav {
    margin-bottom: 53px;
}

ul#nav li {
    margin-right: 2px;
    float: left;
    width: 108px;
    height: 26px;
}

ul#nav li a {
    display: block;
    width: 108px;
    height: 26px;
    overflow: hidden;
    text-indent: -100000em;
}

ul#nav li#awakening {
    margin: 0;
}

ul#nav li#awareness a {
    background: url(../images/nav/menu01_off.gif) no-repeat;
}

ul#nav li#watch a {
    background: url(../images/nav/menu02_off.gif) no-repeat;
}

ul#nav li#communicate a {
    background: url(../images/nav/menu03_off.gif) no-repeat;
}

ul#nav li#learn a {
    background: url(../images/nav/menu04_off.gif) no-repeat;
}

ul#nav li#accomplish a {
    background: url(../images/nav/menu05_off.gif) no-repeat;
}

ul#nav li#awakening a {
    background: url(../images/nav/menu06_off.gif) no-repeat;
}

ul#nav li#awareness a:hover {
    background: url(../images/nav/menu01_on.gif) no-repeat;
}

ul#nav li#watch a:hover {
    background: url(../images/nav/menu02_on.gif) no-repeat;
}

ul#nav li#communicate a:hover {
    background: url(../images/nav/menu03_on.gif) no-repeat;
}

ul#nav li#learn a:hover {
    background: url(../images/nav/menu04_on.gif) no-repeat;
}

ul#nav li#accomplish a:hover {
    background: url(../images/nav/menu05_on.gif) no-repeat;
}

ul#nav li#awakening a:hover {
    background: url(../images/nav/menu06_on.gif) no-repeat;
}

/* main1（左カラム）共通 */
#main1 div.section {
    margin: 0 0 25px 0;
}

#main1 div#symbol {
    margin-bottom: 50px;
}

#main1 ul {
    margin-bottom:114px;
    width: 100%;
    overflow: hidden;
}

ul#leftmenu {
    margin-bottom: 3px;
}

ul#leftmenu li {
    float: left;
    width: 115px;
    height: 37px;
}

ul#leftmenu li#update {
    margin-right: 3px;
}

ul#leftmenu li a {
    display: block;
    width: 115px;
    height: 37px;
    overflow: hidden;
    text-indent: -100000em;
}

ul#leftmenu li#update a {
    background: url(../images/main1/04update.png) no-repeat;
}

ul#leftmenu li#update a:hover {
    background: url(../images/main1/04update_on.png) no-repeat;
}

ul#leftmenu li#news a {
    background: url(../images/main1/05news.png) no-repeat;
}

ul#leftmenu li#news a:hover {
    background: url(../images/main1/05news_on.png) no-repeat;
}

/* main2（右カラム）共通 */
#main2 div.section {
    margin: 0;
}

#main2 div.section h2 {
    margin-bottom: 36px;
}

body.popup #main2 div.section h2 {
    margin: 0;
}

#main2 div.section div.sesction {
    margin-bottom: 38px;
}

#main2 div.section div.section h3 {
    margin-bottom: 17px;
}

.imageright {
    margin-bottom: 0 0 15px 14px;
    float: right;
}

.imageleft {
    margin: 0 14px 15px 0;
    float: left;
}

.imageleft2 div{
    margin: 5;
    float: left;
}

a.url {
    padding: 0 0 3px 20px;
    background: url(../images/bullet.png) no-repeat 0 3px;
}

.more {
    text-align: right;
}

/* カウンター */
div#counter {
    position: absolute;
    left: 0;
    bottom: 44px;
}

/* pagetop */
div#pagetop {
    position: absolute;
    bottom: 35px;
    right: 0;
}

/* 更新情報 */
div#whats-new-text div.section {
    margin: 0!important;
    padding: 22px 0 22px 0;
    border-bottom: 1px solid #ccc;
}

/* ----------------------------------------
 * トップページ
 * ---------------------------------------- */
body#top #main1 #menu {
    margin-top: 258px;
}
body#top .index2 #main1 #menu {
    margin-top: 0px;
}

body#top #main2 {

}

.topflash {
	width: 800px;
	position: relative;
	}

/*08_06_03 kadota*/
div#action_list{
    width:662px;
}

div#action_list .action_box{
    margin-bottom:10px;
}

div#action_list .action_ttl{
    font-weight:bold;
    margin-bottom:2px;
}

div#action_list .action_comment{
    font-weight:inherit;
}


ul.button {
    margin: 10px 0px 0px 0px;
}

ul.button li {
    padding-right: 6px;
    float:left;
    width: 189px;
    height: 32px;
}

ul.button li a {
    display: block;
    width: 189px;
    height:32px;
    overflow: hidden;
    text-indent: -100000em;
}

li.miru a {
    background: url(../images/index2/abouttanzaku.gif) no-repeat;
}

li.miru a:hover {
    background: url(../images/index2/abouttanzaku_on.gif) no-repeat;
}



ul.button2 {
    margin: 10px 0px 0px 0px;
}

ul.button2 li {
    padding-right: 6px;
    float:left;
    width: 169px;
    height: 32px;
}

ul.button2 li a {
    display: block;
    width: 169px;
    height:32px;
    overflow: hidden;
    text-indent: -100000em;
}

li.kigyou2 a {
    background: url(../images/index2/kigyou2.gif) no-repeat;
}

li.kigyou2 a:hover {
    background: url(../images/index2/kigyou2_on.gif) no-repeat;
}




ul.button3 {
    margin: 10px 0px 0px 0px;
}

*+html ul.button3 li {
    padding-right: 6px;
    float:right;
    position: absolute;
    top: 1115px;
    right: 0;
    width: 191px;
    height: 32px;
}

ul.button3 li {
    padding-right: 6px;
    float:right;
    position: absolute;
    top: 1045px;
    right: 0;
    width: 191px;
    height: 32px;
}

ul.button3 li a {
    display: block;
    width: 191px;
    height:32px;
    overflow: hidden;
    text-indent: -100000em;
}

li.sonota a {
    background: url(../images/index2/sonota.gif) no-repeat;
}

li.sonota a:hover {
    background: url(../images/index2/sonota_on.gif) no-repeat;
}






ul.button4 {
    margin: 10px 0px 0px 0px;
}

ul.button4 li {
    padding-right: 6px;
    float:left;
    width: 191px;
    height: 32px;
}

ul.button4 li a {
    display: block;
    width: 191px;
    height:32px;
    overflow: hidden;
    text-indent: -100000em;
}
li.sonota2 a {
    background: url(../images/index2/sonota.gif) no-repeat;
}

li.sonota2 a:hover {
    background: url(../images/index2/sonota_on.gif) no-repeat;
}





table annual {
border: 1px #999999 solid;
width: 654px;
margin-bottom: 20px;
max-width: 654px;
}
.annual td, th {
border: 1px #999999 solid;
padding: 0px; 
} 



/* ----------------------------------------
 * 知る　Awareness
 * ---------------------------------------- */
div.movie {
    margin-bottom: 40px;
    padding-left: 180px;
}

div.movie-title {
    font-weight: bold;
    font-size: 120%;
}

div.movie2 {
    margin: 10px 6px 20px 1px;
    float: left;
}
div.movie2text {
    margin: 10px 0 20px 10px;
    float: right;
}


div.movie3 {
    margin: 10px auto 20px auto;
    text-align:center;

}
div.movie3text {
    margin: 10px 0 20px 10px;

}


div#about h3 {
    margin: 0;
    padding: 0;
}

div.bottom-nav {
    padding-top: 20px;
    text-align: center;
}

#doc table#summary th {
    margin: 0;
    padding: 0 0 6px 17px;
    background: url(../images/watch/square.png) no-repeat 0 3px;
    vertical-align: top;
    line-height:130%;
}

#doc table#summary td {
    margin: 0;
    padding: 0 0 6px 17px;
    line-height:130%;
}



#doc table#summary2 th {
    margin: 0;
    padding: 0 0 6px 17px;
    background: url(../images/watch/square.png) no-repeat 0 3px;
    vertical-align: top;
    width:145px;
    line-height:130%;
}

#doc table#summary2 td {
    margin: 0;
    padding: 0 0 6px 17px;
    line-height:130%;
}





ul.localnav {
    margin-bottom: 17px;
}

ul.localnav li {
    margin-right: 10px;
    float: left;
}

div.report h3 {
    margin-bottom: 5px!important;
    font-size: 120%;
    font-weight:bold;
}

div.report p {
    font-size: 110%;
}

ul.awarelink {
    margin-bottom: 37px;
}

ul.awarelink li.tanzaku {
    margin: 0;
}

ul.awarelink li {
    margin-right: 2px;
    float:left;
    padding-right:15px;
    width: 216px;
    height: 58px;
}

ul.awarelink li a {
    display: block;
    width: 216px;
    height:58px;
    overflow: hidden;
    text-indent: -100000em;
}

ul.awarelink li.tanzaku a {
    background: url(../images/awareness/18.png) no-repeat;
}

ul.awarelink li.football a {
    background: url(../images/awareness/19.png) no-repeat;
}

ul.awarelink li.tanzaku a:hover {
    background: url(../images/awareness/18_on.png) no-repeat;
}

ul#.awarelink li.football a:hover {
    background: url(../images/awareness/19_on.png) no-repeat;
}


/* 080603 kadota*/
div#member_list{
    width:662px;
}

div#member_list #alpha{
    width:310px;
    float:left;
    margin-left:3px;
}
div#member_list #beta{
    width:310px;
    float:right;
}

div#member_list .manager_name{
    font-weight:bold;
    margin-botom:2px;
}

div#member_list .manager_info{
    margin-bottom:20px;
}

div#member_list .member_name{
    font-weight:bold;
    margin-botom:2px;
}

div#member_list .member_info{
    font-size:12px;
    margin-bottom:10px;
}



/* ----------------------------------------
 * 見る　Watch
 * ---------------------------------------- */
div.kamamoto {
    margin: 10px 6px 20px 1px;
    float: left;
}
div.mourino {
    margin: 10px 0 20px 5px;
    float: right;
}

.ticket {
    margin-bottom: 29px;
    text-align: center;
}

body#watch table#summary {
    margin-bottom: 35px;
    width: 100%;
}

body#watch table#summary td {
    margin: 0;
    padding: 0 0 6px 17px;
    font-size: 93%;
    background: url(../images/watch/square.png) no-repeat 0 3px;
    vertical-align: top;
}

div#versus {
    margin-bottom: 43px;
}

div#more-info {
    margin-bottom: 100px!important;
}

div#more-info ul {
    margin-left: 3px;
}

div#more-info ul li {
    padding: 0 0 0 17px;
    background: url(../images/watch/square.png) no-repeat 0 6px;
}


#ticketendover h3{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}


#ticketendover h4{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin-bottom: 0px;
	
}

#ticketendover h5{
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#ticketendover p{
	margin: 0px 0px 20px 0px;
}


ul.match-list li {
    margin: 0 19px 14px 0;
    float: left;
}

ul.match-list li.last {
    margin: 0 0 14px 0;
}


/* ----------------------------------------
 * 伝える　Communicate
 * ---------------------------------------- */
body#communicate p.lead {
    margin-bottom: 79px;
}

div.message {
    margin-bottom: 72px;
    text-align: center;
}

div.highlight {
    border-left:2px solid #E31F26;
    padding-left:8px;
    width:400px;
    padding-bottom:18px;
}


div.highlight h3{
	margin-bottom:3px!important;
}

div.highlight p {
    margin-bottom: 18px;
    font-size: 113%;
}

div.highlight p.present{
    margin-bottom:0;
    font-size: 100%;
    line-height:140%;
}

div.highlight p.present img{
    float:right;
    margin-left:10px;
}

ul.action{
    margin-bottom: 15px;
}

ul.action li {
    margin-right: 6px;
    float: left;
}

body#communicate div.text {
    float: left;
}

body#communicate div.right {
    margin-bottom: 27px;
    _margin-bottom: 20px;  /* for Win IE6 */
    float: right;
    text-align:right;
}


body#communicate div.left {
    float:left;
}

body#communicate table#summary {
    width: 100%;
}

body#communicate table#summary td {
    margin-top: 0!important;
    padding: 0 0 0 17px;
    line-height:140%;
    font-size: 93%;
    background: url(../images/watch/square.png) no-repeat 0 3px;
    vertical-align: top;
}


ul.commkochira li {
    width: 531px;
    height: 44px;
}

ul.commkochira li a {
    display: block;
    width: 531px;
    height:44px;
    overflow: hidden;
    text-indent: -100000em;
}

ul.commkochira li a {
    background: url(../images/communicate/03.png) no-repeat;
}

ul.commkochira li a:hover {
    background: url(../images/communicate/03_on.png) no-repeat;
}

ul.commtanzaku {
    margin-bottom: 20px;
}

ul.commtanzaku li {
    padding-right: 6px;
    float:left;
    width: 186px;
    height: 44px;
}

ul.commtanzaku li a {
    display: block;
    width: 186px;
    height:44px;
    overflow: hidden;
    text-indent: -100000em;
}

ul.commtanzaku li.chikau a {
    background: url(../images/communicate/06.png) no-repeat;
}

ul.commtanzaku li.chikau a:hover {
    background: url(../images/communicate/06_on.png) no-repeat;
}

ul.commtanzaku li.miru a {
    background: url(../images/communicate/07.png) no-repeat;
}

ul.commtanzaku li.miru a:hover {
    background: url(../images/communicate/07_on.png) no-repeat;
}



div.event {
    border-left:2px solid #E31F26;
    padding-left:8px;
    width:630px;
    padding-bottom:18px;
}


div.event h3{
	margin-bottom:3px!important;
}

div.event p {
    margin-bottom: 18px;
    font-size: 113%;
}

div.event p.present{
    margin-bottom:0;
    font-size: 100%;
    line-height:140%;
}

div.event p.present img{
    float:right;
    margin-left:10px;
}

.cau2 {
	font-size:105%;
	color:#f00;
}


body#communicate table#event {
    width: 100%;
}


body#communicate table#event th {
    width: 82px;
    font-weight: bold;
    padding: 0 0 0 17px;
    line-height:140%;
    font-size: 93%;
    vertical-align: top;
}

body#communicate table#event td {
    margin-top: 0!important;
    padding: 10 0 0 13px;
    line-height:140%;
    font-size: 93%;
    vertical-align: top;
}



/* ----------------------------------------
 * 英語　English
 * ---------------------------------------- */

.eng_right {
    margin-bottom: 27px;
    _margin-bottom: 20px;  /* for Win IE6 */
    float: right;
    text-align:right;
}

.eng_left {
    float:left;
}



/* ----------------------------------------
 * 伝える　Communicate - tanzaku-message
 * ---------------------------------------- */
body#tanzaku-message p.lead {
    margin-bottom: 15px;
}

body#tanzaku-message ul.action {
    margin-bottom: 37px;
}

ul.tanzaku-list li {
    margin: 0 12px 14px 0;
    float: left;
}

ul.tanzaku-list li.last {
    margin: 0 0 14px 0;
}

/* ----------------------------------------
 * 果たす Accomplish
 * ---------------------------------------- */
div#company-takeaction div.text {
    float: left;
}

body#accomplish div.company {
    margin: 0!important;
    padding: 18px 0 8px 0;
    border-top: 1px solid #ccc;
}
body#accomplish div.company div.comlogo{
	float:left;
	width:225px;
}
body#accomplish div.company dl.comtext{
	float:right;
	width:420px;
}

body#accomplish div.last {
    margin: 0 0 74px 0!important;
    padding: 18px 0 8px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

body#accomplish div.company dl dt {
    font-weight: bold;
    font-size: 110%;
}

body#accomplish div.company dl dd {
    font-size: 110%;
}

body#accomplish .img_tm{
    margin-top:30px;
}



/* ----------------------------------------
 * ニュース News
 * ---------------------------------------- */
div#report-takeaction div.text {
    float: left;
}

body#news div.report{
    margin: 0!important;
    padding: 18px 0 8px 0;
    border-top: 1px solid #ccc;
}
body#news div.report div.comlogo{
	float:left;
	width:245px;
	margin-bottom: 30px;
}
body#news div.report dl.comtext{
	float:right;
	width:400px;
}

body#news div.last {
    margin: 0 0 74px 0!important;
    padding: 18px 0 8px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

body#news div.report dl dt {
    font-weight: bold;
    font-size: 110%;
}

body#news div.report dl dd {
    font-size: 110%;
}

body#news .img_tm{
    margin-top:30px;
}


#lefttable{
float:left;
margin:0 0 30px 0;
}

#righttable{
float:left;
width:80%;
margin:0 0 0 15px;
}



/* ----------------------------------------
 * 学ぶ Learn
 * ---------------------------------------- */
div#company-takeaction div.text {
    float: left;
}

body#learn div.company {
    margin: 0!important;
    padding: 18px 0 8px 0;
    border-top: 1px solid #ccc;
}
body#learn div.company dl.comtext{

}

body#learn div.last {
    margin: 0 0 74px 0!important;
    padding: 18px 0 8px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

body#learn div.company dl dt {
    font-weight: bold;
    font-size: 110%;
}

body#learn div.company dl dd {
    font-size: 110%;
}

body#learn .img_tm{
    margin-top:30px;
}
body#learn img.learnimgspace {
    margin-right:8px;
}

/* 080603 kadota */
body#learn div#intro{
    margin-top:50px;
}

body#learn p{
    font-size:100%;
    margin-bottom:5px;
}

body#learn div#intro h3{
    font-weight:bold;
    font-size:120%;
    margin-bottom:3px;
}
body#learn div#intro h4{
    font-weight:bold;
    font-size:110%;
    margin-bottom:2px;
}

body#learn div#intro #alpha{
    float:left;
}

body#learn div#intro #beta{
    float:right;
}


/* ----------------------------------------
 * 気づく Awakening
 * ---------------------------------------- */
div#globe {
    margin-bottom: 68px!important;
}

div#globe div.text {
    float: left;
    width: 343px;
}

div#hide-mail {
    position: relative;
    margin-bottom:0!important;
}

div#hide-mail h3 {
    margin: 0!important;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

body#awakening ul.url {
    position: absolute;
    height:20px;
    top: 5px;
    right: 0;
    z-index: 10;
}

div#hide-mail div.section {
    margin: 0!important;
    padding: 22px 0 22px 0;
    border-bottom: 1px solid #ccc;
}

div#hide-mail-text {
}

div#hide-mail-text div.section {
    margin: 0!important;
    padding: 22px 0 22px 0;
    border-bottom: 1px solid #ccc;
}

div#hide-mail-text p.more {
    margin: 16px 0 65px 0;
}



/* ----------------------------------------
 * ブログパーツ
 * ---------------------------------------- */

div#blog {
    margin-bottom: 10px!important;
}

div#blog div.text {
    float: left;
    width: 430px;
}

.rednumb{
    font-weight: bold;
    font-size: 105%;
      color: red;
    }

div#blog-text div.section {
    margin: 0!important;
    padding: 0px 0 22px 0;
    border-bottom: 1px solid #ccc;
}


div.blog-report h3 {
    margin-bottom: 5px!important;
    font-size: 120%;
    font-weight:bold;
}

div.blog-report p {
    font-size: 110%;
}




/* ----------------------------------------
 * popup
 * ---------------------------------------- */
body.popup dl.sponsor {
    margin: 20px 0 30px 0;
    padding: 12px 14px 7px 14px;
    border: 1px solid #b6b6b6;
    background: #f7f7f7;
}

body.popup dl.sponsor dt {
    margin-right: 9px;
    float: left;
}

body.popup dl.sponsor dd ul li {
    margin-right: 7px;
    float: left;
}

body.popup dl.sponsor dd ul li.last{
    margin-right: 0px;
}

body.popup dl.sponsor .imgspace{
    margin-right:10px;
}

body.popup .border{
    border-top: 1px solid #ccc;
    margin: 40px 0 40px 0;
}

body.popup div.bottom-nav {
    margin: 0 0 60px 0!important;
}

body.popup ul.url {
    margin-top: 20px;
}

body.popup a.url {
    _font-size: 80%!important:  /* for Win IE6 */
}

body.popup p.cau {
	margin-top:20px;
	font-size:100%;
}

body.popup p.cau2 {
	margin-top:20px;
	font-size:120%;
	color:#f00;
}

dl.attention {
    margin-bottom: 30px;
}

/* ----------------------------------------
 * footer
 * ---------------------------------------- */
#footer {
    background: #e8e8e8;
    width: 100%;
    clear:both;
}

#footer div#footerwrap {
    padding-top: 23px;
    margin: 0 0 0 40px;
    width: 930px;
    position: relative;
    height: 62px;
    background: #e8e8e8;
}

#footer address {
    float: left;
    width: 199px;
    background: #e8e8e8;
    }

#footer ul#sponsor {
    background: #e8e8e8;
    float: right;
    width: 650px;
}

#footer ul#sponsor li {
    background: #e8e8e8;
    float: right;
}

#footer ul#sponsor li#toto {
    background: #e8e8e8;
    margin: 0;
}


span.indent {
    display: block;
    text-indent: -9.8em;
    margin-left: 9.8em;
}
