#top{
background:url(img/top_bg.jpg) repeat-x;
}

#naka{
background:url(img/bg.jpg) repeat-x;
}


* {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#all{
border-left:1px solid #b0b0b0;
border-right:1px solid #b0b0b0;
width:800px;
margin:auto;
text-align:left;
}

#top_menu{
background:url(img/top_menu_bg.jpg)  repeat-x;
width:797px;
height:55px;
}

#top_info{
border:11px solid #D6EDFF;
}

#top_info ul{
margin:5px;
border-top:1px solid #D6EDFF;
}

#top_info li{
background:url(img/top_info_burette.jpg) no-repeat 0px bottom;
padding:8px 0 3px 28px;
}



#top_jimu{
background:url(img/top_jimu_bg.jpg) #B9F0E8 repeat-x;
}

#header{
background:url(img/header_bg.jpg) no-repeat;
height:95px;
}

#content{
background:url(img/content_bg.jpg) repeat-y;
}



#footer{
background:url(img/footer_bg.jpg)  repeat-x;
}

.bdr_fff{
border:1px solid #FFFFFF;
}



a:visited{
color:#595199;
text-decoration:none;
}


.a_black a:link{
color:#000000;
text-decoration:none;
}

.a_black a:hover{
color:#EF5701;
text-decoration:underline;
}


.a_red a:link{
color:#cc0000;
text-decoration:none;
}

.a_red a:hover{
color:#EF5701;
text-decoration:underline;
}


.a_blue a:link{
color:#064FA1;
text-decoration:none;
}

.a_blue a:hover{
color:#EF5701;
text-decoration:underline;
}


.a_blue_t a:link{
color:#003399;
text-decoration:underline;
}

.a_blue_t a:hover{
color:#EF5701;
text-decoration:underline;
}

.bcg_pink{
background:#FFAAAA;
}

.bcg_pink_t{
background:#FFEEE4;
}
.bcg_yellow{
background:#FFF6D1;
}




acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}


.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

.img img{margin-bottom: 8px;}