@charset "shift_jis";

/*========*/
/* ヘッダ */
/*========*/
#header {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#logo {
	width: 370px;
	float: left;
	padding-top: 15px;
}

#logo img {
	margin-top: 15px;
}

#logo p#h-copy {
	font-size: 84%;
}

#h-cts {
	width: 580px;
	float: right;
	overflow: hidden;
}

#h-cts-left {
	width: 280px;
	float: left;
	text-align: right;
}

#h-cts-right {
	width: 280px;
	float: right;
}

#fsize {
	padding-bottom: 15px;
	text-align: right;
}

#fsize li {
	list-style: none;
	display: inline;
	cursor: pointer;
}

#fsize li.p-reset {
	cursor: default;
}

#search {
	width: 280px;
	padding: 0 0 5px;
	margin-bottom: 5px;
}


/*==========================*/
/* グローバルナビゲーション */
/*==========================*/
#navi {
	width: 100%;
	background: url(../images/common/bg_navi.jpg) repeat-x;
	clear: both;
	zoom: 1;
}


/*====================*/
/* このページの先頭へ */
/*====================*/
#pagetop {
	width: 960px;
	margin: 0 auto;
	clear: both;
	zoom: 1;
}

#pagetop p {
	text-align: right;
}


/*======================*/
/* フッタナビゲーション */
/*======================*/
#f-navi {
	width: 100%;
	background: #EEEEEE;
}

#f-navi-cts {
	width: 166px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
	float: right;
}

#f-navi-cts td {
	vertical-align: top;
	padding-right: 5px;
}

#f-navi-cts p {
	background: url(../images/common/ico_arrow.gif) no-repeat left center;
	padding-left: 18px;
	font-weight: bold;
}

#f-navi-cts ul li {
	background: url(../images/common/ico_arrow02.gif) no-repeat 7px 6px;
	padding-left: 18px;
}


#f-navi-cts a:link,
#f-navi-cts a:visited {
	text-decoration: none;
}

#f-navi-cts a:hover,
#f-navi-cts a:active {
	text-decoration: underline;
}


/*========*/
/* フッタ */
/*========*/
#footer {
	width: 100%;
	border-top: solid 2px #FF8CB3;
}

#footer-cts {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 30px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#flogo {
	width: 76px;
	float: left;
}

#f-cts {
	width: 705px;
	float: left;
}

#f-cts img {
	margin: 5px 0 15px;
}