body {  
z-index: 0;
margin-left:10px; 
margin-top:10px; 
background : url('pubimg/bg_skygrey.gif');
color : 333 ;
text-shadow : 0px 1px 3px  #999 ;
}

img {
border : 0px ;
}


a:Link { text-decoration: none; }
a:visited { text-decoration: none; }
a:active { text-decoration: none; }
a:hover {
color : #00f ;
text-decoration : underline ;
text-shadow : 0px 2px 2px  #00f ;
}


#commonlayout {
width : 720px ;
text-align : justify ;
background : #fff ;
border : solid #000 1px ;
}

#header {
width : 100%;
color : #fff ;
background : #000 ;
margin-bottom: 3px;
background : url('pubimg/bg_head.gif');
}

#license {
text-align: left;
padding: 5px;
margin-left: 20px;
margin-right: 20px;
font-size: 12px;
border : solid #999 1px ;
}
#license ul{
list-style-type: decimal;
margin-top: 0px;
margin-bottom: 0px;
}
#license li{
margin-bottom: 5px;
}

.h01{
padding: 5px;
margin-left: 20px;
margin-right: 20px;
border : solid #000 1px ;
font-weight: bold;
background : #CCC ;
}

.attention {
text-align: left;
margin: 5px 20px 5px 20px;
}
.attention ul{
margin-top: 5px;
margin-bottom: 5px;
font-size: 12px;
}
.attention li{
margin-bottom: 8px;
}

#sup{
background: #ccc;
}
#sup td{
background: #fff;
}

#colophon{
list-style : none ;
}

#colophon li {
padding-right : 50px ;
padding-left : 2em ;
text-indent : -1em ;
text-align : left ;
font-size : 12px ;
color : #999 ;
}

/*ページ移動をするボタンとその下テキスト*/
.button{
text-align: left;
padding-right: 100px;
padding-left: 100px;
font-size: 12px ;
}
.button .image{
text-align: center;
margin-bottom: 5px;
}
.button b{
font-weight: bold;
color: #F00;
}

/*メイン部分・左*/
#columnleft{
float: left;
width: 320px;
}
/*メイン部分・右*/
#columnright{
margin-left: 320px;
margin-top: 5px;
}
/*メイン部分・右・部品*/
#title{
color: #006;
font-size : 18px ;
font-weight: bold;
}
#price{
color: #F00;
background : #FCC ;
margin-left: 10px;
}
#maintext{
border-top: dashed #999 2px;
border-bottom: dashed #999 2px;
padding: 8px;
margin: 5px;
}

/*動作機種確認*/
#taiou{
margin-left: 30px;
margin-right: 30px;
border: solid #CCC 3px ;
margin-top: 8px;
margin-bottom: 15px;
clear: both;
}
#taiou b{
font-size : 20px ;
font-weight: bold;
color: #F30;
}






/*戻るボタン*/
.back{
text-align: center;
margin-top: 25px;
margin-bottom: 15px;
}

#copyright {
background : #000 ;
color : #fff ;
font-size : 12px ;
padding : 2px ;
}


