@charset "utf-8";
/***************************************************
 *
 * 共通css
 * UTF-8
 * Target win IE6,7 FF2 Opera9 / mac FF2 Safari3
 *
 ***************************************************/

/* 全体
------------------------------------------ */
body, form, th, td {
	margin:0;
	padding:0;
}
body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS UI Gothic";
	font-size:10px;
	color:#666666;
	font-size:0.8em;
	line-height:1.4;
	background:#FFF url(/common-images/bg.gif) repeat-y 50% 0;
}
#container {
	margin:0 auto;
	width:800px;
}
* html #wrapper {
	padding-left:5px;
}
img {
	border:0;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
ul, li {
	list-style:none;
	margin:0;
	padding:0;
}
ol, li {
	list-style:none;
	margin:0;
}
br {
	letter-spacing:normal;
}
p {
	margin:14px 0;
	padding:0;
	line-height:1.5;
}
.red {
	color:#FF0000;
}
.clear {
	clear:both;
	margin: 0;
	padding: 0;
}
.bold {
	font-weight:bold;
}
.att {
	font-size:small;
	color:#999999;
	font-weight:bold;
}
.right {
	text-align:right;
}
.red-bold {
	color:#FF0000;
	font-weight:bold;
	margin:14px 0 5px 0;
}
.last {
	margin:0;
	padding:0 0 0 170px;
}
.bold {
	font-weight:bold;
}
.blue {
	color:#268ac3;
	font-weight:bold;
}
.f-left {
	float:left
}
.f-right {
	float:right;
}
.left-area {
	float:left
}
.main-box .correction a {
	background:transparent url(../common-images/pointer-red.gif) no-repeat scroll right 2px;
	padding:0 12px 0 0;
	height: 14px;
}
.main-box .correction a:visited {
	background:transparent url(../common-images/pointer-red.gif) no-repeat scroll right 2px;
	padding:0 12px 0 0;
	height: 14px;
}
.main-box .correction a:hover {
	background:transparent url(../common-images/pointer-red.gif) no-repeat scroll right 2px;
	padding:0 12px 0 0;
	height: 14px;
}
.correction {
	color:#FF0000;
	text-align:right;
}
/*links li{
	background-image:url(../common-images/ico-01.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	background-position: 2px 5px;
	padding-left: 20px;
}*/

.belongh4 {
	display:block;
	margin:0;
	padding:6px 0 15px 31px;
}
/* ヘッダー
------------------------------------------ */
#header {
	border-top: solid 3px #ff7200;
	padding-top: 3px;
	position: relative;
	/*height: 45px;*/
	height: 55px;
}
#header-copy {
	font-size:10px;
	line-height: 100%;
	width: 310px;
	float: left;
	margin-top:15px;
	font-weight: normal;
}
#headerBtn {
	float:left;
	margin-left: 80px;
}

#header-logo {
	width:227px;
	float: left;
	height: 38px;
}
#header-link {
	float:right;
	width: 350px;
	margin-right: 3px;
	text-align: right;
}
#header-link li {
	float:right;
	display:block;
	border-left: 1px solid #ff7200;
	padding-left: 10px;
	padding-right: 10px;
	font-size:11px;
}
#header-link .list-right {
	border-right: 1px solid #ff7200;
}
#header-btn {
	text-align:right;
	padding-top: 2px;
}
#rogo-copy {
	position: absolute;
	top:8px;
}
.main-images {
	clear:both;
}
* html .main-images {
	clear:both;
	position:relative;
	top:-3px;
}
/* ナビゲーション
------------------------------------------ */

#navigation {
	clear:both;
}
#navigation ul {
	width:800px;
	margin: 0;
	padding: 0;
	height:30px;
	z-index:1;
	position:relative;
}
#navigation li {
	float:left;
	margin: 0;
	padding: 0;
	display: block;
	height: 30px;
	width: 133px;
}
.navi-clear {
}

/* サイドナビゲーション
------------------------------------------ */
. {
 width:160px;
 text-align: right;
 padding-bottom: 250px;
}
 . li {
 margin: 0 0 3px 0;
 padding: 0;
 display: block;
 line-height: 0;
}
 . ul {
 display: block;
 margin-bottom: 3px;
}
.navi-list li {
	margin-bottom:0px;
}
/* メイン
------------------------------------------ */
.topmain {
	margin-bottom:0px;
	clear: both;
}
.main {
	background-image:url(../common-images/main-bg.jpg);
	background-repeat:repeat-y;
	width: 798px;
}
.main-area {
	float:right;
	width: 620px;
}
.banner-area {
	width:150px;
	float: right;
	padding-bottom: 15px;
}
.banner-area img {
	display:block;
	margin-bottom:5px;
}
.main-box {
	float:left;
	width: 455px;
}
.main-box h2 {
	margin-bottom:15px;
}
.section {
	margin-bottom:15px;
}
.section h3 {
	margin-bottom:10px;
	clear: both;
}
.text-box {
	padding:0 15px 0 15px;
}
.lead-head {
	display:block;
	margin-bottom: 5px;
	color: #ED9829;
	font-weight: bold;
}
.link-lead {
	display:block;
	margin-bottom: 5px;
	font-weight: bold;
	border-left: 5px solid #ED9829;
	padding-left: 10px;
	border-bottom: 1px solid #ED9829;
	padding-bottom: 5px;
	font-size: 12px;
	margin-top: 0px;
}
.cap-img {
	float:right;
	margin-left:15px;
}
.top-area {
	width:805px;
}
h4.att-titile {
	color:#990000;
	font-size:12px;
	font-weight:bold;
}
/* テーブル
------------------------------------------ */

.section table {
	border-collapse:collapse;
}
.outline-table th {
	background: #FBF3E5 none repeat scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	font-family:'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック', sans-serif;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:8px 0;
	text-align:center;
	width:120px;
	color: #ED9829;
}
.outline-table td {
	background:#EEEEEE none repeat scroll 0 0;
	border-bottom:1px solid #ED9829;
	border-left:1px solid #ED9829;
	border-right:1px solid #ED9829;
	font-style:normal;
	font-weight:normal;
	margin:0;
	padding:8px 10px;
	text-align:left;
	vertical-align:middle;
	border-top: 1px solid #ED9829;
}
.page-link {
	width: 220px;
}
.page-link li {
	background-image:url(../common-images/ico-01.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: 2px 3px;
	padding-left: 20px;
	height:16px;
}
.page-link ul {
	margin-bottom:0px;
}
/* 20110405追加CSS */

#tb_gray {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	border: none;
	border-collapse: separate;
	border-spacing: 1px;
	/*
	border: 1px solid #AAD7EC;
	*/
	font-size: 93%;
	background: #BFBFBF;
}
#tb_gray th, #tb_gray td {
	width: 30%;
	padding: 5px 5px;
	background: #F0F0F0;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}
#tb_gray td {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}
#tb_gray td table th, #tb_gray td table td, #tb_gray td table, #tb_gray td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
}
#tb_gray th img, #tb_gray td img {
	vertical-align:middle;
}
/* フッター
------------------------------------------ */

#footer {
	clear:both;
	border-top:#666666 1px solid;
	margin-top: 15px;
	padding-top: 5px;
	width: auto;
	padding-left: 10px;
}
* html #footer {
	width:790px;
	padding-left:10px;
}
#footer ul {
	width:800px;
}
* html #footer ul {
	width:790px;
}
#footer li {
	font-size:12px;
	float:left;
	border-left:#000000 1px solid;
	padding-left: 8px;
	padding-right:8px;
}
/* リンク
------------------------------------------ */

a {
	color:#0066FF;
	text-decoration:underline;
	background: transparent;
}
a:hover {
	color:#2EBDF4;
	text-decoration:none;
	background: transparent;
}
p.punkz {
	margin-left:10px;
	margin: 5px 0 5px 10px;
	float: left;
}
h1.h1-text {
	font-weight:normal;
	font-size:small;
	margin: 5px 0 0px 10px;
	padding: 0;
	padding-top: 0.5px;
}
p.punkz a:link {
	color: #ff7200;
	text-decoration:none;
	background: transparent;
}
p.punkz a:visited {
	color: #ff7200;
	text-decoration:none;
	background: transparent;
}
p.punkz a:hover {
	color: #666600;
	text-decoration:none;
	background: transparent;
}
p.punkz a:active {
	color: #ff7200;
	text-decoration:none;
	background: transparent;
}
.pagetop {
	text-align:right;
	display: block;
	clear: both;
}
.clearfix:after {
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
	min-height:1%;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
.application-btn {
	padding-top:15px;
	text-align:center;
}
.application-btn2 {
	padding-top:15px;
	text-align:right;
}
a.hover:hover img {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.submit {
	text-align:center;
	margin:10px 0;
}
.submit ul.btnList {
	text-align:center;
}
.submit ul.btnList li {
	display:inline;
	margin:0 2px;
}
/* 20110406 sitemap*/
#sitemap {
	text-align:left;
	float: left;
	width:620px;
	padding:0 0 0 10px;
}

/* 20110422 socialmedia*/
div#social {
	padding: 5px 0 50px 0;
	}

#bookmarks {
	height: 20px;
}

div#social li.twitter {
	display: inline;
	list-style-type: none;
	vertical-align: top;
	}

div#social li.ex {
	display: inline;
	list-style-type: none;
	padding-right: 6px;
	vertical-align: top;
	}
	

/* 20110816 exam web & post */

table.exam {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 25px;
}	

table.exam th,
table.exam td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px 5px 2px;
}

table.exam thead th {
	text-align: left;
	background-color: #FFAD39;
	color: #FFF;
	font-size: 114%;
}

table.exam tbody th {
	width: 30%;
	background-color: #FFF1D9;
}

.lineThrough{
	text-decoration:line-through !important;
	}

.doubleLine {
	background:url(../images/lineThrough.gif) repeat-x center #fff !important;
	color:#000 !important;
	font-weight:normal !important;
	margin-left: 5px;
	}
