@charset 'utf-8';

/*============================================================
Master.css

Site URL:	http://www.hata8.com/mobile/
File Name:	master.css(/common/css/master.css)
Summary:	携帯サイト用CSS
Created:	2010/03/06
Modified:	2010/03/06


Copyright(C)Nekonote All Rights Reserved.
============================================================*/

/*=========================================
Common
=========================================*/

body{
font-size:90%;
padding:0px;
margin:0px;
}

img{
margin:0px;
border:none;
}

h1{
font-size:10px;
color:#fff;
background-color:#336600;
margin:0px;
text-align:center;
}

h2{
font-size:12px;
color:#fff;
background-color:#336600;
text-align:center;
margin:0px;
}

h3{
text-align:center;
font-weight:bold;
background-color:#ccff99;
padding:2px 0px 2px 0px;
margin-bottom:5px;
}

p{
margin-bottom:5px;
}

p.gotoDetail{
text-align:center;
}

.center{
text-align:center;
}

ul{
list-style-type:none;
list-style-position:inside;
margin:0px 0px 5px 0px;
padding:0px;
}

ol{
margin:0px 0px 10px 0px;
}

ol li.bg{
background-color:#ff9;
}

dl{
margin-bottom:5px;
}

dl dt{
background-color:#ccc;
}

dl dd{
margin:0px 0px 3px 0px;
padding:0px;
}

table{
font-size:13px;
}

table th{
font-size:13px;
text-align:right;
background-color:#ff9;
}

table td{
font-size:13px;
padding-left:3px;
}


/*=========================================
共通部分
=========================================*/

div#mainVisual h2{
background-color:#fff;
margin-bottom:5px;
}

div#mainVisual img{
vertical-align:bottom;
}

div#menuArea{
background-color:#eaffd4;
}

p.gotoTop{
text-align:right;
}

p.caution{
color:#f00;
}



