
/*全体のスタイル*/

body{
background:#aaddbb;
margin:20px;
}

p{
font-size:85%;
line-height:150%;
margin:10px 15px 10px 15px;
padding:0px;
}

/*バナーのスタイル*/

.Banner{
float:left;
width:100%;
background:#aaddbb;
height:75px;
}

.BreadCrumb{
position:absolute;
top:75px; left:22px;
font-size:85%;
}

.TopBanner{
position:absolute;
top:10px; left:10px;
}

.TopLink{
position:absolute;
top:15px; right:26px;
font-size:85%;
}

span{
margin:0px 3px 0px 3px;
padding:0;
color:#999999;
}

/*Leadのスタイル*/

.Lead{
float:left;
width:100%;
background:#eeffdd;
margin:10px 0px 15px 0px;
padding:0px;
}

.Lead h1{
color:#666666;
font-size:85%;
font-weight:bold;
text-align:center;
letter-spacing:0.1em;
margin:0px;
padding:10px 15px 0px 15px;
}

.Lead h2{
color:#663333;
font-size:85%;
margin:5px 15px 5px 15px;
padding:0px;
}

.Lead h3{
color:#663333;
font-size:85%;
margin:5px 15px 5px 15px;
padding:0px;
}

/*Blockのスタイル*/

.Block{
float:left;
width:100%;
background:#ffffff;
margin:0px 0px 10px 0px;
padding:0px;
}

.Block h1{
color:#666666;
font-size:85%;
font-weight:bold;
text-align:center;
letter-spacing:0.1em;
margin:0px;
padding:10px 15px 0px 15px;
}

.Block h2{
color:#663333;
font-size:85%;
margin:5px 15px 5px 15px;
padding:0px;
}

.Block h3{
color:#663333;
font-size:85%;
margin:5px 15px 5px 15px;
padding:0px;
}

/*2段カラムレイアウトのスタイル*/

.Left{
float:left;
width:49%;
margin:0px;
}

.Right{
float:right;
width:49%;
margin:0px;
}

/*リストのスタイル*/

ul{
clear:left;
list-style:none;
margin:5px 0px 10px 20px;
padding:0px;
}

li{
width:100%;
font-size:85%;
line-height:135%;
text-align:left;
list-style:none;
background:url(Ball.gif) no-repeat center left;
margin:0px 15px -1px 0px;
padding:0px 15px 0px 18px;
}

.Lead li{
background:url(BallGreen.gif) no-repeat center left;
}

.Number ul{
clear:left;
list-style:none;
margin:5px 0px 10px 20px;
padding:0px;
}

.Number li{
font-size:85%;
line-height:150%;
text-align:left;
background:none;
margin:0px;
padding:0px 15px 0px 0px;
}

/*画像のスタイル*/

img{
border:0px;
}

/*リンクのスタイル*/

a:hover{
color:#ff0000;
}

a{
text-decoration:none;
}

/*テーブルのスタイル*/

table{
clear:left;
border-top:1px solid #666666;
border-left:1px solid #666666;
background:#ffffff;
border-collapse:collapse;
border-spacing:0px;
empty-cells:show;
margin:10px;
}

th{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
color:#ffffff;
background:#669988;
font-size:85%;
text-align:center;
margin:0px;
padding:5px;
}

td{
border-right:1px solid #666666;
border-bottom:1px solid #666666;
background:#ffffff;
font-size:85%;
margin:0px;
padding:5px;
}

caption{
color:#666666;
font-size:85%;
font-weight:bold;
text-align:left;
margin:0px;
padding:0px 0px 5px 0px;
}

/*底部分のスタイル*/

.Bottom{
clear:left;
width:100%;
text-align:center;
background:#aaddbb;
}

.Bottom p{
border:none;
}

address{
font-size:80%;
margin:-5px 0px 0px 0px;
padding:0px;
}

/*印刷時のスタイル*/

@media print{

.Lead{
float:none;
}

.Block{
float:none;
}

.Banner{
float:none;
}

}
