/*ページタイトル*/
.title {
	height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2232A;
	font-size: 16px;
	font-weight: bold;
	color: #D2232A;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	padding-top: 10px;
}


/*レイアウト*/
#contents01{
	width:750px;
	background-color:#FFFFFF;
	margin-top: 6px;
	margin-left: 10px;
}


.contents-left {
	float: left;
	width: 160px;

}

.contents-right {

	float: right;
	width: 570px;
}

/*見出し*/
.terminal-midashi {
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	background-color: #D2232A;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F9C1E8;
	color: #ffffff;
}
.terminal-midashi-b {
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	background-color: #C846C8;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF00FF;
	color: #ffffff;
}
.terminal-bottom {
	text-align:right;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	background-color: #ffffff;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F9C1E8;
	color: #ffffff;
	margin-top: 0px;
}
.t-info-o {
border-left-color: #ff9900;
border-left-width: 7px;
border-left-style: solid;
padding-left: 5px;
font-size: 12px;
line-height : 14px;
} 
.t-info-g {
border-left-color: #66CC66;
border-left-width: 7px;
border-left-style: solid;
padding-left: 5px;
font-size: 12px;
line-height : 14px;
}
.t-info-mb {
border-left-color: #5189E6;
border-left-width: 7px;
border-left-style: solid;
padding-left: 5px;
font-size: 12px;
line-height : 14px;
float:inherit
} 
.t-info-mp {
border-left-color: #FF6699;
border-left-width: 7px;
border-left-style: solid;
padding-left: 5px;
font-size: 12px;
line-height : 14px;
}
.t-info-mp2 {
border-left-color: #FFA3C2;
border-left-width: 7px;
border-left-style: solid;
padding-left: 5px;
font-size: 12px;
line-height : 14px;
}
.t-info-mp3 {
border-left-color: #FFDFE9;
border-left-width: 7px;
border-left-style: solid;
padding-left: 5px;
font-size: 12px;
line-height : 14px;
}
.t-info-mr {
border-left-color: #D2232A;
border-left-width: 7px;
border-left-style: solid;
padding-left: 5px;
font-size: 12px;
line-height : 14px;
float:inherit
} 
.t-left {
	float:left;
}
.t-right {
	float:right;
}
.t-clear {
	clear:both;
}

.page-tit {
	height: 33px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 33px;
}
.page-tit-m {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D7D7D7;
	border-bottom-color: #D7D7D7;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding:0.3em 1em 0.3em 0em;
}
.page-tit-b {
	height: 33px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9C1E8;
	border-bottom-color: #F9C1E8;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	font-size: 14px;
	font-weight: bold;
	color: #D2232A;
	line-height: 33px;
}




/* メニュー */

.menu-list-ul{
  list-style-type : none;
	margin-top: 5px;
}

.menu-list-li{
	background : url(/images/common/icon_menu.gif) no-repeat 5px 5px ;
	list-style-type : none;
	margin-left:20px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	font-weight: lighter;
	color: #666666;
}

.menu-list-li02{
	background : url(/images/common/icon_menu.gif) no-repeat 5px 7px;
	list-style-type : none;
	padding-left: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 1.35em;
	font-weight: bold;
	color: #666666;
	padding-bottom: 3px;
	padding-top: 3px;
}


.menu-list-li03{
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	color: #666666;
	margin-left: 24px;
}


.menu-list-li04{
	height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	list-style-type : none;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
}


.menu-list-li05{
	height: 28px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #D7D7D7;
	list-style-type : none;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #666666;
	margin-top: 20px;
}


.menu-list-li06{
	background : url(/images/common/icon_menu.gif) no-repeat 5px center;
	list-style-type : none;
	padding-left: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	line-height: 2em;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}

a.menu-list:link {
	color: #666666;
	text-decoration: none;
}
a.menu-list:visited {
	color: #666666;
	text-decoration: none;
}
a.menu-list:hover {
	color: #663333;
	text-decoration: underline;
}
a.menu-list:active {
	color: #CC3333;
	text-decoration: underline;
}

a.menu-list-b:link {
	color: #D2232A;
	text-decoration: none;
}
a.menu-list-b:visited {
	color: #D2232A;
	text-decoration: none;
}
a.menu-list-b:hover {
	color: #D2232A;
	text-decoration: underline;
}
a.menu-list-b:active {
	color: #D2232A;
	text-decoration: underline;
}

.menu-list-ul a:link {
	color: #666666;
	text-decoration: none;
}
.menu-list-ul a:visited {
	color: #666666;
	text-decoration: none;
}
.menu-list-ul a:hover {
	color: #663333;
	text-decoration: underline;
}
.menu-list-ul a:active {
	color: #CC3333;
	text-decoration: underline;
}


/* パンクズ */
.pankuzu-area {
	height: 33px;
	font-size: 12px;
	line-height: 33px;
	color: #666666;
}

a.pankuzu-link:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.pankuzu-link:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a.pankuzu-link:hover {
	font-weight: bold;
	color: #663333;
	text-decoration: underline;
}

a.pankuzu-link:active {
	font-weight: bold;
	color: #663333;
	text-decoration: underline;
}


/* テキストエリア*/
.text-area {
	font-size: 12px;
	line-height: 1.5em;
	color: #4d4d4d;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 560px;
}
.text-area-b {
	font-size: 12px;
	line-height: 1.5em;
	color: #4d4d4d;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;	
	width: 560px;
}

.text-right{
	text-align: right;
}




/* 下部メニュー */
.txt-menu {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka;
	font-size: 12px;
	color: #666666;
}
a.txt-menu:link {
	color: #666666;
	text-decoration: none;
}
a.txt-menu:visited {
	color: #666666;
	text-decoration: none;
}
a.txt-menu:hover {
	color: #663333;
	text-decoration: underline;
}
a.txt-menu:active {
	color: #CC3333;
	text-decoration: underline;
}

