body {
	letter-spacing: 0.15em;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p, th, td, li {
	line-height: 1.5;
	font-size: 16px;
	padding: 5px;
}
h1 {
	margin : 10px 0 0;
}
h2 {
	color: #FFF;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	height: 60px;
	line-height: 60px;
}
h3 {
	color: #633;
	font-size: 18px;
	line-height: 35px;
	background: url(/ponytail/images/h3_bg.jpg) no-repeat;
	height: 35px;
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 20px;
}
h4 {
	color: #EABA13;
}
strong {
}
img {
	border-style: none;
}
/*----- link -----*/

a:link, a:visited, a:hover, a:active {
	color:#693;
}
a:hover {
	color: #600;
	text-decoration: none;
}
/*----- #contents -----*/

#contents {
	width: 980px;
	margin:0px auto;
	padding: 0px;
	text-align:left;
}
#header {
	margin-bottom: 10px;
}

/*----- #menu -----*/

#menu {
	width : 980px;
	height : 35px;
	background-image : url(/ponytail/images/menu_bg.jpg);
	padding : 0;
	margin : 0;
	clear: both;
}
#menu ul {
	text-align:center;
	list-style : none;
	padding : 0;
	margin : 0;
}
#menu li {
	float:left;
	width: 93px;
	height: 35px;
	line-height: 35px;
	background-image : url(/ponytail/images/menu_bg.jpg);
	padding : 0;
	margin : 0;
}
#menu a:link, #menu a:visited, #menu a:active {
	color:#FFF;
	display:block;
	width: 100px;
	text-decoration: none;
}
#menu a:hover {
	color: #FF6;
	text-decoration: underline;
}

/*----- main -----*/
#main {
	clear: both;
}
/*----- ctable -----*/

div.ctable {
	text-align: center; /* IEでセンタリングさせる方法 */
}
div.ctable table {
	margin: auto;     /* 標準のセンタリング方法 */
	text-align: left; /* IE用方法の弊害対策用 */
}
/*-----#footer -----*/

#footer {
	color:#CCC;
	clear: both;
	text-align:center;
	padding : 20px 0 0;
	margin : 50px 0 0;
	border-top: 1px solid #999999;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:hover {
	color:#CCC;
	text-decoration: none;
}
/*----- tbl1 -----*/

.tbl1 {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
.tbl1 th {
	padding: 5px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.tbl1 td {
	padding: 5px;
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
}
/*----- other -----*/

.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.red {
	color: red;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.waku {
	padding: 5px;
	border: 1px dotted #666;
	width: 870px;
}
