/*
	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;
}

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;
}



/* ******************************************************** */
/* body要素 */

body {
	font-family:"メイリオ",Meiryo,  "Hiragino Kaku Gothic Pro", sans-serif;
	/*border-top: solid 3px maroon;*/
	background-color: white;
}

a:link {
	text-decoration: none;
	color: darkslategrey;
}
a:visited {
	text-decoration: none;
	color: darkslategrey;
}
a:hover, a:active {
	text-decoration: underline;
	color: darkgrey;
}
a {
	color: #01b2a8;
	text-decoration: none;
}


/* 外枠のデザイン */

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

}


H2 {
	border-style: solid; border-color: #00C0C0;
	border-width: 0 0 6 32;
	margin-left: 150px; padding-left: 16px; margin-right: 150px;
	padding-bottom: 10px;
	margin-top: 10px; margin-bottom: 10px;

	font-size: 20pt; font-weight: bold; 
}

/*　<!--　CSSのみでマウスオーバー時に白く半透明に  -->　*/
a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}
/* 微調整　*/
.kouyaboook {clear: both;

}
.centered {
 margin-right : 100px;
}

/* topicPath */

#topicPath_01 {
	  
    margin:10px 0;
    clear: right;  
}  

/* topicPath */

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

}  

/* フッターのデザイン */

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


