﻿@charset "UTF-8";

/* ///////////////////////////////////////////////////////////////////
奥ページ用のテンプレートになる部分
/////////////////////////////////////////////////////////////////// */

/* =========================================================
■header
========================================================= */
div#header {
	background : url(images/resource/title_bg.jpg) no-repeat;
	position : relative;
	width : 880px;
	height : 190px;
}

div#header h1 {
	position : absolute;
	left : 15px;
	top : 11px;
}

div#header h1 img {
	width : 396px;
	height : 166px;
}

div#header p#sub {
	position : absolute;
	left : 422px;
	top : 66px;
}

div#header p#sub img {
	width : 118px;
	height : 113px;
}

div#header p#catch {
	position : absolute;
	left : 200px;
	top : 18px;
}

div#header p#catch img {
	width : 443px;
	height : 36px;
}

/* =========================================================
■contents
========================================================= */
div#contents {
	width : 880px;
	padding : 20px 0 0;
	background-color : #FFF;
}

/* =========================================================
■footer
========================================================= */
div#footer {
	width : 880px;
	padding:15px 0 0;
	margin-top:20px;
	border-top : 1px dashed #333;
	background-color:#FFF;
}

div#footer p#back {
	width : 74px;
	padding : 8px;
	margin : 0 auto;
	background-color : #fca53e;
	text-align : center;
}

div#footer p#back a {
	color : #FFF;
	font-weight:bold;
	text-decoration:none;
}

div#footer p#back a:hover {
	text-decoration:underline;
}

div#footer p#copyright {
	margin : 15px 0 10px;
	text-align : center;
	font-size : 0.7em;
	font-weight:bold;
}
