/*
Theme Name:exe_wp_biz_ho-semi_3_Ver.2.0_090314
Theme URL:http://www.exe1993/
Description:Basic Theme for WordPress.080401
Author:exe_ykanazawa
*/


/* basic elements */


html	{margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;}

body	{margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family:"MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro Ｗ３",Osaka,Verdana,Helvetica, sans-serif;
	font-size: 12px;}

form, input	{ margin: 0; padding: 0; }

a		{ text-decoration: underline; }

a img		{ border: 0; }

h1	{font-size:18px;}

h2	{font-size:14px;}

h3	{font-size:18px;}

h4 	{font-size:16px; }

h5	{font-size:14px;
	padding: 10px 0 0;}

h6	{font-size:12px;}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote	{margin-top: 10px;
							margin-bottom: 10px;}

h1, h2, h3, h4, h5, h6	{font-family:"MS Pゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro Ｗ３",Osaka,Verdana,Helvetica, sans-serif;}


/* standard helper classes */


.clr		{clear: both;
		overflow: hidden;
		width: 1px;
		height: 1px;
		margin: 0 -1px -1px 0;
		border: 0;
		padding: 0;
		font-size: 0;
		line-height: 0;}

/* .pkg class wraps enclosing block element around inner floated elements */

.pkg:after	{content: " ";
		display: block;
		visibility: hidden;
		clear: both;
		height: 0.1px;
		font-size: 0.1em;
		line-height: 0;}

* html .pkg	{ display: inline-block; }
/* no ie mac \*/

* html .pkg	{ height: 1%; }
.pkg	{ display: block; }
/* */


/* page layout */


body	{ text-align: center; }
/* center on ie */

#container	{position: relative;
		margin: 0 auto; /* center on everything else */
		text-align: left;}

#container-inner { position: static; width: auto; }

#banner	{ position: relative; }

#banner-inner	{ position: static; }

#pagebody	{ position: relative; width: 100%; }

#pagebody-inner	{ position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* content */


.content-nav	{margin: 10px;
		text-align: center;}

.date-header,
.entry-content	{position: static;
		clear: both;}

.entry,
.trackbacks,
.comments,
.archive	{position: static;
		overflow: hidden;
		clear: both;
		width: 100%;
		margin-bottom: 20px;}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed	{clear: both;
			margin: 5px 10px;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more	{clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content	{clear: both;
			margin: 5px 10px 20px 10px;}


/* modules */


.module	{position: relative;
	overflow: hidden;
	width: 100%;}

.module-content	{position: relative;
		margin: 5px 10px 20px 10px;}

.module-list,
.archive-list	{margin: 0;
		padding: 0;
		list-style: none;}

.module-list-item	{margin-top: 5px;
			margin-bottom: 5px;}

.module-blog-list	{margin-top: 5px;
					margin-left:-33px;
					margin-bottom: 5px;
					list-style: none;}

.text-right	{text-align: right;}

/* basic page elements */


a,
a:link,
a:visited	{color: #006699;	/*文字色*/
		text-decoration: none;}

a:hover	{color: #006699;
	text-decoration: underline;}

#banner a { color: #fff; text-decoration: none; }	/*bannerの文字色*/
#banner a:hover { color: #fff; }

.module-content a { color: #006699;text-decoration: none; }
.module-content a:hover { color: #006699;text-decoration: underline; }

.module-header,
.archive-header	{/* ie win (5, 5.5, 6) bugfix */
		position: relative;
		width: 100%;
		width: auto;
		margin-top: 0px;
		border: 1px solid #003399;	/*module headerの枠色(A)*/
		padding: 3px 0 3px;
		color: #ffffff;
		background: #003399;	/*module headerの背景色(A)*/
		line-height: 100%;
		text-align:center;}

.module-header a,
.module-header a:hover,
.archive-header a,
.archive-header a:hover	{color: #ffffff;}	/*header文字色(E)*/

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer	{font-size: 11px;}


/* page layout */


body	{color: #333;
	background: #fff;	/*body背景色(D)*/
	background-image: url("");}	/*body背景画像 */


#container	{width: 850px;
		margin-bottom: 0;
		background: #ffffff;}	/*container背景色(B)*/

#container-inner	{border-width: 0 1px 1px 1px;
			border-style: solid;
			border-color: #006699;}	/*container枠色*/

#banner	{height: 100px;	/*banner高さ */
	color: #fff;
	background: #003399;	/*banner背景色(A) */
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url("");	/*banner背景画像 */
	text-align: left;}

#banner-inner	{border-width: 0 0 0 0;
		border-style: solid;
		border-color: #fff;}

#banner-header	{padding-left:60px;
		color: #fff;
		font-size: 30px;
		/*font-weight: bold;*/
		line-height: 1;
		/*text-shadow: #36414d 0 2px 3px;*/}

#banner-description	{margin-top: 5px;
			color: #fff;
			font-size: 12px;}

#footer	{height: 60px;	/*footer高さ */
	background: #003399;	/*footer背景色(A) */
	text-align: left;}

#footer-description	{padding-top: 20px;
			padding-left: 60px;
			color: #fff;
			font-size: 12px;
			line-height: 1.125;}


.date-header	{margin-top: 0;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;}

.date-header-003399	{margin: 6px 0px 0;
			padding: 2px 0 2px 10px;
			font-size: 12px;
			font-weight: bold;
			color: #ffffff;
			background: #003399;}	/*日付バーの背景色(A)*/

.entry-header	{margin: 15px 0 0;
		color: #444444;
		font-size: 12px;
		font-weight: bold;}

.entry-header01	{margin-top:  0;
		border-left: 5px solid #ffff66;
		padding: 0 0 0 10px;
		color: #666;
		font-size: 18px;}

.entry-header02	{margin-top:  0;
		border-bottom-style: solid ;
		border-bottom-width: 1px ;
		border-bottom-color: #000080 ;
		border-left-style: solid ;
		border-left-width: 8px ;
		border-left-color: #000080 ;
		border-top-style: hidden ;
		border-right-style: hidden ;
 		padding: 0 0 0 10px;
		color: #666;
		font-size: 16px;}

.entry-content,
.comment-content,
.trackback-content	{margin: 0 10px;
			line-height: 1.5;}

.entry-footer,
.comment-footer,
.trackback-footer	{margin: 10px 7px 80px 7px;
			border-top: 1px dotted #36414d;
			text-align: right;
			color: #36414d;
			font-size: 10px;}

.entry-footer01,
.comment-footer01,
.trackback-footer01	{/*MTcss*/
			margin: 0 0px 20px 0;
			border-top: 1px solid #ffff66;
			padding-top: 3px;
			color: #666;
			font-size: 10px;
			text-align: right;}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer	{margin-left: 10px;}

.content-nav { margin-top: 0; }

#trackbacks-info	{margin: 10px 0;
			border: 1px dashed #2b3a79;
			padding: 0 10px;
			color: #292e33;
			font-size: 10px;
			text-align: center;
			background: #ffffff;}


/* modules */


.module	{margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	background: #ffffff;}	/*module背景色(C)*/

.module-content	{margin: 0 10px 20px 10px;
		background: none;
		color: #444444;
		font-size: 12px;
		line-height: 150%;
		/*list-style-type : none;*/}

.module-content01	{margin: 0 0 10px 0;
			padding: 0 0 0 0;
			background: none;
			color: #444444;
			font-size: 12px;
			line-height: 150%;}

.module-content02	{margin: 0 0 0 0;
			padding: 10px 10px 0 0px;
			font-size: 10px;
			line-height: 1.2;}

.module-list	{margin: 0 15px 10px 15px;
		list-style: disc;}

.module-list .module-list	{margin: 5px 0 0 0;
				padding-left: 15px;
				list-style: circle;}

.module-list-item	{margin-top: 0;
			color: #666;
			line-height: 1.2;}

.module-post	{margin: 0 0 10px 0;
		padding: 10px 0 10px 0;
		background: #dcdcdc;
		font-size: 18px;
		color: #696969;}

/* column tweaks */


#alpha { margin: 15px 15px 0px 15px; width: 180px; }
#beta { width: 480px;}
#gamma, #delta { width: 180px;  }


/* one-column tweaks */

.layout-one-column #beta
	{width: 750px;
	margin-light: auto;
	margin-left: auto;
	margin-bottom: 10px
	padding: 0 0 15px 0;
	text-align: left;
	background-color: #fff;}

.layout-one-column #beta-inner
	{padding: 10px 10px 10px 10px;
	background: #fff;
	border-bottom:1px solid #36414d;/*one-column bata枠*/
	border-left: 1px solid #36414d;
	border-right: 1px solid #36414d;}

/* two-column-left tweaks */

.layout-two-column-left #alpha
	{margin: 0;
	width: 180px;
	background: #ffffff;}	/*左サイドバー背景色(B)*/

.layout-two-column-left #alpha-inner
	{padding: 15px 5px 10px 10px;
	border-width: 2px 0 2px 2px;
	border-style: solid;
	border-color: #ffffff;}	/*two-column-left 左サイドバー枠色(B)*/

.layout-two-column-left #beta
	{width: 545px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px
	padding: 0 0 15px 0;
	text-align: left;
	background-color: #fff;}/*two-column-left beta背景色(E)*/

.layout-two-column-left #beta-inner
	{padding: 15px 5px 10px 10px;
	background: #fff;
	border-bottom: 1px solid #ffffff;	/*two-column-left beta枠(F)*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;}

/* two-column-right tweaks */

.layout-two-column-right #beta
	{width: 545px;
	margin-right: auto;
	margin-left: 10px;
	margin-bottom: 10px
	padding: 0px 0px 15px 0;
	text-align: left;
	background-color: #fff;}	/*two-column-right beta背景色(E)*/

.layout-two-column-right #beta-inner
	{padding: 10px 10px 10px 10px;
	background: #fff;
	border-bottom: 1px solid #36414d;	/*two-column-right beta枠(F)*/
	border-left: 1px solid #36414d;
	border-right: 1px solid #36414d;}

.layout-two-column-right #gamma
	{margin: 0;
	width: 180px;
	background: #ffffff;}	/*two-column-right 右サイドバー背景色(B)*/

.layout-two-column-right #gamma-inner
	{padding: 10px 10px 0 10px;
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	border-color: #ffffff;}	/*two-column-right右サイドバーの枠(B)*/

/* three-column tweaks */

.layout-three-column #alpha
	{margin: 0;
	width: 180px;
	background: #ffffff;}	/*therr-column 左サイドバー背景色(B)*/

.layout-three-column #alpha-inner
	{padding: 15px 10px 10px 10px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #ffffff;}	/*three-column 左サイドバー枠色(B)*/

.layout-three-column #beta
	{width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px
	padding: 0 0 15px 0;
	text-align: left;
	background-color: #ffffff;}	/*three-column beta背景色(E)*/

.layout-three-column #beta-inner
	{padding: 15px 10px 10px 10px;
	background: #fff;
	border-bottom: 1px solid #ffffff;	/*three-column bata枠(F)*/
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;}

.layout-three-column #gamma
	{margin: 0;
	width: 180px;
	background: #ffffff;}	/*therr-column 右サイドバー背景色(B)*/


.layout-three-column #gamma-inner
	{padding: 15px 10px 10px 10px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #ffffff;}	/*three-column右サイドバーの枠色(B)*/

/* imag.float */

div.post img.floatleft	{float:left;
			margin:0 8px 8px 0;
			border: 1px solid #ccc;}

div.post img.floatright{float:right;
			margin:0 0 8px 8px;
			border: 1px solid #ccc;}

/* ++++++ お問合せフォーム ++++++ */

#inquiry {
	width: 450px; /* ボックスの幅を指定 */
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 6px solid #CCCCCC;
	border-right: none;
	background-color: #F3F3F3;
	font-weight: normal;
	padding: 5px;
	width: 120px;
}
#inquiry th.must {
	border-left-color: #CCCCCC;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1,.text2,.text3,.text4 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 4em;
}
.text3 {
	width: 98%;
}
.text4 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}

/* ++++++ コメント部分のデザイン ++++++ */

#comments h3	{
	font-size: 1em;
	border-bottom: solid 2px #538ad8;
	padding-bottom: 5px;
	}

.com	{
	font-size: 1em;
	border-bottom: dotted 2px #88ccff;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #888888;
	text-align: right;
	}

#tb	{
	font-size: 0.75em;
	border: solid 1px #88ccff;
	padding: 8px;
	line-height: 150%;
	}

#commentform	{
	font-size: 1em;
	}



/* ++++++ サイドバー部分のデザイン ++++++ */


.sidebar-list	{list-style-type:none;
		padding-left:0px;
		margin-left:0px;
		margin-top:0px;
		line-height:0;}

.sidebar-list a	{border:solid 1px #cccccc;
		display:block;
		padding:8px 15px;
		background-color: #ffffff;
		line-height:1.3em;}

.sidebar-list a:hover	{background-color: #fbfb84; }

.sidebar-header	{color:#006699;
		margin-left: 8px;}


/* ++++++ ho-semi-color ++++++ */


/* ++++++ color_fd8585 ++++++ */

.module-header-fd8585	{/* ie win (5, 5.5, 6) bugfix */
			position: relative;
			width: 100%;
			width: auto;

			margin-top: 0px;
			border: 1px solid #cccccc;	/*module headerの枠色(A)*/
			padding: 3px 0 3px;
			color: #ffffff;
			background: #fd8585;		/*module headerの背景色(A)*/


			line-height: 100%;
			text-align:center;}

.module-header-fd8585 a,
.module-header-fd8585 a:hover,	{color: #ffffff;}		/*header文字色(E)*/


/* ++++++ color_fea385 ++++++ */


.module-header-fea385	{/* ie win (5, 5.5, 6) bugfix */
			position: relative;
			width: 100%;
			width: auto;

			margin-top: 0px;
			border: 1px solid #cccccc;	/*module headerの枠色(A)*/
			padding: 3px 0 3px;
			color: #ffffff;
			background: #fea385;		/*module headerの背景色(A)*/


			line-height: 100%;
			text-align:center;}

.module-header-fea385 a,
.module-header-fea385 a:hover,	{color: #ffffff;}		/*header文字色(E)*/


/* ++++++ color_ffcc00 ++++++ */


.module-header-ffcc00	{/* ie win (5, 5.5, 6) bugfix */
			position: relative;
			width: 100%;
			width: auto;

			margin-top: 0px;
			border: 1px solid #cccccc;	/*module headerの枠色(A)*/
			padding: 3px 0 3px;
			color: #ffffff;
			background: #ffcc00;		/*module headerの背景色(A)*/


			line-height: 100%;
			text-align:center;}

.module-header-ffcc00 a,
.module-header-ffcc00 a:hover,	{color: #ffffff;}		/*header文字色(E)*/


/* ++++++ color_a3e085 ++++++ */


.module-header-a3e085	{/* ie win (5, 5.5, 6) bugfix */
			position: relative;
			width: 100%;
			width: auto;

			margin-top: 0px;
			border: 1px solid #cccccc;	/*module headerの枠色(A)*/
			padding: 3px 0 3px;
			color: #ffffff;
			background: #a3e085;		/*module headerの背景色(A)*/


			line-height: 100%;
			text-align:center;}

.module-header-a3e085 a,
.module-header-a3e085 a:hover,	{color: #ffffff;}		/*header文字色(E)*/


/* ++++++ color_a3c2ff ++++++ */


.module-header-a3c2ff	{/* ie win (5, 5.5, 6) bugfix */
			position: relative;
			width: 100%;
			width: auto;

			margin-top: 0px;
			border: 1px solid #cccccc;	/*module headerの枠色(A)*/
			padding: 3px 0 3px;
			color: #ffffff;
			background: #a3c2ff;		/*module headerの背景色(A)*/


			line-height: 100%;
			text-align:center;}

.module-header-a3c2ff a,
.module-header-a3c2ff a:hover,	{color: #ffffff;}		/*header文字色(E)*/


/* ++++++ color_a98de2 ++++++ */


.module-header-a98de2	{/* ie win (5, 5.5, 6) bugfix */
			position: relative;
			width: 100%;
			width: auto;

			margin-top: 0px;
			border: 1px solid #cccccc;	/*module headerの枠色(A)*/
			padding: 3px 0 3px;
			color: #ffffff;
			background: #fea385;		/*module headerの背景色(A)*/


			line-height: 100%;
			text-align:center;}

.module-header-a98de2 a,
.module-header-a98de2 a:hover,	{color: #ffffff;}		/*header文字色(E)*/


/* ++++++ color_6b6b82 ++++++ */


.module-header-6b6b82	{/* ie win (5, 5.5, 6) bugfix */
			position: relative;
			width: 100%;
			width: auto;

			margin-top: 0px;
			border: 1px solid #cccccc;	/*module headerの枠色(A)*/
			padding: 3px 0 3px;
			color: #ffffff;
			background: #6b6b82;		/*module headerの背景色(A)*/


			line-height: 100%;
			text-align:center;}

.module-header-6b6b82 a,
.module-header-6b6b82 a:hover,	{color: #ffffff;}		/*header文字色(E)*/


/* ++++++ color_cccccc ++++++ */


.module-header-666666	{/* ie win (5, 5.5, 6) bugfix */
			position: relative;
			width: 100%;
			width: auto;

			margin-top: 0px;
			border: 1px solid #666666;	/*module headerの枠色(A)*/
			padding: 7px 0 7px;
			color: #ffffff;
			background: #666666;		/*module headerの背景色(A)*/


			line-height: 100%;
			text-align:center;}


/* ++++++ data_module ++++++ */


#data	{
	width: 420px;
	margin: 20px 5px 20px 5px;
	border-collapse: collapse;
	}

#data th, #data td {
	text-align: left;
	padding: 5px 10px;
	border: solid 1px #cccccc;
	}

#data th {
	width: 120px;
	background-color: #cccccc;
	}

#data ul	{
	margin: 0 0 0 25px;
	padding: 0;
	}


/* right-list */

.right-list {
	width: 160px;
}

.right-list-header {/* ie win (5, 5.5, 6) bugfix */
	position: relative;
	width: 100%;
	width: auto;

	margin-top: 10px;
	padding: 0px 10px ;
	background: #FFFFFF ;

	line-height: 150%;}

.right-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
}
.right-list li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
}
.right-list a {
	padding: 4px 0 4px 10px;
	background: #FFFFFF url(list_marker_red.gif) left center no-repeat;
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 120px !important; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	width /**/: 130px; /* Windows Internet Explorer 5用の値を指定 */
	color: #333333; /* 文字色を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
}

.right-list a:visited {
	padding: 4px 0 4px 10px;
	background: #FFFFFF url(list_marker_red.gif) left center no-repeat;
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 120px !important; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	width /**/: 130px; /* Windows Internet Explorer 5用の値を指定 */
	color: #333333; /* 文字色を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
}


/* right-list01 */

.right-list01 {
	width: 160px;
}

.right-list-header01 {/* ie win (5, 5.5, 6) bugfix */
	position: relative;
	width: 100%;
	width: auto;
	margin-top: 10px;
	padding: 0px 10px ;
	background: #FFFFFF ;
	line-height: 150%;}

.right-list01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.right-list01 li {
	margin: 0;
	padding: 0;
}

.right-list01 a {
	padding: 0px 0 0px 20px;
	background: #FFFFFF url(list_marker_red.gif) left center no-repeat;

	color: #333333; /* 文字色を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
}

.right-list01 a:visited {
	padding: 0px 0 0px 20px;
	background: #FFFFFF url(list_marker_red.gif) left center no-repeat;

	color: #333333; /* 文字色を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
}




/* left-list */

.left-list {
	width: 160px;
}

.left-list-header {/* ie win (5, 5.5, 6) bugfix */
	position: relative;
	width: 100%;
	width: auto;

	margin-top: 10px;
	padding: 0px 10px ;
	background: #FFFFFF ;

	line-height: 150%;}

.left-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC; /* 上方向に1pxのボーダーを指定 */
}
.left-list li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCCCCC; /* 下方向に1pxのボーダーを指定 */
}
.left-list a {
	padding: 4px 0 4px 10px;
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 120px !important; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	width /**/: 130px; /* Windows Internet Explorer 5用の値を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
}

.left-list a:visited {
	padding: 4px 0 4px 10px;
	display: block; /* ブロックレベル要素として表示されるように指定 */
	width: 120px !important; /* Windows Internet Explorer対策のため、ボックスの幅を指定 */
	width /**/: 130px; /* Windows Internet Explorer 5用の値を指定 */
	text-decoration: none; /* リンクの下線を表示させないように指定 */
}




.topics-header{
	font-size:18px;
	text-decoration: underline;
	}

