/*IFLAME内スクロールバー設定*/
/*縦スクロールバー有　→　横スクロールバー無*/
html{overflow-y: scroll;}

p {
	font-family: "ＭＳ　Ｐゴシック";
	font-size:11pt;
	color:#222222;
	margin:0 auto;
}
.w {
	color:#FFFFFF;
}
.s {
	font-size:10pt;
}
.b {
	font-size:14pt;
}
.b12 {
	font-size:12pt;
}
.s2 {
	font-size:10pt;
	width:150px;
	height:24px;
	text-align:center;
	line-height:1.8;
	background-color: #EEEEF9;
	margin:0 auto;
}
.s3 {
	font-size:10pt;
	width:449px;
	height:24px;
	line-height:1.8;
	text-indent:1em;
	background-color: #FFFFFF;
	margin:0 auto;
}
.s4 {
	width:1px;
	height:24px;
	background-color: #D6D6D6;
	margin:0 auto;
}
.s5 {
	font-size:10pt;
	height:20px;
	line-height:1.6;
	text-indent:0.4em;
	margin:0 auto;
}
.s6 {
	font-size:10pt;
	width:149px;
	height:24px;
	line-height:1.8;
	text-indent:1em;
	background-color: #FFFFFF;
	margin:0 auto;
}
.s7 {
	font-size:10pt;
	width:148px;
	height:24px;
	line-height:1.8;
	text-indent:1em;
	background-color: #FFFFFF;
	margin:0 auto;
}

img.ps-m { vertical-align: middle; }

.w a:link{
　color:#ffffff;
　text-decoration:underline;
}
.w a:visited{
　color:#ffffff;
　text-decoration:underline;
}
.w a:hover{
　color:#FFFF00;
　text-decoration:underline;
}
.w a:active{
　color:#ffffff;
　text-decoration:underline;
}

.thum {
	border: 1px solid #E2E2E2;
	margin: 5px;
}

/* ▼共通の装飾 */
div.hiddenmenus ul {
   list-style: none; /* リスト先頭の記号を消す */
   margin: 0px;    /* 本来の余白をなくす */
   padding: 0px;   /* 本来の余白をなくす */
   font-size: 90%; /* 文字を小さめにする */
   width: 10em; /* 横幅：10文字分 */
}
div.hiddenmenus li {
   border-width: 0px 1px 1px 1px; /* 左右と下に線を引く */
   border-style: solid; /* 線種：実践 */
   border-color: green; /* 線の色：緑 */
   padding: 0.1em 0.3em; /* 内側の余白：上下に0.1文字分・左右に0.3文字分 */
}

/* ▼個別の装飾（背景色） */
div#subMenu01 ul {
   background-color: #ccffff; /* 水色 */
}

/* ▼個別の装飾（背景色） */
div#subMenu01 {
   position:absolute; top: 920px; left: 190px;
}

/* ▼個別の装飾 */
div#subMenu01 { visibility: hidden; }

