/* ウインドウページ基本 */

body {
	font-size: 12px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.6em;
	background-image: url(../p_common/bg_pattern_wd.gif);
	background-repeat: repeat;
}

img {
	vertical-align: top;
}
h2 {
	color: #933;
	padding-bottom: 5px;
}


a {
	color: #CC0033;
}

a:visited {
	color: #800000;
}

a:hover {
	color: #FF4500;
}

a:active {
	color: #FFA500;
}
#wrapper {
	width: 740px;
	margin: 20px auto auto;
}



#tit {
	font-size: 14px;
	line-height: 1em;
	height: 26px;
	width: 705px;
	background-image: url(../p_notice/bg_titbar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 14px;
	padding-left: 35px;
}
#contents {
	width: 700px;
	background-image: url(../p_notice/bg_contents.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#contents p {
	padding-bottom: 10px;
}



#pagetop {
	text-align: center;
	width: 700px;
	height: 12px;
	clear: both;
	padding-top: 20px;
}

#footer {
	width: 700px;
	background-image: url(../p_notice/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	text-align: center;
	padding: 10px 20px 20px;
}
.ph-right {
	padding: 0px 0px 20px 20px;
	float: right;
}


.pframe1 {
	width: 330px;
	float: left;
	padding-right: 40px;
}
.pframe2 {
	width: 330px;
	float: left;
}
address {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

