@charset"Shift_JIS";


a:link{		text-decoration:none;color:#bb5555;}
a:visited{	text-decoration:none;color:#bb5555;}
a:active{	text-decoration:none;color:#bb5555;}
a:hover{	color:#ff0000;}	

body
{
	margin:0px 0px 0px 0px;
}	


/* ルート　*/
.root
{
	position:absolute;
	left:0px;
	top:0px;

	color:#000000;z
	background-color:#ffffff;
	font-weight:normal;	
}

.{

}

/*画像付きヘッダ部 root_index */
.header
{
	width:980px;
	height:200px;
	color:#000000;

	background-image:url("header.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-bottom:10px;
}

.header_t
{
	position:relative;
	width:980px;
	height:260px;
	color:#000000;

	background-image:url("header2.png");
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-bottom:10px;
}


/*画像付きヘッダ部 page_index */
.header2
{
	width:980px;
	height:170px;
	color:#000000;

	background-image:url("_head_img.gif");	//個別に上書きすること
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-bottom:10px;
}



/*画像ナシヘッダ部 page contents*/
.header3
{
	width:980px;
	height:60px;
	color:#000000;	
	
	background-image:url("_head_img2.gif");
	background-repeat:no-repeat;
	background-position:0px0px;
	background-color:#ffffff;		
	margin-bottom:10px;
}


/*ヘッダ内部のリンク*/
.header_menu
{
	color:#ffffff;
	width:915px;
	position:absolute;
	top:20px;
	left:0px;
	text-align:right;
}


/*ヘッダ内部下部表示領域(イメージ使用時の右より)*/
.header_info
{
	position:absolute;
	top:55px;
	left:360px;
	overflow:hidden;
}
.header_info_t
{
	width:100%;
	position:absolute;
text-align: right;
	bottom:0;
	left:0px;
	overflow:hidden;
}



/* 主内容ブロック */
.main
{
	width:940px;
	color:#000000;
	background-color:#ffffff;
	padding-left:20px;
	position:relative;

}

/* パくずリスト */
.breadcrumbs
{
	text-align:right;
}

.product_list img
{
	border-radius: 8px;
	border: 1px solid #dddddd;
}

.column_header
{
	height:20px;
	background-image:url(../object/colmun_header.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:1px;
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
	
	border-width:0px;
	border-style:dashed;
}

.column_body
{
	padding-left:15px;
	border-width:0px;
	border-style:dashed;
}

.item_title
{
	width:100%;
	border-radius:5px/5px;
	background-color:#483d8b;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	padding:2px 5px;
	margin-bottom:4px;
	box-sizing: border-box;
}

div.item_title a:link{		text-decoration:none;color:#ffffff;}
div.item_title a:visited{	text-decoration:none;color:#ffffff;}
div.item_title a:active{	text-decoration:none;color:#ffffff;}
div.item_title a:hover{	color:#ff0000;}	

.item_body
{
	font-size:12px;
}


.block_title
{
	width:100%;
	border-radius:5px/5px;
	//background-color:#4c606b;
	background-color:#483d8b;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
	padding:5px;
	margin-top:20px;
	margin-bottom:10px;	
}

.block_body
{
	width:100%;
	margin-left:8px;

}


.footer
{
	background-color:#440088;
	background-image:url(../object/footer.gif);
	background-repeat:no-repeat;
	
	position:relative;
	width:980px;
	height:50px;
	
	color:#000000;
	text-align:right;
	
	margin-top:20px;
	padding-top:8px;
	padding-right:16px;
}


