@charset "utf-8";

#top-body {
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 0.75em;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #4D4D4D;
	text-align: center;
}

#top-main-box {
	width: 900px;
	text-align: left;
	margin: 0px auto;
}

#common-body {
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 0.75em;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #4D4D4D;
	text-align: center;
	background-image: url(/Portals/0/image/common/com_bk_head.gif);
	background-repeat: repeat-x;
}

table {
	font-size: 100%;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	line-height: 150%;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #4D4D4D;
}

h1, h2, h3, img, p, div{
	border:0px;
	margin: 0px;
	padding: 0px;
}

ul, li {
	border:0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	color:#FF7B00;
	text-decoration: underline;
}

a:hover {
	color:#0066FF;
	text-decoration: underline;
}

textarea, input, select {
	color: #4D4D4D;
	font-family: "MS UI Gothic", "Osaka", "ＭＳ Ｐゴシック", "arial", sans-serif;
	font-size: 100%;
}

/*ヘッダー*/
#hedder {
	background-color:#FFFFFF;
	margin:0px auto;
	width:900px;
	text-align:left;
}

.hedder-title {
	float:left;
	margin:10px 0px 5px;
}

.hedder-cp {
	float:right;
	margin:10px 0px 5px;
}

/*フッター*/
#footer {
	clear:both;
	background-image: url(/Portals/0/image/common/com_bk_foot.gif);
	background-repeat: repeat-x;	
}

#footer-box {
	width:900px;
	text-align:left;
	margin:0px auto;
}

#footer-link-box-left {
	float:left;
}

#footer-link-box-left p {
	display:inline;
	margin-right:20px;
}

#footer-link-box-right {
	float:right;
}

#footer-link-box-right p {
	display:inline;
}

.copyright-text {
	clear:both;
	font-size:0.8em;
	color:#999999;
}

/*各ページレイアウト*/
#contents {
	clear:both;
	background-image: url(/Portals/0/image/common/com_bk_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

#main-box {
	width:910px;
	margin:0px auto;	
}

#com-gnavi {
	float:left;
	padding:20px 0px 0px;
	width:160px;
}

#main-contents {
	float:right;
	text-align:left;
	width:700px;
}

.pankuzu {
	margin:20px 0px;
}

.com-h2 {
	background-image: url(/Portals/0/image/common/com_bk_h2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight:normal;
	font-size:1.2em;
	padding:20px 10px;
	margin-top:40px;
	width:680px;
		/*Win IE6対応*/
		_width:700px;
		_padding:20px 10px;
}

.com-h2_2 {
	background-image: url(/Portals/0/image/common/com_bk_h2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-weight:normal;
	font-size:1.2em;
	padding:20px 10px;
	margin-top:20px;
	width:680px;
		/*Win IE6対応*/
		_width:700px;
		_padding:20px 10px;
}

.com-h3 {
	background-image: url(/Portals/0/image/common/com_dotted_green.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-weight:normal;
	font-size:1.2em;
	color:#8ABD00;
	padding-bottom:5px;
	margin:30px 0px 10px;
	width:640px;
}

.com-text-box {
	width:640px;
	margin:20px 30px;
}

#pagetop-box {
	background-image: url(/Portals/0/image/common/com_dotted_gray.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin:40px 0px;
	padding:10px 0px 0px;
	text-align:right;
}

.img-left {
	float:left;
}

.img-right {
	float:right;
}

.clear-style {
	clear:both;
}

.com-table{
	width:640px;
	table-layout:fixed;
	margin:0px auto;
}

.com-cp-td {
	background-color:#9EC439;
	padding:5px 10px;
	text-align:center;
	width:100px;
	color:#FFFFFF;
	border-bottom:1px solid #ffffff;
	font-weight:bold;
}

.com-text-td {
	padding:5px 10px;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	vertical-align:top;
}
.com-text-td2 {
	padding:5px 10px;
	text-align:left;
	vertical-align:top;
}
/*テキスト装飾*/
.top-10px {
	margin-top:10px;
}

.top-20px {
	margin-top:20px;
}

.bottom-10px {
	margin-bottom:10px;
}

.bottom-20px {
	margin-bottom:20px;
}

.text-red {
	color:#f30002
}
.text-black {
	color:#000000;
}
.text-blue {
	color:#0002fd;
}

.text-green-bold {
	color:#9EC439;
	font-weight:bold;
}



