@charset "utf-8";

/* --------基本設定-------(IE用のセンター寄せ→text-align: center;あり) */


body {
	text-align: center;
	color: #666666;
	padding: 0px;
	margin: 0px;
	background: url(/shared/images/bodyBg.gif) repeat-y top center;
	font: 100% 'ＭＳ Ｐゴシック';
	line-height: 1.4;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form,fieldset,pre,blockquote {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
	clear:both;
}
h2.txt {
	color: #000000;
	font-weight: bold;
	font-size: 125%;
	border-left: solid #00CCFF 2px;
	padding-left: 8px;
	margin-bottom: 10px;
}
h3.txt {
	color: #333333;
	font-weight: bold;
	font-size: 95%;
	border-left: solid #666666 2px;
	padding-left: 8px;
	margin-top: 20px;
	margin-bottom: 5px;
}

img {
	border: 0;
}

hr {
      visibility: hidden;
	clear: both;
}

.txtSmall {
	font-size: 84.5%;
}

div {
    zoom:1;/* for IE 5.5-7 */
}
div:after{/* for modern browser */
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


td,th {
	vertical-align: top;
}

address {
	font-style: normal;
}

/* --------リンクカラー-------- */

a:link {
	color: #1C72A8;
	text-decoration: underline;
}
a:visited {
	color: #1C72A8;
	text-decoration: underline;
}
a:active {
	color: #1C72A8
	text-decoration: underline;
}
a:hover {
	color: #1C72A8;
	text-decoration: none;
}

/* --------外枠部分指定-------- */

#container {
	width: 780px;
	margin: 0px auto;
	text-align: left;
	font-size: 78.58%;
	padding: 0 10px 0 10px;
}

/* for safari \*/
html*#container {
 [font-size: 78.58%;
 font-size: 78%;
 ]font-size: 78.58%;
}/**/
* html #container {
 font-size: 78.58%;
}

/* --------ヘッダーエリア-------- */

#headerArea {
	height: 120px;
	width: 780px;
}

#headerArea h1 {
	width: 171px;
	float: left;
	padding-left: 14px;
	padding-top: 17px;
}


/* ----------------------------------------------- */
/* --------グローバルナビエリア-------- */
/* ----------------------------------------------- */

#globalNaviArea {
	width: 595px;
	height: 30px;
	float: right;
	padding-top: 68px;
	margin-bottom: 20px;
}

#globalNaviArea ul li {
	list-style: none;
	float: left;
}

#globalNaviArea ul li img {
	display: block;
}


/* -------------------------------------------------------------- */
/* --------コンテンツエリア/メインエリア/サイドナビエリア-------- */
/* -------------------------------------------------------------- */


#contentsArea {
	width: 780px;
	clear: both;
}

#mainArea {
	width: 596px;
	float: right;
	color: #333333;
	line-height:1.6;
}

#mainArea .topicpass {
	margin-top: 6px;
	margin-bottom: 26px;
	color: #666666;
}


#sideNaviArea {
	width: 160px;
	float: left;
	padding-top: 20px;
}

#sideNaviArea li {
      list-style: none;
}

#sideNaviArea li img {
      vertical-align: bottom;
}


/* ----------------------------------------------- */
/* --------フッターエリア-------- */
/* ----------------------------------------------- */

#footerArea {
	width: 780px;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-top: 20px;
	line-height: 1.2;
	clear: both;
}
/* --------「このページの先頭へ」エリア-------- */
#footerArea #backtotop {
	border-bottom: solid #BBBBBB 1px;
	padding-bottom: 15px;
	padding-left: 645px;
	margin-bottom: 12px;
}
/* --------「このページの先頭へ」-------- */
#footerArea .backtotop {
	margin-top: 20px;
	text-align: right;
}

#footerArea .backtotop a {
	background: url(/shared/images/ico_backtotop.gif) no-repeat center left;
	padding-left: 16px;
	width: 170px;
}


/* --------サイトマップ・プライバシーポリシー-------- */
#footerArea li {
	float: left;
	list-style: none;
	background: url(/shared/images/ico_grey.gif) no-repeat center left;
	padding-left: 16px;
	padding-right: 20px;
}
/* --------コピーライト-------- */
#footerArea address {
	float: right;
}


/* ----------------------------------------------- */
/* --------微調整用クラス-------- */
/* ----------------------------------------------- */

.marBottom10 {
	margin-bottom: 10px;
}

.marBottom20 {
	margin-bottom: 20px;
}

.marBottom30 {
	margin-bottom: 30px;
}

.marBottom40 {
	margin-bottom: 40px;
}

.marBottom80 {
	margin-bottom: 80px;
}

.marTop-20 {
	margin-top: -20px;
}

.marTop10 {
	margin-top: 10px;
}

.marTop20 {
	margin-top: 20px;
}

.marTop30 {
	margin-top: 30px;
}

.marTop40 {
	margin-top: 40px;
}

.marTop80 {
	margin-top: 80px;
}

.padBottom10 {
	padding-bottom: 10px;
}

.padTop10 {
	padding-top: 10px;
}


/* --------ブランクのリンク-------- */
#mainArea .blank {
	background: url(/shared/images/ico_blank.gif) no-repeat center left;
	padding-left: 16px;
	margin-left: 4px;
}

#mainArea .pdf {
	background: url(/shared/images/ico_pdf.gif) no-repeat center left;
	padding-left: 18px;
	margin-left: 4px;
}


