﻿@charset "utf-8";

/* =======================================
   body
======================================= */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Verdana,Osaka,sans-serif;
	line-height: 1.6;
	text-align: center;
	background: #fff;
	border-top: 3px solid #45bcfc;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* =======================================
   parts
======================================= */

div {
	text-align: left;
}

.left {
	margin-right: 10px;
	float: left;
}

.right {
	margin-left: 10px;
	float: right;
	text-align: right;
}

.left, .right {
	font-size: 90%;
}

.left img, .right img {
	margin-bottom: 2px;
}

.center {
	text-align: center;
}

#pagetop {
	width: 860px;
	margin: 0 auto;
	text-align: right;
	clear: both;
}

.totop {
	margin-right: 5px;
	text-align: right;
	font-size: 12px;
}

.totop a {
	padding-left: 10px;
	color: #666 !important;
	background: url(../../img/arrow.gif) no-repeat 0 50%;
}

/* =======================================
   header
======================================= */

#header {
	width: 880px;
	height: 73px;
	margin: 0 auto 15px auto;
	position: relative;
}

#header h1 {
	width: 148px;
	height: 43px;
	position: absolute;
	top: 30px;
	left: 0;
}

.h1 {
	padding-top: 7px;
	color: #999;
	font-size: 90%;
}

.dial {
	position: absolute;
	top: 48px;
	left: 163px;
}

.contact {
	width: 265px;
	height: 37px;
	position: absolute;
	top: 0;
	right: 0;
}

/* utility
-------------- */

#utility {
	width: 302px;
	height: 12px;
	position: absolute;
	top: 58px;
	right: 0;
}

#utility ul {
}

#utility li {
	float: left;
	padding-left: 17px;
}

/* =======================================
   global-navi
======================================= */

#gnav {
	width: 880px;
	height: 54px;
	margin: 0 auto;
}

#gnav ul {
}

#gnav li {
	float: left;
}

/* =======================================
   topicpath
======================================= */

#topicpath {
	padding: 2px 0 3px;
	color: #666;
	font-size: 90%;
}

/* =======================================
   content
======================================= */

#content {
	width: 880px;
	margin: 0 auto;
	padding: 10px 0;
}

#main {
	width: 640px;
	margin-bottom: 20px;
	float: left;
}

/* =======================================
   side
======================================= */

#side {
	width: 220px;
	margin-bottom: 15px;
	float: right;
}

ul#side-menu {
	margin-bottom: 18px;
	padding-bottom: 10px;
	background: #c0e9fe url(../../img/bg_sidenav.gif) no-repeat center bottom;
}

ul#side-menu li {
	margin: 0 10px;
}

ul#side-bnr {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #e7e7e7;
}

ul#side-bnr li {
	margin-bottom: 10px;
}

#side span {
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
	padding: 0 2px;
	color: #666;
	font-size: 12px;
}

#side a {
	display: block;
}

#side .item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #e7e7e7;
}


/* =======================================
   information
======================================= */

#wrapper-info {
	width: 100%;
	background: #fbfbfb;
	border-top: 1px solid #ccc;
}

#information {
	width: 880px;
	margin: 0 auto;
	padding: 15px 0;
	line-height: 1.2;
	clear: both;
}

#information p strong {
	line-height: 1.6;
}

/* =======================================
   footer
======================================= */

#wrapper-foot {
	width: 100%;
	padding-bottom: 20px;
	background: #45bcfc;
}

#footer {
	width: 880px;
	margin: 0 auto;
	padding: 15px 0;
	color: #fff;
}

#footer a {
	color: #fff;
}

#footer ul {
	float: left;
}

#footer li {
	margin-right: 8px;
	padding-right: 8px;
	line-height: 1em;
	float: left;
	border-right: 1px solid #fff;
}

#footer li.last {
	border-right: none;
}

#footer p#copyright {
	font-size: 80%;
	font-family: Verdana;
	float: right;
}