@charset "utf-8";

/*==========================================================================================================

	ファイル	：index.html
	概要		：indexNews

========================================================================================================== */
dl#indexNews{
font-size:10px;
width:100%;
margin-bottom:25px;
}

dl#indexNews dt{
letter-spacing:0.05em;
}

dl#indexNews dd{
margin:-1.6em 0 0.5em 1.0em;
letter-spacing:0.05em;
padding-left:60px;
padding-bottom:2px;
text-align: justify;
text-justify:inter-ideograph;
}

img.IconRecruit		{vertical-align:middle; border:none; margin-right:5px}
img.IconSpecial		{vertical-align:middle; border:none; margin-right:5px}
img.IconInfo		{vertical-align:middle; border:none; margin-right:5px}
img.IconAppendix	{vertical-align:middle; border:none; margin-right:5px}
img.IconPresent		{vertical-align:middle; border:none; margin-right:5px}
img.IconProduct		{vertical-align:middle; border:none; margin-right:5px}
img.IconNewproduct	{vertical-align:middle; border:none; margin-right:5px}
img.IconEtcetra		{vertical-align:middle; border:none; margin-right:5px}

/*
dl#indexNews{
font-size:10px;
width:100%;
margin-bottom:25px;
}

dl#indexNews dt{
letter-spacing:0.05em;
height:16px
}

dl#indexNews dd{
margin:-1.6em 0 1.0em 7.0em;
padding-left:55px;
height:inherit;
}

dl#indexNews dd.IconPresent{
margin:-1.6em 0 1.0em 7.0em;
padding-left:90px;
height:inherit;
}

dd.IconRecruit		{background:url(../_img/recruit_icon.gif) no-repeat left top;height:16px;}
dd.IconSpecial		{background:url(../_img/special_icon.gif) no-repeat left top;height:16px;}
dd.IconInfo			{background:url(../_img/info_icon.gif) no-repeat left top;height:16px;}
dd.IconAppendix		{background:url(../_img/appendix_icon.gif) no-repeat left top;height:16px;}
dd.IconPresent		{background:url(../_img/present_icon.gif) no-repeat left top;height:16px;}
dd.IconProduct		{background:url(../_img/product_icon.gif) no-repeat left top;height:16px;}
dd.IconNewproduct	{background:url(../_img/newproducrt_icon.gif) no-repeat left top;height:16px;}
dd.IconEtcetra		{background:url(../_img/etcetra_icon.gif) no-repeat left top;height:16px;}
*/

/*==========================================================================================================

	ファイル	：detail.html
	概要		：トピックスタイトル

========================================================================================================== */
h2#title_topics	{
border-bottom:2px solid #9ac35b;
font-family:"Verdana", "ヒラギノ角ゴ Pro W3", "MS P ゴシック", "Osaka‐等幅";
font-weight:bold;
font-size:125%;
line-height:140%;
margin:0;
color:#000;
}

h2.IconRecruit		{background:url(../_img/recruit_icon.gif) no-repeat left;padding:5px 0 2px 60px;}
h2.IconSpecial		{background:url(../_img/special_icon.gif) no-repeat lef;tpadding:5px 0 2px 60px;}
h2.IconInfo			{background:url(../_img/info_icon.gif) no-repeat left;padding:5px 0 2px 60px;}
h2.IconAppendix		{background:url(../_img/appendix_icon.gif) no-repeat left;padding:5px 0 2px 60px;}
h2.IconPresent		{background:url(../_img/present_icon.gif) no-repeat left;padding:5px 0 2px 90px;}
h2.IconProduct		{background:url(../_img/product_icon.gif) no-repeat left;padding:5px 0 2px 60px;}
h2.IconNewproduct	{background:url(../_img/newproducrt_icon.gif) no-repeat left;padding:5px 0 2px 60px;}
h2.IconEtcetra		{background:url(../_img/etcetra_icon.gif) no-repeat left;padding:5px 0 2px 60px;}

.imgIconTitle	{
vertical-align:middle;
padding:0 5px 5px 0 
}


/*==========================================================================================================

	ファイル	：detail.html
	概要		：トピックス記事本文

========================================================================================================== */
.entry_topics	{
padding:5px 0;
margin:0;
text-align: justify;
text-justify:inter-ideograph;
}

/*==========================================================================================================

	ファイル	：detail.html
	概要		：トピックス記事本文中の画像

========================================================================================================== */
.topicsPict	{
float:right;
clear:right
}

.imgTopics	{
border:none;
margin:0 0 5px 30px;
}

