/*--フォント--*/
BODY{
font-size: 90%;
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background:url("http://shop.amigasa.jp/uwaki/background.gif");
}

/*--全体--*/
#frame{
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
/*--左から順に上・右・下・左--*/
width: 700px;
background-color: white;
}

/*--ヘッダー--*/
#header  
 { background-color: #cc9999;
 text-align: center;
 margin: 0px;
 padding: 0px;
 width: 700px;
 height: 100px }

/*--記事--*/
#main
 { background-color: white;
 text-align: left;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 border: solid 1px #cc9999;
 width: 698px }

/*--記事上--*/
.main_top{
text-align: left;
margin: 0px 20px 10px 20px;
padding : 0px 0px 0px 0px;
width : 658px;
background-color : #cc9999;
}

/*--記事中--*/
.main_in{
text-align: left;
margin: 10px 20px 10px 20px;
padding : 0px 0px 0px 0px;
width : 658px;
background-color : #ffffff;
}

/*--記事下--*/
.main_under
{
text-align: left;
margin: 20px 0px 20px 15px;
padding : 5px 5px 5px 5px;
width : 658px;
background-color : #FFFFCC;
border: 1px dotted #000000;
}

/*--フッター--*/
#footer 
{ color: white;
 background-color: #CCCC99;
 text-align: right;
 margin: 0px;
 padding: 0px 0px;
 width: 700px;
 height: 40px }

.l_t            { font-size: 18px; line-height: 22px }
.l_t a:link     { color: #00c; text-decoration: none }
.l_t a:visited  { color: #00c; text-decoration: none }
.l_t a:hover    {COLOR: #990000; TEXT-DECORATION: underline}
.l_t a:active   { color: #00c; text-decoration: underline }

h1 a { display:block;
margin:0 auto;
height:100px;
width:700px;
background:url("http://shop.amigasa.jp/uwaki/top2.jpg");
background-repeat:no-repeat;
}
h1 span { display:none; }

h2{
margin: 10px 0px 10px 0px;
padding: 0px 0px 0px 0px;
color : #999999;
}
.t_bl   { color: #000; font-size: 16px; line-height: 20px }
.t_gr   { color: #696; font-weight: bold; font-size: 18px; line-height: 21px }
.t_re   { color: #c00; font-size: 17px; line-height: 20px }
.t_blb  { color: #000; font-weight: bold; font-size: 17px; line-height: 20px }
.t_blu  { color: #9cc; font-weight: bold; font-size: 16px; line-height: 20px }
.t_pub  { color: #c69; font-weight: bold; font-size: 18px; line-height: 21px }
.t_gra { color: #999; font-weight: bold; font-size: 18px; line-height: 21px }