﻿@import "reset.css";
html {
	background: #701631;
}

body {
	background: #ffffff;
}

a:link {
	color: #5e5e5e;
	text-decoration: none;
}

a:visited {
	color: #5e5e5e;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 940px;
	margin: 0 auto;
}
#global{
	margin:18px 0px 15px;
}
#global li{
	height: 36px;
	background: #ffffff url("../img/dot_common.gif");
}
#global li.li4{
	height: 36px;
	background:none;
}
.contact {
	margin: 10px 0 0 0;
}


#footer {
	padding: 20px 0 0 0;
	background: #962a4a;
}

#footer #footer_sub {
	width: 930px;
	margin: 0px auto 20px auto;
	background:  url("../img/dot_footer.gif") repeat-y;
}

#footer li {
	line-height: 150%;
}

#footer ul {
	float: left;
	width: 154px;
}

#footer ul ul {
	padding: 0 0 0 1em;
}

#footer a{
	color: #ffffff;
}

.copyright {
	text-align: right;
	background: #701631;
	padding: 5px 0;
	font-size: 120%;
}

.copyright_sub {
	width: 940px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 70%;
	letter-spacing:0.1em;
}



#pagetop{position:fixed;right:20px;bottom:26px;margin:0;}

.cl {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}



/*その他*/
/* ***************************************************
 *hover
*************************************************** */

img.hover:hover{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}
input.hover:hover{
/*モダンブラウザ用*/
opacity:0.8;
/*IE7以下用*/
filter:alpha(opacity=80);
/*IE8用*/
-ms-filter:"alpha(opacity=80)";
}

