html {
    background-color: #f5f5f5;
}
body {
    color: #454545;
    font-size: 100%;
    line-height: 1.5em;
}
#header {
    background-color: #0d356d;
    border-bottom: 3px solid #0d356d;
    color:#ffffff;
    font-size: 90%;
    height: 21px;
    padding-left: 5px;
    border-radius: 10px 10px 0px 0px;
}

#container {
    border-left: 1px solid #0d356d;
    border-right: 1px solid #0d356d;
    margin: 0 auto;
    width: 580px;
    margin-top:100px;
    border-radius: 10px;
    background-color: #FFF;
}
body#q #container {
    border-radius: 0px;
    margin: 0 auto;
    width: 760px;
}


#contents {
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}
body#index #contents {
    width: 216px;
}
body#top #contents {
    width: 490px;
}
body#q #contents {
    width: 700px;
}

#login_l {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
#login_r {
	width:300px;
}
#err {
    background-color: #FFFF66;
    border-radius: 10px 10px 10px 10px;
    color: #FF0000;
    margin-top: 10px;
    font-size: 15px;
    padding: 10px;
}

#PassageArea{
	float:right;
	width:481px
	text-align:right;
	font-size:135%;
	font-weight:bold;
	width:150px;
}
#fix{
    position:fixed;
    color:#ffffff;
    width: 710px;
    background-color: #0d356d;
    padding: 25px;
}
#result_h{
    width: 710px;
}

#result{
    border: 1px solid #FF0000;
    border-radius: 10px 10px 10px 10px;
    color: #FF0000;
    font-size: 20px;
    line-height: 1em;
    padding: 35px;
    text-align: center;
}
.r_area{
    float: right;
    width: 220px;
}
.r_t{
    font-size: 13px;
    text-align: left;
}
.r_score{
    background-color: #f1f1f1;
    border-radius: 10px 10px 10px 10px;
    color: #2F4F4F;
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5px;
    padding: 4px;
    text-align: center;
    width: 209px;
}
.r_title{
    text-align: center;
}
.r_com{
    background-color: #f1f1f1;
    border-radius: 5px;
    line-height: 1.3em;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
}

.mondai{
	background-color: #f5f5f5;
	padding:10px;
	color:#000;
	margin-bottom:10px;
	margin-top:5px;
	font-weight:bold;
	border-radius: 10px;
}

#footer {
    background-color: #0d356d;
    border-bottom: 3px solid #0d356d;
    font-size: 12px;
    height: 21px;
    color:#ffffff;
    padding-right: 5px;
    border-radius: 0px 0px 10px 10px;
    text-align:right;
}
body#q #footer {
    border-radius: 0px;
}

h3{
	font-weight:bold;
	font-size:120%
}
strong{
	font-weight:bold;
	font-size:140%;
	background-color: #f1f1f1;
}
#fix h3{
	float:left;
}

