@charset "UTF-8";

/* ##################################################################### */
/*        　                                             　              */
/* 　 ●各ページ共通のスタイル   　　                                    */
/*    1.ページ全体のレイアウト等                                   　    */
/*      1-1.段組み変更（レイアウト変更：左右の入れ替え） 　　　　　　　　*/
/*      1-2.グローバルナビゲーション　　　　　　　　　　 　　　　　　　　*/
/*    2.ローカルナビ      　　                                    　     */
/*      2-1. ローカルナビ（サイドナビ：メインから変更）　　　　　　　　　*/
/*    3.コンテンツ      　　                                    　     　*/
/*      4-2.メインコンテンツ範囲指定                                     */
/*      4-3. section1　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      4-4. section2　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*      4-5. section3　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*        　                                                             */
/* ##################################################################### */

/* ===================================================================== */
/*    1.ページ全体のレイアウト等                                   　    */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      1-1.段組み変更（レイアウト変更：左右の入れ替え） 　　　　　　　　*/
/* --------------------------------------------------------------------- */
#localNav{
	width: 195px!important;
	height: auto;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
	margin-right: 10px;
}

#toplocalNav img{
	border: none;
}

#contentArea #mainContent {
	display: block;
	width: 620px;
	color: #666666;
	background-color: inherit;
	float: left;
	margin-left: 10px;
	text-align: left;
}


#contentArea #mainContent2{
	float: left;
	width: 600px;
	clear: both;
	}

/* --------------------------------------------------------------------- */
/*      1-2.グローバルナビゲーション　　　　　　　　　　 　　　　　　　　*/
/* --------------------------------------------------------------------- */
#glovalNaviArea .dropdown dt.list01 a {
	background: url(../images/global_nav.jpg) 0px -50px;
	}
#glovalNaviArea .dropdown dt.list01 a:hover{
	background: url(../images/global_nav.jpg) 0px -50px;
}

/* ===================================================================== */
/*    2.ローカルナビ（サイドナビ）                                 　    */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*      2-1. ローカルナビ（サイドナビ：メインから変更）　　　　　　　　　*/
/* --------------------------------------------------------------------- */








/* ===================================================================== */
/*      3.フォーム基本スタイル　　　　　　　　　　　　　　　　　         */
/* ===================================================================== */
/* --------------------------------------------------------------------- */
/*    　フォーム基本デザイン                                             */
/* --------------------------------------------------------------------- */

#search{
	background: url(../../front/images/search.jpg);
	height: 110px;
	width: 195px;
	}

#search input.list01{
	width: 125px;
	border: 1px solid #A8A8A8;
	height: 20px;
	margin-top: 60px;
	margin-left: 10px;
	line-height: 1.5em;
}
#search input.list02{
	width: 45px;
	border: 1px solid #A8A8A8;
	height: 20px;
}

#newItems{}

#newItems table{
	width: 620px;
	margin-bottom: 15px;
}

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




#newItems table td{
	padding: 10px;
	width: 184px;
	vertical-align: top;
}

#newItems table td h2{
	font-size: 12px;
	font-weight: bold;
	color: #006;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	margin-bottom: 1px;
	padding: 0px!important;
	margin-top: 0px!important;
	margin-right: 0px!important;
	margin-left: 0px!important;
}


#newItems table td a:link{
	color: #666;
	text-decoration: none;
}

#newItems table td h2 a{
	color: #006!important;
	}

#newItems table td h2 a:hover{
	color: #069!important;
	}

#newItems table{
	font-size: 10px;
}

#newItems table a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);}


