skin.css 3.32 KB
/*---base---*/

body{
font-family:Verdana, "MS Pゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-weight:normal;
font-style:normal;
font-size:75%;
line-height:160%;
text-align: center;
color:#333333;
background-image:url(../images/background-main.jpg);
background-repeat:repeat-x;
}

*{
margin:0px;
padding:0px;
}

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

img{
border-width: 0px;
border-style: none;
vertical-align:top;
}

table {
font-size:100%;
line-height:160%;
}

#wrapper{
width:100%;
height:100%;
background-image:url(../images/background-side.jpg);
background-repeat:repeat-y;
background-position:center;
float:left;
}

#base{
margin:0px auto;
width:800px;
text-align:left;
}

#header{
width:800px;
line-height:74px;
float:left;
text-indent:15px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
}


#main{
width:800px;
float:left;
}

a:link,a:visited{
color:#006699;
text-decoration:none;
}

a:active,a:hover{
color:#00ccff;
text-decoration:none;
}

/*---layout---*//*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mgb {
float:left;
margin:0 0 20px 0;
}

#ebook-btn {
width:780px;
margin:0 10px 20px;
float:left;
display:inline;
}

#ebook-btn dt{
width:340px;
float:left;
}

#ebook-btn dt a{
width:322px;
height:132px;
float:left;
display:block;
text-indent:-9999px;
}

#ebook-btn dt a:link,
#ebook-btn dt a:visited{
background-image:url(../images/ebook-btn.jpg);
}

#ebook-btn dt a:hover,
#ebook-btn dt a:active{
background-image:url(../images/ebook-btn-on.jpg);
}

#ebook-btn dd{
width:440px;
float:left;
}

#ebook-btn dd p{
margin:0 0 10px 0;
}

.get-flash-player a{
display:block;
font-size:85%;
}

.get-flash-player img{
margin:0 10px 0 0;
}

.ebook-operation {
width:800px;
list-style-type:none;
margin:0 0 20px -10px;
float:left;
display:inline;
}

.ebook-operation li{
width:380px;
float:left;
margin:0 0 20px 20px;
display:inline;
}

.ebook-operation h3{
width:380px;
float:left;
margin:0 0 20px 0;
}

.ebook-operation dl{
width:380px;
float:left;
}

.ebook-operation dt{
width:170px;
float:left;
text-align:center;
}

.ebook-operation dd{
width:200px;
float:right;
margin:0 10px 0 0;
display:inline;
}

.ebook-operation dd span{
font-size:85%;
}

#right-click-title {
width:800px;
line-height:50px;
float:left;
background-image:url(../images/right-click.jpg);
background-repeat:no-repeat;
background-position:10px 50%;
text-indent:160px;
}

.right-click-list {
width:800px;
float:left;
margin:0 0 30px 0;
list-style-type:none;
}

.right-click-list li{
float:left;
margin:0 0 0 33px;
display:inline;
}

.border-text01 {
width:760px;
float:left;
border-bottom:1px dotted #cccccc;
margin:0 20px 20px;
display:inline;
}

.system-data {
width:800px;
float:left;
background-image:url(../images/system-data.jpg);
background-repeat:no-repeat;
background-position:0 100%;
padding-bottom:60px;
}

.system-data dl{
width:760px;
float:left;
margin:0 20px 20px;
display:inline;
}

.system-data dt{
width:160px;
float:left;
}

.system-data dt strong{
background-image:url(../images/icon01.jpg);
background-repeat:no-repeat;
background-position:0 50%;
padding-left:10px;
display:block;
}

.system-data dd{
width:600px;
float:right;
}

.system-data dd a{
margin-top:10px;
}