
@charset "UTF-8";

body,div,p,form,ul,ol,li,h1,h2,h3,h4 {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #333;
	font:80%/130% Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}

h1 {
	font-size: 1.3em;
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.1em;
	}

h4 {
	font-size: 1em;
	}


/* ----- リンク定義 ----- */

A{color: #002699; text-decoration: none;}
A:link{color: #002699;}
A:visited{color: #002699;}
A:active{color: #002699;}
A:hover{color: #1B7DDA; text-decoration: underline;}

A.navi:link{color: #002699;}
A.navi:visited{color: #002699;}
A.navi:active{color: #002699;}


/* テキスト */
.normTxt {
	font-size: 1em;
}

.bigTxt {
	font-size: 1.2em;
}

.biggerTxt {
	font-size: 1.3em;
}

.smlTxt {
	font-size: 0.8em;
}

.bldTxt {
	font-weight: bold;
}

.noBld {
	font-weight: normal;
}

.redTxt {
	color: #e20014;
}

.grayTxt {
	color: #666;
}

.lightGrayTxt {
	color: #999;
}

.whiteTxt {
	color: #fff;
}

.arrTxt {
	padding-left: 19px;
	background: url(/agcct/common/img/arrow.gif) no-repeat 10px 1px;
}



/* インデント */
.indTxt {
	padding-left: 1em;
	text-indent: -1em;
}



/* ブルーグリーンリンク */
a.blueLink:link {
	color: #00427f;
}

a.blueLink:visited {
	color: #00427f;
}

a.blueLink:hover {
	color: #1b7dda;
}

a.blueLink:active {
	color: #1b7dda;
}


/* ブルーグリーンリンク　アンダーラインなし */
a.blueLinknoBd:link {
	color: #00427f;
	text-decoration: none;
}

a.blueLinknoBd:visited {
	color: #00427f;
	text-decoration: none;
}

a.blueLinknoBd:hover {
	color: #1b7dda;
	text-decoration: underline;
}

a.blueLinknoBd:active {
	color: #1b7dda;
	text-decoration: underline;
}


/* グレーリンク */
a.grayLink:link {
	color: #333;
	text-decoration: none;
}

a.grayLink:visited {
	color: #333;
	text-decoration: none;
}

a.grayLink:hover {
	color: #1b7dda;
	text-decoration: underline;
}

a.grayLink:active {
	color: #1b7dda;
	text-decoration: underline;
}


/* 三角リンク */
a.arr:link {
	color: #333;
	text-decoration: none;
	padding-left: 19px;
	background: url(/agcct/common/img/arrow.gif) no-repeat 10px 1px;
}

a.arr:visited {
	color: #333;
	text-decoration: none;
	padding-left: 19px;
	background: url(/agcct/common/img/arrow.gif) no-repeat 10px 1px;
}

a.arr:hover {
	color: #1b7dda;
	text-decoration: underline;
	padding-left: 19px;
	background: url(/agcct/common/img/arrow_blue.gif) no-repeat 10px 1px;
}

a.arr:active {
	color: #1b7dda;
	text-decoration: underline;
	padding-left: 19px;
	background: url(/agcct/common/img/arrow_blue.gif) no-repeat 10px 1px;
}



/* 三角リンク大文字 */
a.arrBig:link {
	color: #333;
	text-decoration: none;
	padding-left: 19px;
	background: url(/agcct/common/img/arrow.gif) no-repeat 10px 2px;
}

a.arrBig:visited {
	color: #333;
	text-decoration: none;
	padding-left: 19px;
	background: url(/agcct/common/img/arrow.gif) no-repeat 10px 2px;
}

a.arrBig:hover {
	color: #1b7dda;
	text-decoration: underline;
	padding-left: 19px;
	background: url(/agcct/common/img/arrow_blue.gif) no-repeat 10px 2px;
}

a.arrBig:active {
	color: #1b7dda;
	text-decoration: underline;
	padding-left: 19px;
	background: url(/agcct/common/img/arrow_blue.gif) no-repeat 10px 2px;
}



/* 三角左リンク */
a.arrLt:link {
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	background: url(/agcct/common/img/arrow_back.gif) no-repeat 0 1px;
}

a.arrLt:visited {
	color: #333;
	text-decoration: none;
	padding-left: 10px;
	background: url(/agcct/common/img/arrow_back.gif) no-repeat 0 1px;
}

a.arrLt:hover {
	color: #1b7dda;
	text-decoration: underline;
	padding-left: 10px;
	background: url(/agcct/common/img/arrow_backblue.gif) no-repeat 0 1px;
}

a.arrLt:active {
	color: #1b7dda;
	text-decoration: underline;
	padding-left: 10px;
	background: url(/agcct/common/img/arrow_backblue.gif) no-repeat 0 1px;
}



/* 三角右リンク */
a.arrRt:link {
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	background: url(/agcct/common/img/arrow.gif) no-repeat right 1px;
}

a.arrRt:visited {
	color: #333;
	text-decoration: none;
	padding-right: 10px;
	background: url(/agcct/common/img/arrow.gif) no-repeat right 1px;
}

a.arrRt:hover {
	color: #1b7dda;
	text-decoration: underline;
	padding-right: 10px;
	background: url(/agcct/common/img/arrow_blue.gif) no-repeat right 1px;
}

a.arrRt:active {
	color: #1b7dda;
	text-decoration: underline;
	padding-right: 10px;
	background: url(/agcct/common/img/arrow_blue.gif) no-repeat right 1px;
}



/* 背景色 */
.grayBg {
	background-color: #e5e5e5;
}

.blueBg {
	background-color: #e6eff7;
}

.whiteBG {
	background-color: #fff;
}



/* 整列 */
.alnLt {
	text-align: left;
}

.alnRt {
	text-align: right;
}

.alnCt {
	text-align: center;	
}

.valTop { vertical-align: top;

}


/* レイアウト */
.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.clear {
	clear: both;
}

.flt {
	float: left;
}

.frt {
	float: right;
}

/* ----- 全体 ----- */

#container {
	width: 980px;
	padding-left: 20px;
}

#mainArea {
	width: 980px;
	padding-bottom: 20px;
}

#mainLt {
	width: 765px;
	float: left;
}

#mainRt {
	width: 190px;
	float: right;
}

.listLt {
	list-style-type: none;
}

.listLt li {
	float: left;
	padding-right: 10px;
}

.listLt li img {
	vertical-align: top;
}

.listLt li.last {
	padding-right: 0px;
}

.pickupList {
	width: 190px;
	list-style-type: none;
}

.pickupList li {
	padding-bottom: 7px;
}

.pickupList li img {
	vertical-align: top;
}

.ttl190 {
	width: 190px;
	border-bottom: 4px solid #868686;
	padding-bottom: 2px;
}

.ttl765 {
	width: 765px;
	border-bottom: 4px solid #868686;
	padding-bottom: 2px;
}

.mainTtl {
	font-size: 150%;
	line-height: 120%;
	padding-bottom: 10px;
}

.mainTtl .en {
	font-size: 70%;
	color: #868686;
}

.mainTtl.line {
	border-bottom: 4px solid #333333;
	margin-bottom: 20px;
	padding-bottom: 1px;
}

.catchTtl {
	font-size: 130%;
	padding-bottom: 15px;
}

.catchTtl2 {
	font-size: 120%;
	color: #034ea2;
	padding-bottom: 15px;
}

.subTtl {
	background-color: #333333;
	font-size: 130%;
	line-height: 120%;
	color: #ffffff;
	padding: 6px 15px 4px 15px;
}

.subTtl span {
	font-weight: normal;
}

.topLt {
	float: left;
	width: 576px;
}

.topRt {
	float: right;
	width: 169px;
}

.subMenu {
	width: 765px;
	height: 33px;
	background: url(/agcct/common/img/submenu_bg.gif) no-repeat 0px 0px;
	margin-bottom: 25px;
}

.subMenu ul {
	width: 735px;
	list-style-type: none;
	padding: 7px 0px 0px 30px;
}

.subMenu li {
	float: left;
	padding-right: 35px;
}

.subMenu a {
	color: #333333;
}

.subMenu a:hover{
	color: #1B7DDA;
}

.subArea {
	width: 735px;
	border: 1px solid #333333;
	padding: 14px;
	margin-bottom: 15px;
}

.subLine {
	width: 735px;
	background: url(/agcct/common/img/dot_line_2col.gif) no-repeat 0px bottom;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.subAreaLt {
	float: left;
	width: 345px;
}

.subAreaRt {
	float: right;
	width: 345px;
}

.subAreaLt .txtArea,
.subAreaRt .txtArea {
	float: right;
	width: 215px;
}

.subAreaLt .txtArea .alnRt a,
.subAreaRt .txtArea .alnRt a {
	font-size: 90%;
}

.subAreaLt .phArea,
.subAreaRt .phArea {
	float: left;
	width: 110px;
}

.subLink {
	font-size: 120%;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 7px;
	padding-bottom: 1px;
}

.subLink span {
	font-weight: normal;
}

.pagetopArea {
	font-size: 90%;
	text-align: right;
}

/* ----- パン屑リスト ----- */

#panArea {
	font-size: 90%;
	padding-bottom: 15px;
}

/* ===== ----- ヘッダー ----- ===== */

#headArea {
	width: 980px;
	border-bottom: 5px solid #a1a1a1;
	margin-bottom: 15px;
}

#headLt {
	width: 310px;
	height: 48px;
	float: left;
}

#headRt {
	width: 650px;
	height: 32px;
	float: right;
	text-align: right;
	padding-top: 17px;
}

#logo {
	width: 310px;
	height: 48px;
	background: url(/agcct/common/en_img/logo_02.svg) no-repeat 0px 2px;
	text-indent: -9999px;
}

#logo a {
	display: block;
	width: 310px;
	height: 48px;
}

#searchArea {
	float: right;
	list-style-type: none;
}

#searchArea li {
	float: left;
}

#searchArea li img {
	vertical-align: top;
}

/* ===== ----- フッター ----- ===== */

#footArea {
	width: 980px;
	border-top: 4px solid #444444;
}

#footLt {
	width: 480px;
	height: 37px;
	float: left;
	padding-top: 6px;
}

#footRt {
	width: 480px;
	height: 33px;
	float: right;
	text-align: right;
	padding-top: 10px;
}

#footLink {
	list-style-type: none;
}

#footLink li {
	float: left;
}

#footLink li img {
	vertical-align: top;
}


/* 戻る・次へリンク */
#linkArea {
	width:747px;
	height: 1em;
	position:relative;
	border: 1px solid #ccc;
	padding: 8px;
	line-height: 1em;
	margin-bottom: 20px;
	clear: both;
}

#back {
	position: absolute;
	right: 430px;
}

#next {
	position: absolute;
	left: 430px;
}


/* リンクタブ */
#tabArea {
	background: url(/agcct/common/img/tabbg.gif) repeat-x bottom;
	margin-bottom: 20px;
}


/* ３分割 */
.w195 {
	width: 195px;
}


/* PDFリンク */
.pdfBlk {
	padding-left: 25px;
	background: url(/agcct/common/img/pdficon_ss.gif) no-repeat 7px 0;
}


a.pdf:link {
	line-height: 19px;
	color: #333;
	text-decoration: none;
	padding-left: 25px;
	background: url(/agcct/common/img/pdficon_ss.gif) no-repeat 7px;
}

a.pdf:visited {
	line-height: 19px;
	color: #333;
	text-decoration: none;
	padding-left: 25px;
	background: url(/agcct/common/img/pdficon_ss.gif) no-repeat 7px;
}

a.pdf:hover {
	line-height: 19px;
	color: #1b7dda;
	text-decoration: underline;
	padding-left: 25px;
	background: url(/agcct/common/img/pdficon_ss.gif) no-repeat 7px;
}

a.pdf:active {
	line-height: 18px;
	color: #1b7dda;
	text-decoration: underline;
	padding-left: 25px;
	background: url(/agcct/common/img/pdficon_ss.gif) no-repeat 7px;
}


#searchBox {
	width: 136px;
	height: 18px;
	border: 1px solid #cccccc;
	margin: 0px;
	padding: 0px 4px;
}



