/* --------------------------------------------------
css/small-device.css
for iPod / iPhone
the Underneath. All Rights Reserved.
Modified 2008.01.23 MASATO
----------------------------------------------------- */

*{
margin:0;
padding:0;
line-height:1.5;
}

a{color:#fff;text-decoration:underline;}
a:visited{color:#fff;text-decoration:underline;}
a:hover{color:#666;text-decoration:underline;}

body{
text-align:center;
padding:0 0 10px 0;
color:#333;
font-size:16px;
font-weight:normal;
font-family:Verdana,Arial,Helvetica;
background-color:#000;
}

#container{
position:relative;
top:0;
left:0;
width:320px;
height:auto;
margin:0;
text-align:left;
}

h1{
text-indent:-9999px;
width:320px;
height:141px;
background: url(../img/logomark_s.jpg) 0 0 no-repeat;
}

p#copy{
text-indent:-9999px;
width:320px;
height:47px;
margin:10px 0;
background: url(../img/copy_s.gif) 0 0 no-repeat;
}

p#notfound{
text-align:center;
font-size:16px;
margin:0 0 30px 0;
}

/* langNavi
------------------------------------------------------------*/

ul#langNavi  {
background: none;
margin:0;
width:320px;
display:block;
height:90px;
}

ul#langNavi li {
text-align:center;
padding:0 0 5px 0;
margin:0 0 10px 0;
height:25px;
list-style:none;
clear:left;
border-bottom:1px dotted #666;
}

ul#langNavi li a:link, ul#langNavi li a:visited {
background: none;
width:320px; 
height: 25px;
text-indent:0;
text-decoration:none;
}

ul#langNavi li#en a:hover{background-position:0 0;}

ul#langNavi li#jp a:link, ul#langNavi li#jp a:visited {background-position:0 0;}
ul#langNavi li#jp a:hover { background-position:0 0;}

