@charset "utf-8";
/*
	Yahoo UI Library Reset CSS
	http://developer.yahoo.com/yui/reset/
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ******************************************************** */
@charset "utf-8";
/* 外枠のデザイン */

#wrapper {
	width: 820px;
	margin: 0 auto;
	background-color: white;
/* outline: solid 1px red; */

}


/*ページの基本デザイン*/
body {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
	color: #666;
}
h1 {
	background-color: #87cefa; color: white;
	border-style: none; border-width: 1;
	margin-left: 100px; margin-right: 100px;
	font-size: 30px; font-weight: bold; font-family: Verdana; 
	-webkit-border-radius: 7px 7px 7px  7px;
	-moz-border-radius: 7px 7px 7px  7px;
	border-radius: 7px 7px 7px  7px;
	 
}


h2 {
	margin: 0;
	font-size: 110%;
}
h3 {
	margin: 0;
	font-size: 90%;
}
p {
	margin: 0;
	font-size: 90%;
	line-height: 1.6;
}
address {
	font-style: normal;
	text-align: center;
	font-size: 90%;
}
a {
	color: #01b2a8;
	text-decoration: none;
}
.article p img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 5px;
}
.article {
	padding: 5px;
	border: solid 1px #ccc;
	margin: 10px;
	min-height: 150px;
	zoom: 1;
}
.article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav ul {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}
.nav ul li {
	display: inline-block;
	padding: 0 5px;
	border-left: 1px solid #037d77;
}
.nav ul li:first-child {
	border-left: none;
}
.nav ul li#now a {
	color: #037d77;
	font-weight: bold;
}
/* フッターのデザイン */

#footer {
	clear: both;
width: 820px;
border-top: solid 1px maroon;
padding: 10px 0 30px 0;
}
#copyright {
	float:right;
}
/* topicPath */

#topicPath_01 {
	  
    margin:10px 0; 
    /* color: #000000; */ 
}  
#topicPath_01 li {
	  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
    border-style: solid; border-color: RED; border-width: 0 0 1px 0;
    


}

