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

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

ベース

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

リンク

=======================================*/
a:link {
	color: #EB0158;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #448D00;
}
a:hover {
	text-decoration: underline;
	color: #002341;
}
a:active {
	text-decoration: none;
	color: #002341;
}
/*======================================

コンテンツベース

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

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

メニュー

=======================================*/
.base .header ul {
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	width: 430px;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.base  .header  ul  li {
	float: left;
}
.base   .header   ul   li   a,.base .header .menus a:hover {
	width: 100px;
	display: block;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #EFEFEF;
}
.base  .header  .menu  a:hover , .header .menus a {
	background-color: #EFEFEF;
	letter-spacing: 2px;
	border-top-color: #999999 !important;
	border-top-width: 3px;
	border-top-style: solid;
}
/*======================================

タイトル

=======================================*/
.base .header h1 {
	line-height: 200px;
	background-image: url(background.jpg);
	margin: 0px;
	height: 200px;
	padding-left: 25px;
	letter-spacing: 4px;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EFEFEF;
	border-bottom-color: #EFEFEF;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.base .main .t {
	line-height: 30px;
	background-image: url(bag.png);
	border: 1px solid #EFEFEF;
	padding-left: 20px;
	letter-spacing: 3px;
	font-weight: bold;
}
.base .main .t:first-letter {
	color: #F652A8;
}
.base .main .td {
	line-height: 1.8em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
/*======================================

フッター

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

メルフォ

=======================================*/
textarea, input {
	background-image: url(bag.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #FFFFFF;
	margin: 3px;
	border: 1px solid #EFEFEF;
}
