/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
option {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	/*text-align: center;*/
}

table.mas{
	font-size: 14px;
    border-top:1px solid #663300;
    border-left:1px solid #663300;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}

.mas th{
	font-size: 14px;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    color:#330000;
    background-color:#996633;
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}

.mas td{
	font-size: 14px;
    border-right:1px solid #663300;
    border-bottom:1px solid #663300;
    padding:0.3em 1em;
}


h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
 font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	line-height: 1.6;
}

ul,ol,dl,img {
	margin: 0px;
	padding: 0px;
}
ul,ol {
	list-style-type: none;
}

ul.case {
	list-style-type: disc;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
}

/* ---------- */
#wrapper {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#navi {
	height: 20px;
}

#contents {
	background-color: #FFFFFF;
	text-align: center;
}

#contentsText {
	background-color: #DDDDDD;
	text-align: center;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}

p.case {
	font-weight: bold;
	font-size: 16px;
	color:#000000;
	margin: 0px 0px 0px 0px;
	padding: 5px 3px 0px 3px;
	background-color:6FA7D2;
	border: solid;
}

p.allow {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

div.case {
	border: solid 1px;
}


@media print{

.noprint{
	display:none;
}



