﻿/* --------------------------------------------
 * 初期設定
 * -------------------------------------------- */

/* デザインテンプレート */
div#design {
	width:100%;
	text-align:center;
}

/* ページテンプレート */
div#page {
	width:702px;
	margin:0px auto;
	text-align:left;
}

/* ヘッダーテンプレート */
div#header {
	width:702px;
}

/* サイドバーテンプレート */
div#sidebar {
	float:left;
	width:148px;
}

/* メインページテンプレート */
div#content {
	width:552px;
	float:left;
}

/* フッターテンプレート */
div#footer {
	clear:both;
}

/* --------------------------------------------
 * リンク関連設定
 * -------------------------------------------- */

A:LINK {
	text-decoration: none;
}

A:VISITED {
	text-decoration: none;
}

A:HOVER {
	color: #ff0000;
}

A.white:LINK {
	color: #ffffff;
	text-decoration: none;
}

A.white:VISITED {
	color: white;
	text-decoration: none;
}

A.white:HOVER {
	color: navy;
}

A.red:LINK {
	color: #083194;
	text-decoration: none;
}

A.red:VISITED {
	text-decoration: none;
}

A.red:HOVER {
	color: #ff0000;
	text-decoration: underline;
}

A.blue:LINK {
	color: #FF0000;
	text-decoration: none;
}

A.blue:VISITED {
	color: #FF0000;
	text-decoration:none;
}

A.blue:HOVER {
	color: #0000CC;
	text-decoration: underline;
}

/* --------------------------------------------
 * テキスト関連設定
 * -------------------------------------------- */

.white {
	font-size: 11px;
	line-height: 12px;
}

.red {
	font-size: 11px;
	line-height: 12px;
}

.blue {
	font-size: 13px;
	line-height: 14px;
}

.text8pt {
	font-size: 11px;
	line-height: 12px;
}

.bold8pt {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

.text9pt {
	font-size: 12px;
	line-height: 13px;
}

.bold9pt {
	font-size: 12px;
	font-weight : bold;
	line-height: 13px;
}

.text9pt_r {
	font-size: 12px;
	text-align: right;
	line-height: 13px;
}

 .text10pt {
	font-size: 13px;
	line-height: 14px;
}

.bold10pt {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
}

.blue10pt {
	font-size: 13px;
	color: blue;
	line-height: 14px;
}

.text10pt_blue {
	font-size: 13px;
	background-color: #ececff;
	line-height: 14px;
}

.text10pt_red {
	font-size: 13px;
	color: red;
	line-height: 14px;
}

.bold10pt_red {
	font-size: 13px;
	font-weight: bold;
	color: red;
	line-height: 14px;
}

.bold11pt {
	font-size: 15px;
	font-weight: bold;
	line-height: 16px;
}

.text12pt {
	font-size: 16px;
	line-height: 18px;
}

.text12px {
	font-size: 12px;
	line-height: 13px;
}

.bold12pt {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.bold14pt {
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
}

.bold14pt_b {
	font-size: 19px;
	font-weight: bold;
	color: #0080ff;
	line-height: 20px;
}

.bold14pt_blue {
	font-size: 19px;
	font-weight: bold;
	color: blue;
	line-height: 20px;
}

.bold16pt_blue {
	font-size: 21px;
	font-weight: bold;
	color: blue;
	line-height: 22px;
}

.bold18pt {
	font-size: 24px;
	font-weight: bold;
	line-height: 25px;
}

.bold19pt {
	font-size: 25px;
	font-weight: bold;
	line-height: 26px;
}

.bold20pt {
	font-size: 28px;
	font-weight: bold;
	line-height: 29px;
}

.blue {
	color: #000088;
}

.font_red {
	color: red;
}

.text_red {
	color: red;
}

.text_blue {
	color: blue;
}

.text_white {
	color: white;
}

.text_yellow {
	color: #FFC000;
}

.font_green {
	color: #006600;
}

.mojigyo {
	line-height: 1.3em;
	letter-spacing: 0.1em;
}

.gyo {
	line-height: 1.3em;
}

.padding2px {
	padding: 2px;
}

.padding5px {
	padding: 5px;
}

.font_soeiUB {
	font-family: HGP創英角ｺﾞｼｯｸUB;
}

select.sizechange {
	font-size: 11px;
	line-height: 12px;
}

.f01 {
	font-size: small;
}

.k_back {
	font-size: 27px;
	font-weight: bold;
	color: #004000;
	line-height: 28px;
}

.text10_g {
	color: #333333;
	font-size: 13px;
	line-height: 15px;
}

/* --------------------------------------------
 * テーブル枠関連設定
 * -------------------------------------------- */

.s_waku {
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #ff8080;
	border-left-color: #ff8080;
	border-right-color: #ff8080;
	border-bottom-color: #ff8080;
}

.ts_waku {
	border-width: 2px 2px 2px 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff8040;
	border-left-color: #ff8040;
	border-right-color: #ff8040;
	border-bottom-color: #ff8040;
	background-color: #fff2ec;
}

.ss_waku {
	background-color: #f4ffff;
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: blue blue blue blue;
}

.ms_waku {
	border-width: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #ff0000 #ff0000 #ff0000 #ff0000;
}

.white_waku {
	border-width: 3px;
	border-style: ridge;
}

.green_waku {
	border-width: 3px;
	border-style: ridge;
	border-color: #dfffdf;
}

.blue_waku {
	border-color: #3300cc #3300cc #3300cc #3300cc;
	border-width: 2px 2px 2px 2px;
}

.blackline_waku {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #000000 #000000 #000000 #000000;
}

.blueline_waku {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #66ccff #66ccff #66ccff #66ccff;
}

.pinkline_waku {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #e1699f #e1699f #e1699f #e1699f;
}

.waku_uchi {
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

.tbl01 {
	font-size: small;
	background-color: #ff9b9b;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.table_line {
	border-width: 2px;
}

.td_right_line {
	border-right-width: 2px;
}

.td_space_1 {
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.td_space_2 {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

/* --------------------------------------------
 * バックグラウンド関連設定
 * -------------------------------------------- */

.text10img {
	font-size: 13px;
	background-image: url(../img/btn_backt.gif);
	background-repeat: repeat-x;
	line-height: 14px;
}

.semiback {
	font-weight: bold;
	color: white;
	background-image: url(../img/semina_back.gif);
	background-repeat: no-repeat;
	font-size:21px;
	line-height: 22px;
}

.semiback_m {
	font-weight: bold;
	color: white;
	background-image: url(../img/semina_back_m.gif);
	background-repeat: no-repeat;
	font-size: 21px;
	line-height: 22px;
}

.semiback_k {
	font-size: 21px;
	font-weight: bold;
	color: white;
	background-image: url(../img/semina_back_k.gif);
	background-repeat: no-repeat;
	line-height: 22px;
}

.g_width {
	background-image: url(../q&a/img/blue2.gif);
	background-repeat: repeat-x;
}

.g_height {
	background-image: url(../q&a/img/blue2.gif);
	background-repeat: repeat-y;
}

.g_height_r {
	background-image: url(../q&a/img/blue2.gif);
	background-position: right center;
	background-repeat: repeat-y;
}

/* --------------------------------------------
 * その他複合設定
 * -------------------------------------------- */

.jyugyo {
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-color: gray;
	border-left-color: gray;
	border-right-color: gray;
	border-bottom-color: gray;
	border-top-style: ridge;
	border-left-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	color: #ffffff;
}

.underline {
	font-size: 13px;
	border-bottom-width: 1px;
	border-style: dotted none dotted none;
	border-bottom-color: gray;
	border-top-width: 1px;
	border-top-color: gray;
	line-height: 14px;
}

div#bus_oc1 a {
	position: relative;
	left: -13px;
	display: block;
	height: 42px;
	width: 202px;
	text-decoration: none;
	text-indent: -9999px;
}

div#bus_oc1 {
	position: relative;
	left: 15px;
	background: url(../img/b_to_bus.gif) no-repeat;
}

div#bus_oc1 a:hover {
	background: url(../img/b_to_bus_o.gif) no-repeat;
}

div#bus_oc2 a {
	position: relative;
	display: block;
	height: 61px;
	width: 300px;
	text-decoration: none;
	text-indent: -9999px;
}

div#bus_oc2 {
	position: relative;
	left: 15px;
	background: url(../img/b_to_bus_2.gif) no-repeat;
}

div#bus_oc2 a:hover {
	background: url(../img/b_to_bus_2_o.gif) no-repeat;
}

.guide_title {
	font-size: 13px;
	font-weight: bold;
	background-color: #cccccc;
	text-align: center;
	line-height: 14px;
}

.ayaka {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #5e2f00;
}

.ctitle {
	color: #ff0000;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.ctitle2 {
	width: 100%;
	height: 25px;
	color: #ffffff;
	background: #0066ff;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.career {
	color: #000099;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: none;
}

.license {
	color: #000000;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	text-transform: none;
}

.clear_both {
	clear:both;
}
