@charset "UTF-8";

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #0F43E6;
	text-decoration: none;
}
a:visited {
	color: #993399;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.twoColFixRtHdr #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
} 
.twoColFixRtHdr #header {
	padding: 0px;
	width: 800px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}
.twoColFixRtHdr #sidebar1 {
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	width: 580px;
} 
.twoColFixRtHdr #footer {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.twoColFixRtHdr #sidebar2 {
	float: left; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 160px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent2 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	width: 580px;
} 
.twoColFixRtHdr #mainContent1p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	float: left;
	width: 580px;
	padding: 0px;
	margin-right: 0px;
} 

/*
---------------------------------------------------------------------basic*/
.text10 {
	font-size: 10px;
	color: #000000;
}
.text12 {
	font-size: 12px;
	color: #000000;
}
.text14 {
	font-size: 14px;
	color: #000000;
}
.title-h2 {
	background-image: url(../../img/chu_h2title_blank.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 34px;
	width: 580px;
	font-size: 16px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
}


/*
---------------------------------------------------------------------head-----*/
#container #header .hide-text {
	text-indent: -9999px;
}
#container #header .head-title {
	background-image: url(../../img/chu_head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 800px;
}
#container #header .head-title a {
	background-image: url(../../img/chu_head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 800px;
	display: block;
}
#container #header .head-title a:hover {
	background-image: url(../../img/chu_head.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 38px;
	width: 800px;
}
#container #header .head-flash {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 800px;
}
#container #header .head-copy {
	background-image: url(../../img/chu_headcopy.jpg);
	background-position: 0px 0px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 51px;
	width: 800px;
}

/*
---------------------------------------------------------------------head-banner*/
#head-banner {
	width: 800px;
	height: 62px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#head-banner ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#head-banner ul li {
	float: left;
	width: 194px;
	text-indent: -9999px;
	height: 62px;
}

.head-banner-1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../img/chu_headban_1.jpg);
	background-position: 0px 0px;
}
.head-banner-1 a {
	background-image: url(../../img/chu_headban_1.jpg);
	background-position: 0px 0px;
	height: 62px;
	display: block;
}
.head-banner-1 a:hover {
	background-image: url(../../img/chu_headban_1.jpg);
	background-position: 0px -62px;
	height: 62px;
}
.head-banner-2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../img/chu_headban_2.jpg);
	background-position: 0px 0px;
}
.head-banner-2 a {
	background-image: url(../../img/chu_headban_2.jpg);
	background-position: 0px 0px;
	height: 62px;
	display: block;
}
.head-banner-2 a:hover {
	background-image: url(../../img/chu_headban_2.jpg);
	background-position: 0px -62px;
	height: 62px;
}
.head-banner-3 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-image: url(../../img/chu_headban_3.jpg);
	background-position: 0px 0px;
}
.head-banner-3 a {
	background-image: url(../../img/chu_headban_3.jpg);
	background-position: 0px 0px;
	height: 62px;
	display: block;
}
.head-banner-3 a:hover {
	background-image: url(../../img/chu_headban_3.jpg);
	background-position: 0px -62px;
	height: 62px;
}
.head-banner-4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-image: url(../../img/chu_headban_4.jpg);
	background-position: 0px 0px;
}
.head-banner-4 a {
	background-image: url(../../img/chu_headban_4.jpg);
	background-position: 0px 0px;
	height: 62px;
	display: block;
}
.head-banner-4 a:hover {
	background-image: url(../../img/chu_headban_4.jpg);
	background-position: 0px -62px;
	height: 62px;
}

.head-banner-5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../img/chu_headban_5.jpg);
	background-position: 0px 0px;
}
.head-banner-5 a {
	background-image: url(../../img/chu_headban_5.jpg);
	background-position: 0px 0px;
	height: 62px;
	display: block;
}
.head-banner-5 a:hover {
	background-image: url(../../img/chu_headban_5.jpg);
	background-position: 0px -62px;
	height: 62px;
}
.head-banner-6 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../../img/chu_headban_6.jpg);
	background-position: 0px 0px;
}
.head-banner-6 a {
	background-image: url(../../img/chu_headban_6.jpg);
	background-position: 0px 0px;
	height: 62px;
	display: block;
}
.head-banner-6 a:hover {
	background-image: url(../../img/chu_headban_6.jpg);
	background-position: 0px -62px;
	height: 62px;
}


/*
---------------------------------------------------------------------head-navi*/
#head-navi {
	width: 800px;
	height: 36px;
	background-color: #FFFFFF;
}
#head-navi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#head-navi ul li {
	float: left;
	text-indent: -9999px;
	height: 36px;
}

.head-navi-1 {
	padding: 0px;
	background-image: url(../../img/chu_navi.jpg);
	background-position: 0px 0px;
	margin: 0px;
	height: 36px;
	width: 135px;
	background-repeat: no-repeat;
}
.head-navi-1 a {
	background-image: url(../../img/chu_navi.jpg);
	background-position: 0px -36px;
	height: 36px;
	display: block;
}
.head-navi-1 a:hover {
	background-image: url(../../img/chu_navi.jpg);
	background-position: 0px -72px;
	height: 36px;
}
.head-navi-2 {
	padding: 0px;
	background-image: url(../../img/chu_navi.jpg);
	background-position: -135px 0px;
	margin: 0px;
	height: 36px;
	width: 133px;
	background-repeat: no-repeat;
}
.head-navi-2 a {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -135px -36px;
	height: 36px;
	display: block;
}
.head-navi-2 a:hover {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -135px -72px;
	height: 36px;
}
.head-navi-3 {
	padding: 0px;
	background-image: url(../../img/chu_navi.jpg);
	background-position: -268px 0px;
	margin: 0px;
	height: 36px;
	width: 133px;
	background-repeat: no-repeat;
}
.head-navi-3 a {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -268px -36px;
	height: 36px;
	display: block;
}
.head-navi-3 a:hover {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -268px -72px;
	height: 36px;
}
.head-navi-4 {
	padding: 0px;
	background-image: url(../../img/chu_navi.jpg);
	background-position: -401px 0px;
	margin: 0px;
	height: 36px;
	width: 133px;
	background-repeat: no-repeat;
}
.head-navi-4 a {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -401px -36px;
	height: 36px;
	display: block;
}
.head-navi-4 a:hover {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -401px -72px;
	height: 36px;
}
.head-navi-5 {
	padding: 0px;
	background-image: url(../../img/chu_navi.jpg);
	background-position: -534px 0px;
	margin: 0px;
	height: 36px;
	width: 133px;
	background-repeat: no-repeat;
}
.head-navi-5 a {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -534px -36px;
	height: 36px;
	display: block;
}
.head-navi-5 a:hover {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -534px -72px;
	height: 36px;
}
.head-navi-6 {
	padding: 0px;
	background-image: url(../../img/chu_navi.jpg);
	background-position: -667px 0px;
	margin: 0px;
	height: 36px;
	width: 133px;
	background-repeat: no-repeat;
}
.head-navi-6 a {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -667px -36px;
	height: 36px;
	display: block;
}
.head-navi-6 a:hover {
	background-image: url(../../img/chu_navi.jpg);
	background-position: -667px -72px;
	height: 36px;
}

/*
--------------------------------------------------------------------- recruitment*/
#recruitment {
	width: 580px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#title-recruitment {
	background-image: url(../../img/chu_h2title_rec.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 40px;
	width: 580px;
	font-size: 11px;
	padding: 0px;
}
#title-recruitment h2 {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	font-size: 1px;
}

.title-recruitment-bot {
	float: right;
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}


#recruitment dl {
	margin: 0px;
	padding: 0px;
}
#recruitment dt {
	float: left;
	width: 60px;
	height: 20px;
	line-height: 1.6;
}
#recruitment dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 00px;
/*	margin-left: 60px;*/
	font-size: 90%;
	color: #333333;
	line-height: 1.6;
}

#recruitment ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#recruitment li {
	/*	margin-left: 60px;*/
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../../img/ch-news-dot.jpg);
	background-repeat: no-repeat;
	background-position: -20px 7px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#recruitment .recruitment-bot-sesaku {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_sesaku.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 0px;

	/*width: 50px;*/
	font-size: 1px;
	overflow: hidden;
}
#recruitment .recruitment-bot-kosyu {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_kosyu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 50px;
	font-size: 1px;
	overflow: hidden;
}
#recruitment .recruitment-bot-event {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_event.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 50px;
	font-size: 1px;
}
#news .news-bot-oshirase {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_oshirase.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 50px;
	font-size: 1px;
}
#recruitment .recruitment-bot-goannai {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_goannai.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 50px;
	font-size: 1px;
}
#recruitment .recruitment-blank {
	background-image: url(../../img/chu_icon_blank.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 50px;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#recruitment .recruitment-pdf {
	background-image: url(../../img/chu_icon_pdf.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 50px;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*
--------------------------------------------------------------------- news*/
#news {
	width: 580px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#title-news {
	background-image: url(../../img/chu_h2title_news.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 40px;
	width: 580px;
	font-size: 11px;
	padding: 0px;
}
#title-seminar {
	background-image: url(../../img/chu_h2title_event.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: 40px;
	width: 580px;
}
#title-news h2 {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	font-size: 1px;
}

.title-news-bot {
	float: right;
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}


#news dl {
	margin: 0px;
	padding: 0px;
}
#news dt {
	float: left;
	width: 60px;
	height: 20px;
	line-height: 1.6;
}
#news dd {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 00px;
/*	margin-left: 60px;*/
	font-size: 90%;
	color: #333333;
	line-height: 1.6;
}

#news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news li {
	/*	margin-left: 60px;*/
	font-size: 90%;
	color: #333333;
	line-height: 1.4;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../../img/ch-news-dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}

#news .news-bot-sesaku {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_sesaku.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 0px;

	/*width: 50px;*/
	font-size: 1px;
	overflow: hidden;
}
#news .news-bot-kosyu {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_kosyu.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 50px;
	font-size: 1px;
	overflow: hidden;
}
#news .news-bot-event {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_event.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 50px;
	font-size: 1px;
}
#news .news-bot-oshirase {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_oshirase.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 50px;
	font-size: 1px;
}
#news .news-bot-goannai {
	text-indent: -9999px;
	background-image: url(../../img/chu_bot_goannai.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 18px;
	width: 50px;
	font-size: 1px;
}
#news .news-blank {
	background-image: url(../../img/chu_icon_blank.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 50px;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#news .news-pdf {
	background-image: url(../../img/chu_icon_pdf.jpg);
	background-repeat: no-repeat;
	background-position: 5px 0px;
	width: 50px;
	height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*
--------------------------------------------------------------------- seminar*/
#title-seminar h2 {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	font-size: 1px;
}
.title-seminar-bot {
	float: right;
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#seminar {
	width: 580px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	float: left;
}

#seminar ul {
	width: 580px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#seminar li {
	float: left;
}
#seminar .seminar-date {
	width: 100px;
	font-size: 70%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	line-height: 1.3;
}
#seminar .seminar-time {
	width: 100px;
	font-size: 70%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	line-height: 1.3;
}
#seminar .seminar-title {
	font-size: 80%;
	width: 230px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	line-height: 1.3;
}
#seminar .seminar-place {
	font-size: 70%;
	clear: right;
	width: 140px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	line-height: 1.3;
}

.seminartitle-date {
	width: 100px;
	font-size: 70%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	display: block;
	color: #666666;
}
.seminartitle-time {
	width: 100px;
	font-size: 70%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	display: block;
	color: #666666;
}
.seminartitle-title {
	font-size: 70%;
	width: 230px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	color: #666666;
}
.seminartitle-place {
	font-size: 70%;
	clear: right;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	display: block;
	color: #666666;
}

/*
--------------------------------------------------------------------- footer*/
#footer .footer-end {
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #3149b6;
	font-size: 12px;
} 
#footer .footer-link {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer .footer-link ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer .footer-link li {
	float: left;
	font-size: 80%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../../img/chu_footer-link_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-indent: 10px;
}

/*
--------------------------------------------------------------------- top-side*/

#sidebar1 .side-seinenkai {
	text-indent: -9999px;
	padding: 0px;
	height: 83px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .side-seinenkai a {
	background-image: url(../../img/sidebar_seinen.jpg);
	background-position: 0px 0px;
	height: 83px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-seinenkai a:hover {
	background-image: url(../../img/sidebar_seinen.jpg);
	background-position: 0px -83px;
}

#sidebar1 .side-shoshiki {
	text-indent: -9999px;
	padding: 0px;
	height: 80px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .side-shoshiki a {
	background-image: url(../../img/sidebar_shoshiki.jpg);
	background-position: 0px 0px;
	height: 80px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-shoshiki a:hover {
	background-image: url(../../img/sidebar_shoshiki.jpg);
}
#sidebar1 .side-kankouju {
	text-indent: -9999px;
	padding: 0px;
	height: 48px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .side-kankouju a {
	background-image: url(../../img/sidebar_kankouju.jpg);
	background-position: 0px 0px;
	height: 48px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-kankouju a:hover {
	background-image: url(../../img/sidebar_kankouju.jpg);
}
#sidebar1 .side-qanda {
	text-indent: -9999px;
	padding: 0px;
	height: 48px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .side-qanda a {
	background-image: url(../../img/sidebar_qanda.jpg);
	background-position: 0px 0px;
	height: 48px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-qanda a:hover {
	background-image: url(../../img/sidebar_qanda.jpg);
}
#sidebar1 .side-senshin {
	text-indent: -9999px;
	padding: 0px;
	height: 30px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 .side-senshin a {
	background-image: url(../../img/sidebar_senshin.jpg);
	background-position: 0px 0px;
	height: 30px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-senshin a:hover {
	background-image: url(../../img/sidebar_senshin.jpg);
}
#sidebar1 .side-shoseki {
	text-indent: -9999px;
	padding: 0px;
	height: 30px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 .side-shoseki a {
	background-image: url(../../img/sidebar_shoseki.jpg);
	background-position: 0px 0px;
	height: 30px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-shoseki a:hover {
	background-image: url(../../img/sidebar_shoseki.jpg);
}

#sidebar1 .side-link {
	text-indent: -9999px;
	padding: 0px;
	height: 30px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .side-link a {
	background-image: url(../../img/sidebar_link.jpg);
	background-position: 0px 0px;
	height: 30px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-link a:hover {
	background-image: url(../../img/sidebar_link.jpg);
}


#sidebar1 .side-inquiry {
text-indent: -9999px;
	padding: 0px;
	height: 83px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .side-inquiry a {
	background-image: url(../../img/sidebar_qanda.jpg);
	background-position: 0px 0px;
	height: 83px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-inquiry a:hover {
	background-image: url(../../img/sidebar_qanda.jpg);
}

#sidebar1 .side-kaihou {
	text-indent: -9999px;
	padding: 0px;
	height: 62px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .side-kaihou a {
	background-image: url(../../img/sidebar_kaihou.jpg);
	background-position: 0px 0px;
	height: 62px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-kaihou a:hover {
	background-image: url(../../img/sidebar_kaihou.jpg);
}

#sidebar1 .side-search {
	text-indent: -9999px;
	padding: 0px;
	height: 62px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sidebar1 .side-search a {
	background-image: url(../../img/sidebar_search.jpg);
	background-position: 0px 0px;
	height: 62px;
	width: 190px;
	background-repeat: no-repeat;
	display: block;
}
#sidebar1 .side-search a:hover {
	background-image: url(../../img/sidebar_search.jpg);
}

/*
--------------------------------------------------------------------- pankuzu*/
.page-pankuzu {
	font-size: 70%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.page-pankuzu span {
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #999999;
}

/*
--------------------------------------------------------------------- side-navi*/
#sidebar2 #side-navi {
	width: 160px;
}
#side-navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#side-navi li {
	padding: 0px;
	font-size: 90%;
	background-color: #FFFFFF;
}

#side-navi li a {
	background-color: #F4F4F4;
	display: block;
	text-decoration: none;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
#side-navi li a:hover {
	background-color: #FFFFFF;
	color: #0033FF;
	text-decoration: none;
	margin: 0px;
}
#side-navi li a:visited {
	color: #0033FF;
	margin: 0px;
}
#side-navi li strong {
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	padding: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#side-navi li form {
	background-color: #F4F4F4;
	display: block;
	text-decoration: none;
	padding: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	text-align: center;
}


#side-navi ul li ul {
	margin: 0px;
	padding: 0px;
}
#side-navi ul li ul li {
	padding: 1px;
	background-color: #DBDBDB;
	font-size: 80%;
}
#side-navi ul li ul li a {
}
#side-navi ul li ul li a:hover {
}
#side-navi .side-navi-end {
	font-size: 1px;
	background-color: #CCCCCC;
	text-indent: -9999px;
	height: 3px;
}
#sidebar2 .side-navi-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
#sidebar2 .side-navi-title a {
	background-image: url(../../img/chu_side-navibg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#sidebar2 .side-navi-title strong {
	background-image: url(../../img/chu_side-navibg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#sidebar2 .side-navi-title a:hover {
	background-image: url(../../img/chu_side-navibg.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	color: #FFFFFF;
}



/*
--------------------------------------------------------------------- miscccccccccccccccc*/
.text120 {
	font-size: 120%;
}
.text110 {
	font-size: 110%;
}
.title-h3 {
	font-size: 16px;
	border-top-width: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #AFBFCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	background-image: url(../../img/chu_htitle_blank_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
.box-g-13 {
	font-size: 13px;
	line-height: 1.5;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box-bl-14 {
	font-size: 14px;
	line-height: 1.5;
	background-color: #BBC8DF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	clear: both;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.title-h4 {
	font-size: 20px;
	line-height: 1.2;
	color: #666666;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}
#mainContent2 .main-h3 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.publish-bot {
	font-size: 12px;
	line-height: 1.5;
}

.publish-bot a {
	background-image: url(../../img/chu_publishimg_bot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	color: #3333FF;
	text-decoration: none;
	height: 20px;
	width: 180px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}

/*.publish-bot a:hover {
	background-image: url(../../img/chu_publishimg_bot2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: #666666;
	width: 180px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.publish-bot span {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: bold;
}
.publish-bot-bottom {
	font-size: 12px;
	line-height: 1.4;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 174px;
}
.publish-bot-bottom ul {
	font-size: 12px;
	line-height: 1.4;
	list-style-type: disc;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 0px;
}*/

.backno {
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.backno ul {
	padding: 0px;
	list-style-type: none;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.backno li {
	font-size: 13px;
	padding: 0px;
	width: 116px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	color: #999999;
}
.backno span {
	font-size: 13px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.botton14 {
	font-size: 14px;
}
.botton14 a {
	border: 1px solid #CCCCCC;
	background-color: #D7F4F6;
	padding: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 300px;
}
.botton14 a:hover {
	background-color: #D9E6F1;
}
#pg-news-header {
}
#pg-news-header .main-title {
	background-image: url(../../img/pg-header2-bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 14px;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px;
}
#pg-news-header .parts-top {
	background-image: url(../../img/pg-header1.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
	margin: 0px;
	text-indent: -9999px;
	height: 10px;
}
#pg-news-header .parts-bottm {
	background-image: url(../../img/pg-header3.jpg);
	background-repeat: no-repeat;
	font-size: 0px;
	margin: 0px;
	text-indent: -9999px;
	height: 9px;
}

/*
--------------------------------------------------------------------- news program*/

.news-first-left {
	text-align: left;
}
.news-first-center {
	text-align: center;
}
.news-first-right {
	text-align: right;
}

.news-main {
	text-align: left;
}
.news-main p {
	line-height: 1.4;
}
.news-main-left {
	text-align: left;
}
.news-main-center {
	text-align: center;
}
.news-main-right {
	text-align: right;
}

.news-end-left {
	text-align: left;
}
.news-end-center {
	text-align: center;
}
.news-end-right {
	text-align: right;
}

#accordion {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
}

.accordion_toggle {
	font-size: 20px;
	line-height: 1.2;
	color: #666666;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin: 0px;
	list-style-type: none;
}
.accordion_content {
	overflow:hidden;
}
.twoColFixRtHdr #container #mainContent2 #accordion .accordion_toggle span {
	font-size: 14px;
}
.faq-question {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
