﻿@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: "ＭＳ Ｐ明朝";
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 0;
	word-wrap: break-word;
}

body,div,h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,input,textarea,pre,fieldset,blockquote,table,thead,tbody,tfoot,caption,th,td,
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { margin: 0; padding: 0; }
ul, li, dl, dt, dd { list-style-type: none; line-height: 1.4em; }
a { color: #000 ;}
a:hover { color: #ac1000;}
hr { display: none; }
em, address { font-style: normal; }
strong { font-weight: bold; }
.clear { clear: both; }
.fL { float: left; }
.fR { float: right; }
.img_fL { float: left; margin: 0 10px 10px 0; }
.img_fR { float: right; margin: 0 0 10px 10px;  }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
p { line-height: 1.4em; color: #000; font-size: 12px; }
img { border: 0; }
section,article,aside,nav,menu,canvas,details,figure,figcaption,footer,header,hgroup,summary { display: block; }
mark { background: rgba(255,255,255,0.2); }


ruby {
	display: inline-table;
	margin: 0;
	padding: 0;
	border: none;
	white-space: nowrap;
	text-indent: 0;
	vertical-align: text-bottom !important;
	text-decoration: none;
	text-align: center;
	line-height: 100%;
}

ruby rt, a:link ruby rt, a:visited ruby rt {
	display: table-header-group;
	margin: 0;
	padding: 0;
	border: none;
	font: inherit;
	font-size: 70%;
	line-height: 100%;
	text-decoration: none;
}

ruby rp { display: none; }

#form input {
	margin: 0;
	padding: 2px 3px;
}

/*------------clearfix-------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*-------------------------------------------------------

	common

--------------------------------------------------------*/

body {
	background: #e4e4e4;
}

#wrapper {
	padding: 0 0 50px 0;
	width: 1180px;
	margin: 0 auto;
	
}

#top-contents {
	padding: 0 10px 30px;
	background: #fff;
}

#header {
	padding: 50px 20px;
	margin: 30px 0;
	background: #aa0000 url(../images/header.png) right 0 no-repeat;
}

#header h1 {
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#sTitle {
	text-align: center;
	padding: 20px 0;

}

#sTitle a {
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

#text {
	padding: 0 0 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

#text p {
	line-height: 18px;
	text-indent: 10px;
	padding: 10px 20px;
}

#name {
	padding: 20px;
	font-weight: bold;
	font-size: 14px;
	text-align: right;
}

/*-------------------------------------------------------------
/*list
-------------------------------------------------------------*/
.list_catesearch {
	text-align: center;
	padding: 20px 0 10px;
}

.list_catesearch02 {
	text-align: center;
	padding: 60px 0;
	background: #fff;
}

.list_catesearch a,
.list_catesearch02 a {
	text-decoration: underline;
}

.list_catesearch a:hover,
.list_catesearch02 a:hover {
	color: #ab000c;
	text-decoration: none;
}

.list_catesearch li,
.list_catesearch02 li {
	display:inline;
	padding-left: 7px;
	padding-right: 10px;
	border-right: 1px solid #333;
}

.list_catesearch li:first-child,
.list_catesearch02 li:first-child {
	border-left: 1px solid #333;
}

#link {
	padding: 10px 0;
}

#link ul {
	padding: 0 20px;
}

#link li {
	float: left;
}

#link li a {
	display: block;
	width: 160px;
	padding: 0 15px 0 20px;
	background: url(../images/icon.png) 0 0 no-repeat;
}

#footer {
	padding: 130px 0 50px;
	background: url(../images/eye.png) 0 0 no-repeat;
	
}

#copyright {
	clear: both;
	padding: 70px 0 0;
	text-align: center;
}

/*------------------------------------------------------------

 pagetop

-------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 14px;
	clear:both;
}

#page-top a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
	width: 170px;
	font-weight: bold;
	padding: 10px 0;
	border-radius: 5px;
	background: #000;
}

#page-top a:hover {
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	background: #fff;
}



