/*--タイトル＆サブナビ--*/
#titlenavi{
	text-align: left;
	width:950px;
	height:60px;
}
#titlenavi #left{
	float:left;
	text-align: left;
	width:300px;
	height:60px;
}
#titlenavi #right{
	float:right;
	text-align: right;
	width:650px;
	height:60px;
}
#titlenavi #lefts{
	float:left;
	text-align: left;
	width:160px;
	height:60px;
}
#titlenavi #rights{
	float:right;
	text-align: right;
	width:790px;
	height:60px;
}

/*--フラッシュ--*/
#flash{
	width:950px;
	height:230px;
}

/*--サブタイトル--*/
#subtitle{
	width:950px;
	height:60px;
}
#subtitle_dotted{
	width:950px;
	height:60px;
	border-top:1px dotted #cccccc;
}

/*--プランリスト--*/
#planlist{
	width:950px;
	text-align: left;
	overflow:hidden;
}
ul.plan {
	position:relative;
	width:970px;
	list-style-type:none;
	margin:0;
	padding:0;
}
li.plan_list {
	position:relative;
	overflow:hidden;
	width:121px;
	float:left;
	padding-bottom:10px;
}
.plan_list_image {
	position:relative;
	overflow:hidden;
	width:100px;
	height:150px;
	border:0px;
}
.plan_list_txt {
	position:relative;
}

/*--アクセサリーリスト--*/
#sub_subtitle{
	width:950px;
	height:40px;
}
#sub_subtitle_dotted{
	width:950px;
	height:40px;
	margin-top:10px;
	border-top:1px dotted #cccccc;
}
#accessorylist{
	width:950px;
	text-align: left;
	overflow:hidden;
}
ul.accessory {
	position:relative;
	width:970px;
	list-style-type:none;
	margin:0;
	padding:0;
}
li.accessory_list {
	position:relative;
	overflow:hidden;
	width:121px;
	float:left;
	padding-bottom:20px;
}
.accessory_list_image {
	position:relative;
	overflow:hidden;
	width:100px;
	height:100px;
	border:0px;
}
.accessory_list_txt {
	font-size:10px;
	position:relative;
}

/*--プラン詳細--*/
#detail{
	width:950px;
	border-top:1px dotted #cccccc;
	padding-top:10px;
}
#detail #left{
	float:left;
	text-align: left;
	width:379px;
}
#detail #right{
	float:right;
	text-align: left;
	width:571px;
}
#detail #ID{
	font-size:24px;
	line-height:44px;
	color:#111;
}
#detail #copy{
	font-size:10px;
	margin-top:10px;
	width:350px;
}
#detail #spec{
	width:350px;
	border-top:1px dotted #cccccc;
	margin-top:20px;
	padding-top:5px;
}
#formPD{
	margin-top:17px;
	margin-right:10px;
}
#detail #photo{
	width:571px;
	margin-top:10px;
}
#photo #sub_photo{
	padding:0;
	margin-top:2px;
	height:189px;
	background-color: #ededed;
}
ul .etc {
	position:relative;
	list-style-image: url('../img/arrow.gif');
	width:550px;
}
ul.etc_item {
	list-style-image: url('../img/arrow2.gif');
	margin-left:-40px;
}
li .etcli {
	float:left;
	position:relative;
	width:170px;
}

#item_categoly{
	font-size:14px;
	line-height:53px;
	color:#111;
}
* html #item_categoly {/*IE6*/
	line-height:58px;
}

*+ html #item_categoly {/*IE7*/
	line-height:58px;
}

.planback{
	margin-top:16px;
}
* html .planback {/*IE6*/
	margin-top:4px;
}

*+ html .planback {/*IE7*/
	margin-top:4px;
}

/*--アクセ詳細--*/
#detail_item{
	width:950px;
	border-top:1px dotted #cccccc;
	padding-top:30px;
	text-align:center;
}

/*--マッチングアイテム＆使用プラン--*/

#machinglist{
	width:950px;
	text-align: left;
	overflow:hidden;
}
ul.maching {
	position:relative;
	width:970px;
	list-style-type:none;
	margin:0;
	padding:0;
}
li.maching_list {
	position:relative;
	overflow:hidden;
	width:87px;
	float:left;
	padding-bottom:10px;
}
.maching_list_image {
	position:relative;
	overflow:hidden;
	width:75px;
	height:75px;
	border:0px;
}