@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	background:url(../images/header/bg.jpg) repeat-x;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	border:0;
}

h1,h2,h3,dl,dt,dd,form {
	margin:0;
	padding:0;
}

.width {
	width:850px;
	margin:0 auto;
}

.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	margin-top:-1px;
}

.ondes {
	color: #999;
}



/* ################## CSS Document ####################### */

#head {
	height:95px;
}

#head h1 {
	float:left;
	margin-top:20px;
}

#head .call {
	float:right;
}

#head .call dt {
	text-align:right;
	margin:22px 0 0;
}

#head .call dd {
	float:right;
	margin:7px 0 -7px 5px;
}

#head .call dd a {
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#head .call dd a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}



/* ################## CSS Document ####################### */

.button {
	clear:both;
	height /**/:45px;
	_height:42px;
	text-align: left;
	color:#216CBC;
	padding /**/:13px 0 0;
	_padding:14px 0 0;
}
.button a {
	padding:0 18px;
	font-size:90%;
	line-height:100%;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}
.button a:hover {
	color:#FC0;
}



/* ################## CSS Document ####################### */

.crumb {
	font-size:60%;
	line-height:100%;
	color:#CCC;
	margin-bottom:20px;
}
.crumb a {
	margin-right:5px;
	text-decoration:none;
}
.crumb strong {
	color:#333;
	font-weight:normal;
	margin-left:5px;
}




/* ################## CSS Document ####################### */

.footer {
	padding:20px 0 10px;
	zoom:100%;
}


.footer .link {
	clear: both;
	border-top:solid 2px #CCC;
	border-bottom:dotted 1px #CCC;
	padding:10px 0 9px;
	font-size:70%;
	color:#CCC;
	text-align:center;
}
.footer .link a {
	color:#888;
	margin:0 10px;
	font-weight:bold;
	text-decoration:none;
}
.footer .link a:hover {
	color:#006699;
	text-decoration:underline;
}


.footer .left {
	float:left;
	font-size:60%;
}

.footer .left .sub_link {
	margin:20px 0 10px;
}
.footer .left .sub_link a {
	margin:0 10px 0 0;
	filter: alpha(opacity=100);
	opacity: 1.0;
}
.footer .left .sub_link a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.footer .left p {
	margin:2px 0 0;
	color:#999;
}


.footer .right {
	float:right;
	width:270px;
}

.footer .right .operation {
	text-align:right;
	margin:15px 0 8px;
}

.footer .right p {
	font-size:55%;
	color:#999;
	margin:0;
}
.footer .right p img {
	float:left;
	padding:4px 5px 0 0;
}
.footer .right p a {
	color:#999;
}

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



/* ################## COLOR Document ####################### */

.red {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

.yellow {
	background-color:#FFFF00;
}

.u {
	text-decoration:underline;
}