@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img{
	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;
}
 
a{
	text-decoration:none;
}
 
a:hover,a.selected{
	text-decoration:none;
}
 
a {
/*\*/
	overflow: hidden;
/**/
}

/* clear fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
 
.clearfix {
	display: inline-table;
	min-height: 1%;
}


/* font */

body{
	font:13px/1.231 Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height:1.38em;
	*font-size:small;
	*font:x-small;
}
 
select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}
 
table{
	font-size:inherit;
	font:100%;
}
 
pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:99%;
}

.ime-off {
	ime-mode: disabled;
}
.ime-on {
	ime-mode: active;
}

/* header */

#header {
	width: 1080px;
	margin: 0 auto;
}

/* nav */

#nav {
	width: 1080px;
	margin: 0 auto;
	border-top: 6px solid #4a167d;
}

#nav ul {
	overflow: hidden;
	background: url("../images/common/nav_bg.png") left center repeat-x;
	height: 53px;
	padding-left: 28px;
}

#nav ul li {
	float: left;
	height: 49px;
	overflow: hidden;
}

#nav ul li.selected a img,
#nav ul li a:hover img {
	margin-top: -49px;
}

/* contents */

#contents {
	width: 1020px;
	margin: 0 auto;
	padding-top: 30px;
}
/* sub nav */

#sub-nav {
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}

#sub-nav ul li {
	display: inline;
	background: url("../images/common/sub_nav_bar.png") left center no-repeat;
	padding: 0 15px;
}

#sub-nav ul li:first-child {
	background-image: none;
}

#sub-nav ul li a {
	color: #4a167d;
	text-decoration: underline;
}

#sub-nav ul li a:hover {
	color: #f08200;
}

/* contact */

#contact {
	width: 1080px;
	margin: 0 auto;
	background: url("../images/common/contact_bg.png") center bottom no-repeat;
	padding-top: 30px;
	padding-bottom: 12px;
}

#contact dl {
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 58px;
	padding-left: 250px;
}

#contact dl dt {
	float: left;
	padding-top: 50px;
	padding-right: 30px;
}

#contact dl dd {
	float: left;
	padding-left: 30px;
	border-left: 4px solid #caa9ea;
	line-height: 1.4;
}

#contact dl dd .tel span {
	color: #4a167d;
	font-weight: bold;
	font-size: 25px;
}

#contact dl dd .fax span {
	color: #f08200;
	font-weight: bold;
	font-size: 25px;
}

#contact dl dd a {
	color: #000000;
	text-decoration: none;
}

#contact dl dd a:hover {
	text-decoration: underline;
}

#contact .to-top {
	text-align: right;
	padding-right: 35px;
}

#contact .to-top a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/* footer */

#footer {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}

#footer p {
	padding: 4px 0;
}

#footer .policy {
	float: left;
	width: 328px;
	border-bottom: 6px solid #4a167d;
}

#footer .policy a {
	color: #4a167d;
	text-decoration: underline;
	background: url("../images/common/privacy_link_arrow.png") left center no-repeat;
	padding-left: 15px;
}

#footer .policy a:hover {
	color: #f08200;
}

#footer .copy {
	float: right;
	width: 752px;
	text-align: right;
	border-bottom: 6px solid #f08200;

}


/* modal window background */

.overlay {
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}