p {
    margin-top: 10pt;
    margin-bottom: 10pt;
}

.copyright {
	font-size: 8pt;
}

body {
	margin: 0px;
	font-family: Meiryo UI, メイリオUI, Arial, Helvetica, sans-serif;
	font-size: 12pt;
    background: #f4f4f4;
    /*overflow: hidden; */
}

select {
    font-size: 12pt;
}

a {
    text-decoration: none;
    border-bottom: 1px dotted #0000cc;
}

h1 {
    background: #cccccc url(/classrooms/new-setup/images/h1-bkgnd.png) repeat-x 0px 0px;
    border-bottom: 1px solid #bbbbbb;
    margin: 0px;
}

h1 .title {
    padding-top: 14px;
	padding-bottom: 14px;
    padding-left: 56px;
    padding-right: 16px;
    background: url(/classrooms/new-setup/images/logo.png) no-repeat 10px 8px;
    color: #404040;
    font-size: 24px;
    text-shadow: rgba(255,255,255,0.6) 1px 1px 5px;
    overflow: hidden;
}


button, input, select {
	font-family: Meiryo UI, メイリオUI, Arial, Helvetica, sans-serif;
}


.buttons {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin-top: 1px solid #bbbbbb;
    background-color: #606060;
    padding-top: 20px;
    padding-bottom: 16px;
    width: 100%;
}
.buttons table {
    padding-left: 30px;
    padding-right: 30px;
    border: 0px;
    width: 100%;
}
body.ie6 .buttons {
    width: 108%;    /* approximately correct */
    overflow: hidden;
}
body.ie6 .buttons table, body.ie7 .buttons table {
}

.button {
    font-size: 13pt;
}

.defaultButton {
    font-size: 13pt;
    font-weight: bold;
}

.smallButton {
    font-size: 12pt;
}

ol.stepList {
    margin-left: 4px;
    padding-left: 16pt;
}

ol.stepList li {
    margin-top: 6pt;
    margin-bottom: 12pt;
}

.setupContent {
    padding: 16px 24px;
}

.radioButtonLabel {
    cursor: default;
}
.radioButtonLabel.selected {
    font-weight: bold;
}

.emphasis {
    font-weight: bold;
}
