@charset "UTF-8";

/* base */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 75%;
	color: #333333;
	line-height: 166%;
}

ul,ol,li {
	list-style: none;
}

h1,h2,h3,h4,h6,p,ul,ol,li,div,table,th,td,dl,dt,dd {
	text-align: left;
	font-size: 100%;
	font-weight: normal;
}

a	{
	color: #333;
	text-decoration: none;
}

a:hover	{
	color: #f49cc2;
}

img	{
	border: none;
}

li img	{
	vertical-align: bottom;
}

* html .clear	{
	height: 1%;
}

*:first-child+html .clear {
	height: 1%;
}

.clear:after	{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.over a:hover img{filter:alpha(opacity=60); opacity:0.6;}

#wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0 6px;
	background: url(/images/back_center.png) repeat-y center top;
}

/* header */
#header {
	width: 1000px;
	height: 73px;
	display: block;
	list-style-image: url(/images/header.png);
	list-style-position: inside;
}

.header_top {
	position: relative;
	padding: 0 30px 12px;
}

h1 a {
	display: block;
	height: 46px;
	padding-top: 12px;
	float: left;
}

.header_top h2 {
	float: right;
	padding-top: 18px;
}

#nav {
	display: none;
}

#topic_path {
	padding: 15px 30px 0px;
	font-size: 85%;
}

#topic_path li {
	padding-left: 5px;
	float: left;
}

#topic_path a {
	color: #f60;
	text-decoration: underline;
} 

#topic_path a:hover	{
	color: #ffaa66;
}

#topic_path a:active {
	color: #ffaa66;
}

.totop {
	margin: 0 -15px 5px 0;
}

.totop p {
	font-size: 85%;
	text-align: right;
}

.totop img {
	vertical-align: middle;
	margin-right: 5px;
}

.totop a {
	text-decoration: none;
}

/* footer */
#footer {
	width: 1000px;
	/*height: 189px;*/
	display: block;
	list-style-image: url(/images/footer.png);
	list-style-position: inside;
}

.footer_nav_01 {
	display: none;
}

.footer_nav_02 {
	display: none;
}

.footer_txt {
	display: none;
}

#copyright {
	display: none;
}
