﻿@charset "utf-8";
/*トップページのみの項目 */

/* トップページメニュー */
#mainmenu {
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../images/back_top.jpg)
}


/* メインコンテンツの位置 */
.main #container {
	width: 952px;
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}


/* 各カテゴリーのリンクボタンを納めるコンテナ */
.box {
	width: 175px;
	float: left;
	margin: 0px;
}
.box ul {
	list-style-image: url(../images/i_arrow_a.gif);
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 5px;
	padding-left: 0px;
}
.box .ul_second {
	list-style-image: url(../images/i_line_a.gif);
	list-style-position: outside;
	margin-left: 15px;
	margin-right: 5px;
	padding-left: 0px;
}
.box .ul_second_b {
	list-style-image: url(../images/i_arrow_b.gif);
	list-style-position: outside;
	margin-left: 15px;
	margin-right: 5px;
	padding-left: 0px;
}

/* トップメニュー内のリンク */
.box a:link {
	color: #333333;
	text-decoration: none;
}
.box a:visited {
	color: #333333;
	text-decoration: none;
}
.box a:hover {
	text-decoration: underline;
	color: #333333;
}



/* FOOTER */
#footer {
	margin-top: 9px;
	margin-bottom: 0px;
	height: 19px;
	background: url(../images/back_footer.gif);
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}


/* TOPICS */
#topics {
	width: 665px;
	padding-left: 17px;
	padding-right: 16px;
}
#topics dl {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-bottom: 1px solid #666666;
}
#topics dt {
	width: 90px;
	text-align: left;
}

/* ↓↓↓↓↓ 080926 変更しました ここから ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
#topics dd {
	text-align: left;
/* ↓↓↓↓↓ 080928 padding-left 30px→0pxに変更しました */	
	padding-left: 0px;
	padding-right: 10px;
/* ↓↓↓↓↓ 080928 margin-left 80px→90pxに変更しました */		
	margin-left: 90px;
	margin-top: -18px;
/* ↓↓↓↓↓ 080928 530px→510pxに変更しました */	
	width: 510px;
}
/* ↑↑↑↑↑ 080926 変更しました ここまで ↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */



/* 問い合わせ、サイトマップのエリア */
#contact {
	padding-top: 10px;
	padding-left: 20px;
	text-align: left;
}



/* アイコンのエリア */
#icon {
	padding-top: 5px;
	text-align: right;
}
#icon img {
	padding-left: 5px;
	padding-right: 5px;
}



/* PICK UPのエリア */
#pickup {
	margin-top: 33px;
	text-align: left;
	padding: 10px;
}
#pickup td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
#pickup a:link {
	color: #333333;
	text-decoration: none;
}
#pickup a:visited {
	color: #333333;
	text-decoration: none;
}
#pickup a:hover {
	text-decoration: underline;
	color: #333333;
}


/* 20080925 追加 CLASS↓↓↓↓↓ */
/* PICK UPのエリア */
.textsmall {
	font-size: 10px;
}