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

/*======================================

ベース

=======================================*/
body,td,th {
	font-family: Trebuchet MS, Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #FFDAB9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #FFA500;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FFA500;
}
a:active {
	text-decoration: none;
	color: #FFA500;
}
/*======================================

コンテンツ　ベース

=======================================*/
.base {
	width: 800px;
	border: 1px solid #FFA500;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}
/*======================================

カテゴリー

=======================================*/
.category {
	width: 670px;
	border: 1px solid #FFA500;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
        padding: 10px 20px;
	background-color: #FFFFFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;

}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	line-height: 200px;
	background-image: url(05.jpg);
	margin: 0px;
	height: 200px;
	padding-left: 25px;
	letter-spacing: 4px;
	font-size: 40px;
	font-weight: bolder;
	color: #000000;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFEFD5;
	border-bottom-color: #FFEFD5;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.base .main .t {
	line-height: 30px;
	background-image: linear-gradient(white,white,white,#FFA500);
	border: 1px solid #FFA500;
	padding-left: 20px;
	letter-spacing: 3px;
	font-weight: bold;
}
.base .main .td {
	line-height: 1.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
/*======================================

フッター

=======================================*/
.footer {
	background-color: #FFEFD5;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFA500;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFA500;
	font-size: .9em;
	letter-spacing: 1px;
	text-align: center;
	padding: 15px;
}

