/**************************************************************************************
全ブロックの共通設定
**************************************************************************************/
body,td,th {
	font-family: Georgia, Meiryo,Verdana,Osaka,Chicago, serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*======================================

リンク

=======================================*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #ef8184;
}
a:active {
	text-decoration: none;
	color: #666666;
}
/*======================================

ベース

=======================================*/
.base {
	width: 600px;
	margin: auto;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
/*======================================

ヘッダー

=======================================*/
.base .header {
	background-image: url(http://file.wo6.pazru.com/bg2.gif);
	height: 220px;
}
.base .header h1 {
	padding: 0px;
	text-align: center;
	font-size: 60px;
	margin: 0px;
	color: #000000;
	letter-spacing: -2px;
	line-height: 140px;
	font-style: italic;
}
/*======================================

ヘッダー２

=======================================*/
.base .header2 {
	background-image: url(http://file.wo6.pazru.com/bg2.gif);
	height: 150px;
}
.base .header2 h1 {
	padding: 0px;
	text-align: center;
	font-size: 60px;
	margin: 0px;
	color: #000000;
	letter-spacing: -2px;
	line-height: 140px;
	font-style: italic;
}
/*======================================

メニュー

=======================================*/
.base .header ul {
	margin: 0px;
	list-style-type: none;
	height: 50px;
	background-image: url(http://file.wo6.pazru.com/opacity.png);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
.base .header .menu {
	float: left;
}
.base .header .menu a {
	line-height: 50px;
	display: block;
	width: 100px;
	text-align: center;
	color: #FFFFFF;
}
.base .header .menu a:hover {
	background-color: #000000;
}
/*======================================

メイン

=======================================*/
.base .main {
	padding-top: 10px;
	padding-bottom: 15px;
}
.base .main .t {
	background-image: url(http://file.wo6.pazru.com/1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 20px;
	letter-spacing: -1px;
	font-style: italic;
	font-weight: bold;
}
.base .main .td {
	line-height: 2em;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.base .footer .copy {
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 0px;
	text-align: center;
	background-color: #F6F6F6;
}
textarea,input {
    background: transparent;
	margin: 1px;
	padding: 1px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
	border:1px solid #eee;
}
/*======================================

小見出し

=======================================*/

/* 背景ライン */
.base .main .line {
	margin:10px 0px 0px 0px;
	background:url(http://file.wo6.pazru.com/dot-line2.gif) repeat-x center;
}
/* 文字 */
.base .main .title {
	color:#252525;
	font-size:90%;
	font-weight:bold;
	margin:0px 8px;
	padding:0px 2px 0px 2px;
	background:#ffffff;
}
/*======================================

パンくず

=======================================*/
.base .main ul {
	text-align:right;
	font-size:100%;
	margin:10px 8px 15px 0px;
}
.base .main .pan {
	display:inline;/* 横並び */
	margin:0px 0px 0px 1px;
}
/*======================================
