/* 
更新履歴
2009/4/28 momose新規作成
2009/7/31 momose ul.dot/li.dot/.sub_cat/.attention_icon追加
*/

/* リスト class="dot"で行頭にドットを表示 */

ul.dot   {
			list-style: none;
			margin:0 0 10px 0;
			padding:0;
			}
			
li.dot   {
            text-indent:0px;
            background-repeat:no-repeat;
            background-position:0px 8px;
            background-image: url(../images/bullet.gif);
            padding:3px 0 0 10px;
           }

/* リスト class="arrow"で行頭に矢印を表示 */

ul.arrow   {
			list-style: none;
			margin:5px 0 8px 35px;
			padding:0;
			}
			
li.arrow   {
            font-size: 12px;
            text-indent:0px;
            background-repeat:no-repeat;
            background-position:0px 7px;
            background-image: url(../images/breadcrumb_separator_arrow_full.gif);
            padding:2px 0 0 13px;
           }

/* サービス紹介小見出し画像の余白設定 */

.sub_cat 	{
			padding:0px;
			margin:0 0 5px 0;
}

/* New! Updated! アイコンの余白設定 */

.attention_icon	{
			vertical-align:middle;
			padding:0px;
			margin:-2px 0 0 3px;
}

/* パラグラフ class="top_topics"で行間を空ける */

p.top_topics   {
			line-height: 140%;
			}
			
strong.top_topics   {
			line-height: 140%;
			}

