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

/* --- NF --- */
a {
	color: #444444;
/*	text-decoration: none;*/
}

/*a:visited {
	color: #333333;
	text-decoration: none;
}*/

a:hover {
	color: #666666;
	text-decoration: underline;
}

/* --- S --- */
img {
	vertical-align: top;
	border: 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.cb {
	clear: both;
}

body {
	background-color: #FFFFFF;
	color: #444444;
}

/* --- wb_[ --- */
#top {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 82px;
}

#header #logo {
	padding-top: 17px;
	padding-left: 10px;
}

#header #logo #title {
	padding-top: 3px;
	padding-left: 10px;
}

#header #logo #title h2 {
	padding-top: 5px;
	padding-left: 1px;
}

#header ul {
	padding-top: 20px;
	padding-right: 10px;
}

#header ul li {
	padding-bottom: 5px;
}

#gnavi li {
	float: left;
}

/* --- C --- */
#main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#mainArea {
	width: 670px;
}

/* --- ETCh --- */
#sideArea {
	width: 200px;
	padding-left: 30px;
}

.side {
	padding-bottom: 15px;
}

.sideContents {
	background-color: #FFF4F7;
	padding: 12px 9px 5px 9px;
}

.sideContents li {
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 10px;
	line-height: 1.4em;
}

.sideContents .left {
	width: 95px;
	line-height: 1.3em;
}

.sideContents .right {
	width: 82px;
	padding-bottom: 10px;
}

/* --- tb_[ --- */
#bottomWrap {
	background-image: url(../img/bottom_bg.jpg);
	background-repeat: repeat-x;
}

#bottom {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footernavi {
	height: 28px;
	padding-left: 5px;
}

#footernavi ul {
	padding-top: 7px;
}

#footernavi ul li {
	float: left;
	padding-right: 25px;
}

#footernavi p {
	padding-top: 6px;
}

#footer {
	height: 67px;
}

#footer p {
	padding-top: 16px;
}

#footer address {
	padding-top: 26px;
}
