@charset "shift_jis";
/* CSS Document */

/*---------------------------------------------------------------------------------
CSS Information

File name:	common_arrange.css
Author:  s.katai

----------------------------------------------------------------------------------- */

/* RESET
---------------------------------------------------------------------------------------------------- */
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
	*font-family:  "Lucida Grande", "ＭＳ Ｐゴシック", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, strong, th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
fieldset,img {
	border: none;
}
caption, th {
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	word-break: break-all;
}
input {
	vertical-align:middle
}
.clear {
	clear: both;
}
.none {
	display:none;
}
.pkg:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }

.speed-low {
	margin: 0 0 20px;
	font-size: 85%;
}
.speed-low a {
	text-decoration: underline;
}

/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg {
	display: block;
	min-height: 0;
 }

/* PRINT
---------------------------------------------------------------------------------------------------- */
@media print {
	body {
		color: #000 !important;
	}
}
/* LINK
---------------------------------------------------------------------------------------------------- */
a {
	text-decoration: none;
	color:#333333;
	outline:none;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a:active {
}

/* 共通部分
---------------------------------------------------------------------------------------------------- */
body {
	text-align:center;
	font-size:14px;
	color:#333333;
	background-color:#ffffff;
	line-height:1.4em;
}
#header {
	width:100%;
	background-color:#7C0048;
	padding:10px 0;
	border-bottom:solid #CCC 1px;
}
#container {
	width:960px;
	background-color:#fff;
	margin:20px auto 0;
}
#contents {
	width:700px;
	padding:0 10px;
	float:left;
	text-align:left;
}
#rightbody {
	width:200px;
	float:right;
	padding-left:20px;
	text-align:left;
}
#footer {
	border-top:solid #ccc 1px;
	width:100%;
	margin:0px auto;
	background-color:#222;
	padding:10px 0;
	color:#ddd;
}

/* Header
---------------------------------------------------------------------------------------------------- */
#headbody {
	width:880px;
	margin:0 auto;
	color:#fff;
	height:61px;
}
#headbody div {
	text-align:left;
	padding-top:5px;
}
#headbody h1 {
	font-size:2em;
	text-align:left;
	margin-top:8px;
}

/* Contents
---------------------------------------------------------------------------------------------------- */
#contents h2 {
	border-bottom:solid #ed1c3c 1px;
	border-top:solid #ed1c3c 3px;
	padding:5px;
	font-size:1.4em;
	font-weight:bold;
}
#contents p {
	padding:10px 10px 20px;
}
#contents p.att {
	color:#ed1c3c;
	font-weight: bold;
	text-align: center;
}
#contents h3 {
	border:solid #cccccc 1px;
	padding:10px;
	background-color:#ececec;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius:8px;
	font-weight:bold;
	color:#666;
}
#contents h3 span {
	border-left:solid #ed1c3c 3px;
	padding-left:5px;
	line-height:12px;
}
#contents h4 {
	border-bottom:dotted #aaa 1px;
	border-left:solid #aaa 2px;
	padding:0px 5px;
	margin:10px;
}
#contents div.inquiry {
	background-color:#fde9ed;
	padding:20px;
	margin:0px auto 20px;
}
#contents div.inquiry a,
#contents p a {
	color:#ed1c3c;
}
#contents div.inquiry a:hover,
#contents p a:hover {
	text-decoration:underline;
}
#contents div.attention {
	border-top:solid black 1px;
	border-bottom:solid black 1px;
	padding:10px;
	margin:0px auto 20px;
	font-size:0.9em;
	color:#666;
	background:url(img/att_mark.gif) no-repeat center left;
}
#contents div.attention p {
	margin-left:70px;
}
#contents ul,
#contents ol  {
	padding-left:3em;
	margin-bottom:2em;
}
#contents ul li {
	list-style:disc;
	margin:10px 0;
}
#contents ul li a {
	color:#ed1c3c;
}
#contents ul li a:hover {
	text-decoration:underline;
}
#contents ul li span {
	font-weight:bold;
}
#contents ol li {
	margin:10px 0;
}

/* Rightbody
---------------------------------------------------------------------------------------------------- */
div#rightbody p {
	padding:10px;
	margin-bottom:2px;
	background-color:#f5ad73;
	color:#fff;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	font-weight:bold;
}
div#rightbody ul li a {
	color:#333333;
	font-weight:bold;
	padding:15px 10px;
	margin-bottom:2px;
	background-color:#fff;
	display:block;
	border-left:solid #f5ad73 2px;
}
div#rightbody ul li a:hover {
	background-color:#eeeeee;
}
div#rightbody ul li.on a {
	background-color:#fde9ed;
}
div#rightbody ul li.li_program{
	margin-left:1em;
}
div#rightbody div#schedule {
	margin:20px 0;
}
div#rightbody div#schedule dl {
	font-size:0.9em;
	padding:10px 0px;
	border-bottom:solid #c1c1c1 1px;
}
div#rightbody div#schedule dl dt {
	border-left:3px red dotted;
	padding-left:5px;
	line-height:1em;
	margin-bottom:1em;
}
div#rightbody div#schedule dl dd {
	padding-left:8px;
}

/* Footer
---------------------------------------------------------------------------------------------------- */
#copy {
	font-size:0.8em;
}

/* Btn
---------------------------------------------------------------------------------------------------- */
.btnbody {
	width:720px;
	margin:0 auto;
	text-align:center;
}

br {
	clear: both;
}

.btn1,
.btn2 {
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius:8px 8px 8px 8px;
	padding: 10px 30px;
	margin:0 10px 20px;
	margin-left: 25px;
	display:inline-block;
	color:#fff;
	font-weight: bold;
	box-shadow: 2px 2px 5px #aaa; /*CSS3*/
	-moz-box-shadow: 2px 2px 5px #aaa; /* Firefox用*/
	-webkit-box-shadow: 2px 2px 5px #aaa; /* Google Chrome, Safari用*/
	zoom:1;
	cursor:pointer;
	width: 250px;
	float: left;
}
.btn1 {
	color:#fee;
	text-shadow: -1px -1px 2px #960;
	cursor: hand;
	cursor: pointer;
}

.btn2 {
	color:#999;
	text-shadow: -1px -1px 2px #220;
	cursor: default;
}


.enter-test .btn1 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
	background: #ec0;
	color: #fff;
	border-top: 2px solid #ef6;
	border-left: 2px solid #ef6;
	border-right: 2px solid #b90;
	border-bottom: 2px solid #b90;
}

.enter-test .btn1:hover {
	background: #db0;
}

.enter-mr .btn1 {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 599px;
	font-size: 20px;
	background: #090;
	border-top: 2px solid #3c3;
	border-left: 2px solid #3c3;
	border-right: 2px solid #060;
	border-bottom: 2px solid #060;
}

.enter-mr .btn1:hover {
	background: #0c0;
}

.enter-mr .btn2 {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 599px;
	font-size: 20px;
	background: #aaa;
	border-top: 2px solid #bbb;
	border-left: 2px solid #bbb;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

.enter-dr .btn1 {
	font-size: 20px;
	background: #069;
	border-top: 2px solid #39c;
	border-left: 2px solid #30c;
	border-right: 2px solid #036;
	border-bottom: 2px solid #036;
}
.enter-dr .btn1:hover {
	background: #06c;
}

.enter-dr .btn2 {
	font-size: 20px;
	background: #aaa;
	border-top: 2px solid #bbb;
	border-left: 2px solid #bbb;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}


.btn strong {
	font-size: 1.1em;
	color: #fc0;
	font-weight: bold;
}

.btn2 strong {
	font-size: 1.1em;
	color: #999;
	font-weight: bold;
}

.btn-note {
	font-size: 12px;
}


#shortcut .btn1 {
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	background: #f00;
	text-align: center;
}
#shortcut .btn1:hover {
	background: #c00;
}

.btn1:hover {
	color:#ff0;
}
