/* CSS FILE FOR SAMPLE PAGE */

/* ページの基本アウトラインを指定 *//* 
body {
	text-align: center;
	font-size: .8em;
	line-height: 1.35em;
	color: black;
	background-color: #ffffff;
	margin: 0 0 4em 0;
}*/



/* ページ内の文字配列の基本(sample1)を指定 */
div.sample1 {
   width: 46em;
   margin: 0 auto;
   text-align: justify;
}
/* ページ内の文字配列の基本(sample1)を指定 */
div.sample2 {
   width: 590px;
   margin: 0 auto;
   text-align: justify;
}
/* タイトルロゴ部分のスタイルを指定 */
div.largebanner {
   text-align:center;
	color: #000000;
	background-color:#cccccc;
	padding: .1em .5em .1em .5em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .1em 0;
	border: outset 1px #cccccc;
}
/* 記述部分のスタイルを指定 */
div.box {
	color: #000000;
	background-color:#dcdcdc;
	padding: .1em .5em .1em .5em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 .1em 0;
	border: outset 1px #cccccc;
}
div.box a:link {
	text-decoration: underline;
	color:#9900cc;
	background-color: #dcdcdc;
}
div.box a:visited {
	text-decoration: underline;
	color:#6633FF;
	background-color: #dcdcdc;
}
div.box a:hover {
   text-decoration: underline;
   color:#ff6600;
   background-color: #dcdcdc;
}
div.box a:active	{
   text-decoration: underline;
   color:#ff6600;
   background-color: #dcdcdc;
}
p.tab12em {
   width: 12em;
	color: #ffffff;
	background: #9999ff;
	padding: .1em 1em .1em 1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3.5em 0 .1em 0;
	border: outset 1px #cccccc;
}
p.tabfull {
   width: 43.85em;
	color: #ffffff;
	background: #9999ff;
	padding: .1em 1em .1em 1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3.5em 0 .1em 0;
	border: outset 1px #cccccc;
}
p.tabpx {
   width: 240px;
	color: #ffffff;
	background: #ff99ff;
	padding: .1em 1em .1em 1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3.5em 0 .1em 0;
	border: outset 1px #cccccc;
}
td.wem {
   width: 15em;
	color: #ffffff;
	background: #9999ff;
	padding: .1em 1em .1em 1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: .1em 0 .1em 0;
	border: outset 1px #999999;
}
td.wem4 {
   width: 11.5em;
	color: #000000;
	background: #ccccff;
	padding: .1em 1em .1em 1em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: .1em 0 .1em 0;
	border: outset 1px #cccccc;
}




/* imageのサイズ指定、(HTMLの属性の最後に記述すること) */
img.large {
   width: 45em;
   height: 7.5em;
}
img.small {
   width: 6.9em;
   height: 2.45em;
}   
