@charset 'UTF-8';

*{
margin:0;
padding:0;
font-style:normal;
}

/* 背景色 */
html,
body{
margin:0 auto;
background:#006699 url(i/topbg.jpg) repeat-x;
text-align:center;
}

h2,h3,h4,h5,h6{
color:#fcfce0;
font-weight:bold;
}

h2{
font-size:18px;
}
h3{
font-size:12px;
}
h4{
font-size:11px;
}

p{
color:#fff;
}

.C0{
margin:0 20px;
}

li{
color:#fff;
}

/* リンク色 */
a{
color:#fff;
text-decoration:none;
}
a:link{
color:#ffffcc;
}
a:visited{
color:#ccffff;
}
a:hover{
color:#006699;
background:#fff;
}
a:active{
color:#006699;
background:#fff;
}
a img{
border:none;
}

strong{
font-size:16px;
color:#feac33;
font-weight:bold;
}

em{
font-size:16px;
font-style:italic;
}

ins{
border-bottom:1px solid #eee;
text-decoration:none;
}

del{
text-decoration:line-through;
}

blockquote{
margin:5px 5px;
padding:2px 15px;
	border-width: 2px;
	border-color: #ffffff #f2f2f2 #f2f2f2 #ffffff;
	border-style: ridge groove groove ridge;
background:url();
color:#000;
}

/* 全体の幅・フォントなど */
div#layout{
width:751px;
margin:0 auto 10px auto;
background: url(i/layoutbg.jpg) repeat-y;
color:#ffffcc;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Tahoma", "HiraMaruPro-W4", "ヒラギノ丸ゴ Pro W4", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", sans-serif;
text-align:center;
}

div#header,
div#footer{
width:100%;
}

/* ヘッダー部分 */
div#header{
height:135px;
background: url(i/header.jpg) no-repeat;
}
div#header2{
height:306px;
background: url(i/header2.jpg) no-repeat;
}

/* フッター部分 */
div#footer{
height:187px;
background: url(i/footer.jpg) no-repeat;
}

/* 段組 */
div#sub1{
text-align:center;
}

div#sub2{
text-align:center;
}

div#sub3{
text-align:center;
}

/* テーブル */
table{
border:none;
width:613px;
margin:0 auto 0 auto;
}
td{
vertical-align: bottom;
}
.c1{
width:153px;
height:133px;
text-align:center;
}

.c2{
width:153px;
height:129px;
text-align:center;
}

/* Feed */
.rss-box{
padding:35px 10px 10px 40px;
margin:0 0 20px 210px;
background: url(i/news_bg.jpg) no-repeat;
font-size:13px;
text-align:left;
}

.rss-box-boss{
padding:40px 10px 10px 40px;
margin:0 120px 0 120px;
background: url(i/dairy_bg.jpg) no-repeat;
font-size:13px;
text-align:left;
}

/* サイト名 */
h1{
color:#668a8f;
font-size:30px;
text-align:center;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active{
color:#668a8f;
text-decoration:none;
}

/* サイトの解説 */
div.description{
color:#668a8f;
font-size:16px;
text-align:center;
}

/* カウンター */
div.counter{
border:none;
color:#000;
font-size:12px;
text-align:center;
}

/* footer */
/* Copyright */
address{
padding:60px 0 60px 0;
color:#fff;
font-size:12px;
font-style:normal;
text-align:center;
}

/* クリア */
br.cancel{
clear:both;
font-size:0;
line-height:0;
}
