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

body {
	margin: 0px;
	padding: 0px;
	line-height: 125%;
	font-size: 100%;
	color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #663366;
	text-decoration: underline;
}
a:active,a:hover {
	color: #FF6600;
	text-decoration: none;
}
/*-- BOX LAYOUT --*/
.oya { 
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px; 
} 
.box {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 700px;
	border-left: 2px solid #D8D7C9;
	border-right: 2px solid #D8D7C9;
	background-color: #89C7EE;
}
/*-- CONTTNTS STYLE --*/
.header {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0084DD;
	background-color: #FFFFFF;
}
.head_bn {
	margin-left: 2px;
	margin-right: 10px;
}
.line_bg {
	background-image: url(../images/line_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
}
#tp_cont p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 70%;
}
#cont {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
}
#cont_main {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 13px;
}
.cont_main_pdt {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}
.cont_main_pdt p {
	font-size: 80%;
}
.seibun_txt {
	font-size: 75%;
	padding-left: 5px;
}
.seibun_title {
	font-size: 75%;
	background-color:#EEEEEE;
	padding: 5px;
	text-align: center;
}
.title_h3 {
	margin-bottom: 15px;
}
.gaiyo {
	font-size: 75%;
	padding: 5px;
}
.gaiyo p {
	margin-top: 0px;	
}
.gaiyo .emp {
	background-image: url(../images/bg_slash_y.gif);
	background-repeat: repeat;
}
.pdt_name {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
address {
	font-size: 75%;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
} 
