/* CSS Document */
/* ***********************************************************
 *
 * Since:     2006-4-1
 * Modified:  2006-04-24
 * Guideline: Ver.1.00
 * Editor:    Noriyoshi Komura
 *
 * ***********************************************************
 */


/*必要CSSをロード*/
@import url("../../css/base.css");

/*head*/
#head {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow:hidden;
	padding: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #E8879B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

#head p {
	margin: 0px;
	padding: 0px;
}

#head p a {
	display:block;
	height: 75px;
	width: 240px;
	background-image: url(../images/head_title.gif);
	float: left;
}

#head span { display: none; }

#head ul {
	position: static;
	top: 0px;
	display: block;
	background-color: #FFFFFF;
	padding: 0px;
	height: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 226px;
	float: right;
	margin-top: 8px;
}

#head ul li { display: inline; }

.content p {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 1em;
	font-size: 100%;
}

.content p.tel {
	font-size: 130%;
	text-align: center;
}

.content ul { margin-left: 35px; }

.content ul li {
	list-style-type: square;
	margin-left: 5px;
	margin-bottom: 0.8em;
}

.content table {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #066291;
}

.content table th {
	padding: 5px 3px;
	background-color: #066291;
	text-align: center;
	color: #FFFFFF;
	font-size: 100%;
}

.content table td {
	padding: 5px 3px;
	font-size: 100%;
}

.content table tr td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.content table th h3 {
	background-image: none;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

.content table td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.content span {
	color: #FF0000;
	font-size: 100%;
}

.content table tr strong { font-size: 140%; }

.content .thanks { }

.content .thanks h4 {
	font-size: 200%;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	color: #CC0000;
	margin-bottom: 15px;
}

.content .thanks p {
	font-size: 120%;
	text-align: center;
}

