/* 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;
	background-position: -15px top;
}

#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;
}


.content p {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 1em;
	font-size: 100%;	
}
.content p.tel{
	font-size: 130%;
	text-align: center;
}
.content dl {
	width:97%;
	padding: 3px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	font-size: 110%;
}

.content dl dt {
	clear: both;
	float: left;
	text-align: right;
	display: block;
	width: 120px;
	font-weight: bold;
	padding-bottom: 3px;
}
.content dl dd {
	margin-left: 125px;
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/pdf-document.gif);
	background-repeat: no-repeat;
	padding-bottom: 3px;
}


.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;
}

.content ul.pdflist li {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/pdf-document.gif);
	background-repeat: no-repeat;
	padding-bottom: 3px;
	list-style-type: none;
}

.content ul.newslist {
	margin-left: 15px;
	list-style-type: none;
	display: block;
	margin-right: 10px;
}
.content ul.newslist li{
	margin-bottom: 1em;
	list-style-image: url(../images/news_liicon.gif);
	padding: 0px;
}
.content ul.newslist li em {
	font-style: normal;
	color: #996633;
}





/*追加メニュー*/
.content .marubox ul.tmenu {
	padding: 4px 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0 0 0 0;
}

.content .marubox ul.tmenu li {
	width: 500px;
	list-style-image: none;
	list-style-type: none;
	padding: 2px 7px 2px 20px;
	margin: 1px 2px 4px 1px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #d2d2d2;
	background-color: #E0E0E0;
	background-image: url(../../images/submenulist.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.content .marubox ul.tmenu li a {
	color: #000066;
	text-decoration: none;
}







/*追加テーブル*/
.content table.gairailist {
	margin-bottom: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content table.gairailist th{
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.content table.gairailist td{
	padding: 6px;
	border-bottom-width: none;
	border-bottom-style: none;
	border-bottom-color: none;
}

.content table.gairailist td ul { margin-left: 20px; }
.content table.gairailist td ul li{
	list-style-type: square;
	margin-left: 5px;
	margin-bottom: 0.8em;
}
.content table.gairailist th h3{
	background-image: url(../../images/title_gairaiinfo.gif);
	padding-top: 6px;
	text-align: center;
	width: 120px;
	border: 1px solid #B6E0F8;
	height: 24px;
	font-size: 100%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content table.gairailist td h3{
	background-image: none;
	font-size: 150%;
	padding: 0px;
	margin: 5px 0 0 0;
}



.youshiki dl dd {
	margin-left: 10px;
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
	background-image: url(../images/pdf-document.gif);
	background-repeat: no-repeat;
	padding-bottom: 3px;
}

.pagetop {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 5px;
	font-size: 105%;
}