﻿/*****************************************************/
/*   制作者:     TWProducts                          */
/*   URL:        http://www.twproducts.jp/           */
/*   バージョン: 1.0                                 */
/*   制作日:     2009.05.01                          */
/*****************************************************/

@import url("./common.css");

/*************************/
/*     ボディ関連        */
/*************************/

body {
	font-family		:'Palatino Linotype';
	color			:#000000;
	background-color	:#e7e7eb;
	margin			:0px 0px 0px 0px;
	padding			:0px 0px 0px 0px;
}

#container {
	position		:absolute;
	top			:50%;
	left			:50%;
	overflow		:visible;
	width			:420px;
	text-align		:center;
	margin			:-157px 0px 0px -210px;
	padding			:0px 0px 0px 0px;
}

/*************************/
/*     メイン            */
/*************************/

#top_logo {
	margin			:0px 0px 0px 0px;
	padding			:0px 0px 0px 0px;
}

#top_logo h1 {
	margin			:0px 0px 0px 0px;
	padding			:0px 0px 0px 0px;
}

#top_title {
	margin			:10px 0px 0px 0px;
	padding			:0px 0px 0px 0px;
}

#top_title h2 {
	margin			:0px 0px 0px 0px;
	padding			:0px 0px 0px 0px;
}

#top_menu {
	font-weight		:mormal;
	font-size		:18px;
	margin			:50px 0px 0px 0px;
	padding			:0px 0px 0px 0px;
}

#top_menu a:link,
#top_menu a:visited,
#top_menu a:active {
	text-decoration		:none;
	color			:#000000;
}

#top_menu a:hover {
	text-decoration		:none;
	color			:#9400d3;
}

#top_menu a span {
	display			:none;
}

#top_menu a:hover span {
	display			:inline;
	position		:absolute;
	width			:auto;
	height			:auto;
	font-size		:10px;
	font-family		:'ＭＳ 明朝';
	color			:#372406;
	background-color	:#d1ffa3;
	border-width		:1px;
	border-style		:dotted;
	border-color		:#372406;
	margin			:-14px 0px 0px 0px;
	padding			:1px 1px 1px 1px;
}

/*************************/
/*     フッター          */
/*************************/

#footer {
	width			:100%;
	height			:50px;
	position		:fixed;
	bottom			:0px;
	text-align		:center;
	color			:#000000;
	background-color	:#e7e7eb;
	margin			:5px 0px 0px 0px;
	padding			:0px 0px 0px 0px;
}

#footer #copyright {
	font-size		:12px;
	margin			:0px 0px 0px 0px;
	padding			:3px 3px 3px 3px;
}

